• Stars
    star
    305
  • Rank 136,879 (Top 3 %)
  • Language
    Python
  • Created almost 10 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

LSTM Forex prediction

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

The model can be trained on daily or minute data of any forex pair. The data can be downloaded from here.

The lstm-rnn should learn to predict the next day or minute based on previous data.

The neural network is implemented on Theano.

This code is not mantained anymore.