Stock-Price-Prediction
Project Idea
Stock price prediction using LSTM and 1D Convoltional Layer implemented in keras with TF backend on daily closing price of S&P 500 data from Jan 2000 to Aug 2016
Requirements/Dependencies
python 3.6, tensorflow 1.2, keras 2.0.5
Usage
Run timeSeriesPredict.py in src/
License
This source code is released under the [MIT License]
Credits
- [llsourcell]
- [Jason Brownlee]