/stock-rnn

Predict stock market prices using RNN

Primary LanguagePython

Predict stock market prices using RNN

Check my blog post "Predict Stock Prices Using RNN: Part 1" for the tutorial associated.

  1. Make sure tensorflow has been installed.
  2. First download the full S&P 500 data from Yahoo! Finance ^GSPC or this link. And save the .csv file to _data/SP500.csv.
  3. Modify RNNConfig in config.py to use the configuration you like.
  4. Run python train_model.py