Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 529 Bytes

File metadata and controls

9 lines (9 loc) · 529 Bytes

Stock Prediction on Microsoft Data

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.
  • Visualizing the performance on the Tensorboard.