Skip to content

Neural Network to predict high price in a stock dataset given low, close and open prices

License

Notifications You must be signed in to change notification settings

nassim-fox/stock_high_price_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stock_high_price_prediction

Neural Network to predict high price in a stock dataset given low, close and open prices

setup

unzip the dataset from all_stocks_5yr.rar

Install numpy , matplotlib , sklearn and flask

pip install scipy 
pip install numpy 
pip install matplotlib
pip install scikit-learn
pip install sklearn 
pip install flask 

Neural Network structure

  • 3 input , 6k line of data each
  • 4 layers 4 node each
  • 1 output with 6k line of data

About

Neural Network to predict high price in a stock dataset given low, close and open prices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages