# LSTM---Stock-prediction **Repository Path**: xqq27/LSTM---Stock-prediction ## Basic Information - **Project Name**: LSTM---Stock-prediction - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-06 - **Last Updated**: 2021-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](http://www.histdata.com/download-free-forex-data/). 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.