Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaviara-14/stock_price_prediction
It predict the future price of the stock market based on the previous year's data.
https://github.com/kaviara-14/stock_price_prediction
colab lstm-neural-networks prediction-model python stock-market
Last synced: 4 days ago
JSON representation
It predict the future price of the stock market based on the previous year's data.
- Host: GitHub
- URL: https://github.com/kaviara-14/stock_price_prediction
- Owner: kaviara-14
- Created: 2021-06-07T04:43:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T04:58:27.000Z (over 3 years ago)
- Last Synced: 2023-09-16T03:56:20.908Z (about 1 year ago)
- Topics: colab, lstm-neural-networks, prediction-model, python, stock-market
- Language: Jupyter Notebook
- Homepage:
- Size: 187 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock_Price_Prediction
This project uses an artificial recurrent neural Network called Long Short Term Memory (LSTM)to predict the closing stock price of a corporation (Apple Inc.) using the past 60 day stock price.It predict the future price of the stock market based on the previous year's data.
Language Used : Python