Here is my attempt at making an AI stock predictor.
data | ||
models | ||
.gitignore | ||
LICENSE | ||
README.md | ||
Run Stock Model.ipynb | ||
Scrape Stock Data.ipynb | ||
Train Stock Model Deep Neural Network.ipynb | ||
Train Stock Model LSTM Neural Network.ipynb |
AI-Stock-Predictor
Here is my attempt at making an AI stock predictor.
Info
Although it doesn't perform very well, the tool provides a useful workflow for gathering and preprocessing financial data from Yahoo Finance and training an LSTM model on it with TensorFlow.