/LSTM---Stock-prediction

A long term short term memory recurrent neural network to predict stock data time series

Primary LanguagePython

LSTM---Stock-prediction

A long term short term memory recurrent neural network to predict stock data time series

A lstm neural network trained on QuantQuote daily stock data from 1998 until 2013 on S&P500 companies. The data being used is IBM data.

The lstm-rnn should learn to predict the next day based on previous last days.