Skip to content

Predicting Stock Close Prices :Time series forecasting with high accuracy

Notifications You must be signed in to change notification settings

Ahmed-Ashraf-Khalil/Stock-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Close Price Prediction

Predicting Stock Close Prices :Time series forecasting with high accuracy using LSTM model on approximately a Million examples. maxresdefault

files :

  • StockPricePrediction.ipyn : The Notebook.
  • NewDataEntire.csv : dataset after preparing.
  • my_model_1 : weights of the model after the first epoch.
  • my_model_3 : weights of the model after the third epoch.