Skip to content

MelindaDong/RNNs_StockPrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RNNs_StockPrediction

This study implemented the classic time series RNNs (Recurrent neural network) models on S&P 500 ETF dataset.

There are 3 round of study in total. First round experiments applied SMA(simple moving average) as baseline model and compared with classic RNN, LSTM(long short- term memory networks) and GRU(Gate Recurrent Unit) models and the results of different models were compared.

The second round experiments based on GRU model, by tuning different hyperparameters, tries to find the effect on different sliding window, and different hidden layers. The third round of experiments is to test the adaptability of the model(using GRU model as sample) to different data.

Detailed discussion cann be found in RNNs_StockPrediction.pdf.

About

Stock prediction with different RNN approaches.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published