Here is my attempt at making an AI stock predictor.
Go to file
2024-10-07 21:24:55 -04:00
data added code 2024-10-07 21:24:55 -04:00
models added code 2024-10-07 21:24:55 -04:00
.gitignore Add .gitignore 2024-10-08 01:24:22 +00:00
LICENSE Initial commit 2024-10-06 19:56:19 +00:00
README.md Update README.md 2024-10-06 20:01:08 +00:00
Run Stock Model.ipynb added code 2024-10-07 21:24:55 -04:00
Scrape Stock Data.ipynb added code 2024-10-07 21:24:55 -04:00
Train Stock Model Deep Neural Network.ipynb added code 2024-10-07 21:24:55 -04:00
Train Stock Model LSTM Neural Network.ipynb added code 2024-10-07 21:24:55 -04:00

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.