Stock price forecasting

Research of NN model for market stock price forecasting

Inspiration sources

https://github.com/BenjiKCF/Neural-Net-with-Financial-Time-Series-Data https://github.com/alberduris/SirajsCodingChallenges/tree/master/Stock%20Market%20Prediction

Research steps:

  1. Exploratory Data Analysis | notebook version
  2. Feature Engeneering and Normalisation | notebook version
  3. Window Generator | notebook version
  4. Explore Training Metrics | notebook version
  5. Test Model | notebook version
  6. Backtesting | notebook version