paper-with-me

홈 › Papers

A Stock Selection Method Based on Earning Yield Forecast Using Sequence Prediction Models

2019-05-13 · Jessie Sun

Long-term investors, different from short-term traders, focus on examining the underlying forces that affect the well-being of a company. They rely on fundamental analysis which attempts to measure the intrinsic value an equity. Quantitative investment researchers have identified some value factors to determine the cost of investment for a stock and compare different stocks. This paper proposes using sequence prediction models to forecast a value factor-the earning yield (EBIT/EV) of a company for stock selection. Two advanced sequence prediction models-Long Short-term Memory (LSTM) and Gated Recurrent Unit (GRU) networks are studied. These two models can overcome the inherent problems of a standard Recurrent Neural Network, i.e., vanishing and exploding gradients. This paper firstly introduces the theories of the networks. And then elaborates the workflow of stock pool creation, feature selection, data structuring, model setup and model evaluation. The LSTM and GRU models demonstrate superior performance of forecast accuracy over a traditional Feedforward Neural Network model. The GRU model slightly outperformed the LSTM model.

📄 PDF Abstract BibTeX arXiv:1905.04842

Code (0)

등록된 구현이 없습니다.

Tasks

feature selection

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Robust Transformer-Based One-Step Stock Index Forecasting via Shifted Data Augmentation

2026-06-14 · Tien Thanh Thach arxiv

Transformers have shown remarkable success in sequence modeling, yet their direct application to financial time series remains challenging due to noisy signals, short-memory dynamics, and distributional shifts. This pape…

Data Augmentation

Hierarchical Information-Guided Spatio-Temporal Mamba for Stock Time Series Forecasting

2025-03-14 · Wenbo Yan, Shurui Wang, Ying Tan

Mamba has demonstrated excellent performance in various time series forecasting tasks due to its superior selection mechanism. Nevertheless, conventional Mamba-based models encounter significant challenges in accurately …

Decision MakingMambaSpecificityTime Series+1

Enhancing Financial Time-Series Forecasting with Retrieval-Augmented Large Language Models

2025-02-09 · Mengxi Xiao, Zihao Jiang, Lingfei Qian, Zhengyu Chen 외

Stock movement prediction, a critical task in financial time-series forecasting, relies on identifying and retrieving key influencing factors from vast and complex datasets. However, traditional text-trained or numeric s…

Large Language ModelRAGRetrievalRetrieval-augmented Generation+2

Multi-task Learning for Financial Forecasting

2018-09-27 · Tao Ma

Financial forecasting is challenging and attractive in machine learning. There are many classic solutions, as well as many deep learning based methods, proposed to deal with it yielding encouraging performance. Stock tim…

Multi-Task LearningTime SeriesTime Series AnalysisTime Series Forecasting

Principal Component Analysis and Hidden Markov Model for Forecasting Stock Returns

2023-07-02 · Eugene W. Park

This paper presents a method for predicting stock returns using principal component analysis (PCA) and the hidden Markov model (HMM) and tests the results of trading stocks based on this approach. Principal component ana…