Skip to content

Analyzes and forecasts Microsoft's stock prices using Python and LSTM neural networks on Yahoo! Finance’s massive dataset

Notifications You must be signed in to change notification settings

SiddhaBasu/StockPricePrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

StockPricePrediction

Analyzes and forecasts Microsoft's stock prices using Python and LSTM neural networks on Yahoo! Finance’s massive dataset

  • Processed Microsoft's stock price data since 1986 taken from Yahoo! Finance's dataset of Microsoft with pandas, creating functions to define windows of dates for the purpose of splitting the dataset
  • Divided the dataset into training, validation, and testing, with a split of 80/10/10, in that respective order
  • Added the validation set for the purpose of tuning hyperparameters in the neural network
  • The neural network included 1 Long Short Term Memory (LSTM) layer, 2 hidden Dense layers, and 1 node as output. Trained for 100 epochs
  • Below, you can see the similarity in prediction and observation stock prices through the graphs

image

image

image

About

Analyzes and forecasts Microsoft's stock prices using Python and LSTM neural networks on Yahoo! Finance’s massive dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published