You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prediction on microsoft data is done using regression model.The implementation is based on the chapter Stock Price Prediction with LSTM in the given pdf.
Key points of this project
This project is about collecting the historical stock price information.
Formatting the dataset for a timeseries prediction task.
Implementing regression to predict the future prices of a stock.