Skip to content

GAN_StockPrediction_Project in bigdata subject by jongchan and kwonho

Notifications You must be signed in to change notification settings

kkhv/StockPrediction_Project_bigdata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StockPrediction_Project using GAN

1. Dataset

2. Project goals

  • (1) Soving follw up problem(right shift) with LSTM model in stock prediction. This problem is relevent to information vanishing with LSTM
  • (2) Making model that predict whether tomorrow stock' price will be increased or decreased
  • Therefore, Create a predictive model for Adj Close using stock data from 2000 to 2020 of FAANG companies

3. Analyzing previous approaches

4. Time Series GAN

image

  • reference paper: Stock Market Prediction on High-Frequency Data Using Generative Adversarial Nets
  • link : https://www.hindawi.com/journals/mpe/2018/4907423/
  • LSTM in the generator predicts the data of the next time point like the basic LSTM model.
  • In Discriminator, the existing stock price data from time 1 to time T and the generated prediction value were received as input to distinguish the authenticity of the data. 1d convolution layer was used in discriminator image

5. Experiment result

Comparing prediction graph

(1)Predict test data in increase pattern increase

(2)Predict test data in decrease pattern decrease

Comparing evalation metric

table

About

GAN_StockPrediction_Project in bigdata subject by jongchan and kwonho

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%