paper-with-me

Papers

Transformer-Based Deep Learning Model for Stock Price Prediction: A Case Study on Bangladesh Stock Market

2022-08-17 · Tashreef Muhammad, Anika Bintee Aftab, Md. Mainul Ahsan, Maishameem Meherin Muhu, Muhammad Ibrahim, Shahidul Islam Khan, Mohammad Shafiul Alam

In modern capital market the price of a stock is often considered to be highly volatile and unpredictable because of various social, financial, political and other dynamic factors. With calculated and thoughtful investment, stock market can ensure a handsome profit with minimal capital investment, while incorrect prediction can easily bring catastrophic financial loss to the investors. This paper introduces the application of a recently introduced machine learning model - the Transformer model, to predict the future price of stocks of Dhaka Stock Exchange (DSE), the leading stock exchange in Bangladesh. The transformer model has been widely leveraged for natural language processing and computer vision tasks, but, to the best of our knowledge, has never been used for stock price prediction task at DSE. Recently the introduction of time2vec encoding to represent the time series features has made it possible to employ the transformer model for the stock price prediction. This paper concentrates on the application of transformer-based model to predict the price movement of eight specific stocks listed in DSE based on their historical daily and weekly data. Our experiments demonstrate promising results and acceptable root mean squared error on most of the stocks.

📄 PDF Abstract BibTeX arXiv:2208.08300

Code (0)

등록된 구현이 없습니다.

Tasks

PredictionStock Price PredictionTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Explainable-AI powered stock price prediction using time series transformers: A Case Study on BIST100

2025-06-01 · Sukru Selim Calik, Andac Akyuz, Zeynep Hilal Kilimci, Kerem Colak

Financial literacy is increasingly dependent on the ability to interpret complex financial data and utilize advanced forecasting tools. In this context, this study proposes a novel approach that combines transformer-base…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)Interpretable Machine LearningStock Price Prediction+1

Hidformer: Transformer-Style Neural Network in Stock Price Forecasting

2024-12-27 · Kamil Ł. Szydłowski, Jarosław A. Chudziak

This paper investigates the application of Transformer-based neural networks to stock price forecasting, with a special focus on the intersection of machine learning techniques and financial market analysis. The evolutio…

Algorithmic TradingDecision MakingPredictionStock Price Prediction+4

A Study of Dynamic Stock Relationship Modeling and S&P500 Price Forecasting Based on Differential Graph Transformer

2025-06-23 · Linyue Hu, Qi Wang

Stock price prediction is vital for investment decisions and risk management, yet remains challenging due to markets' nonlinear dynamics and time-varying inter-stock correlations. Traditional static-correlation models fa…

ClusteringStock Price PredictionTime Series Prediction

Comparative Analysis of LSTM, GRU, and Transformer Models for Stock Price Prediction

2024-10-20 · Jue Xiao, Tingting Deng, Shuochen Bi

In recent fast-paced financial markets, investors constantly seek ways to gain an edge and make informed decisions. Although achieving perfect accuracy in stock price predictions remains elusive, artificial intelligence …

Stock Price PredictionStock Trend Prediction

Predicting Stock Price Movement as an Image Classification Problem

2023-03-02 · Matej Steinbacher

The paper studies intraday price movement of stocks that is considered as an image classification problem. Using a CNN-based model we make a compelling case for the high-level relationship between the first hour of tradi…

Classificationimage-classificationImage Classification