Stock price prediction with RNN. The data we used is from the Chinese stock.
- Python 3.5
- Pandas 0.19.2
- Keras 1.2.2
- Numpy 1.12.0
- scikit-learn 0.18.1
- TensorFlow 1.0 (GPU version recommended)
Data used is Chinese Stocks data, and here is a glimpse of the DataFrame
I've trained with 5 epochs, for a basic visualization.