Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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