paper-with-me

홈 › Papers

Gated recurrent neural network with TPE Bayesian optimization for enhancing stock index prediction accuracy

2024-06-02 · Bivas Dinda

The recent advancement of deep learning architectures, neural networks, and the combination of abundant financial data and powerful computers are transforming finance, leading us to develop an advanced method for predicting future stock prices. However, the accessibility of investment and trading at everyone's fingertips made the stock markets increasingly intricate and prone to volatility. The increased complexity and volatility of the stock market have driven demand for more models, which would effectively capture high volatility and non-linear behavior of the different stock prices. This study explored gated recurrent neural network (GRNN) algorithms such as LSTM (long short-term memory), GRU (gated recurrent unit), and hybrid models like GRU-LSTM, LSTM-GRU, with Tree-structured Parzen Estimator (TPE) Bayesian optimization for hyperparameter optimization (TPE-GRNN). The aim is to improve the prediction accuracy of the next day's closing price of the NIFTY 50 index, a prominent Indian stock market index, using TPE-GRNN. A combination of eight influential factors is carefully chosen from fundamental stock data, technical indicators, crude oil price, and macroeconomic data to train the models for capturing the changes in the price of the index with the factors of the broader economy. Single-layer and multi-layer TPE-GRNN models have been developed. The models' performance is evaluated using standard matrices like R2, MAPE, and RMSE. The analysis of models' performance reveals the impact of feature selection and hyperparameter optimization (HPO) in enhancing stock index price prediction accuracy. The results show that the MAPE of our proposed TPE-LSTM method is the lowest (best) with respect to all the previous models for stock index price prediction.

📄 PDF Abstract BibTeX arXiv:2406.02604

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Optimizationfeature selectionHyperparameter Optimization

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
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…
Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

A Hybrid Transformer Model for Fake News Detection: Leveraging Bayesian Optimization and Bidirectional Recurrent Unit

2025-02-13 · Tianyi Huang, Zeqiu Xu, Peiyang Yu, Jingyuan Yi 외

In this paper, we propose an optimized Transformer model that integrates Bayesian algorithms with a Bidirectional Gated Recurrent Unit (BiGRU), and apply it to fake news classification for the first time. First, we emplo…

Bayesian OptimizationFake News DetectionNews Classification

The Statistical Recurrent Unit

2017-03-01 · ICML 2017 8 · Junier B. Oliva, Barnabas Poczos, Jeff Schneider

Sophisticated gated recurrent neural network architectures like LSTMs and GRUs have been shown to be highly effective in a myriad of applications. We develop an un-gated unit, the statistical recurrent unit (SRU), that i…

Bayesian Optimization

Stock price prediction using Generative Adversarial Networks

2021-04-02 · Journal of Computer Science 2021 4 · HungChun Lin, Chen Chen, Gaofeng Huang, Amir Jafari

Deep learning is an exciting topic. It has been utilized in many areas owing to its strong potential. For example, it has been widely used in the financial area which is vital to the society, such as high-frequency tradi…

Fraud DetectionGenerative Adversarial NetworkManagementPortfolio Optimization+5

DeepCausalMMM: A Deep Learning Framework for Marketing Mix Modeling with Causal Structure Learning

2025-10-15 · Aditya Puttaparthi Tirumala arxiv

Marketing Mix Modeling (MMM) estimates the impact of marketing activities on business outcomes such as sales or revenue. Traditional MMM approaches rely on linear regression or Bayesian hierarchical models that assume ch…

Causal Inference

Stock Prediction: a method based on extraction of news features and recurrent neural networks

2017-07-19 · Zeya Zhang, Weizheng Chen, Hongfei Yan

This paper proposed a method for stock prediction. In terms of feature extraction, we extract the features of stock-related news besides stock prices. We first select some seed words based on experience which are the sym…

Stock Prediction