Skip to content

Files

Latest commit

fe12863 · Feb 19, 2020

History

History
This branch is 471 commits behind x4nth055/pythoncode-tutorials:master.

stock-prediction

To run this:

  • pip3 install -r requirements.txt
  • Please read the tutorial before using this, edit parameters.py for your needs and run train.py. This will start training using the parameters you specified, you can use tensorboard on logs folder to visualize your training process.
  • Once you trained your model, use test.py to evaluate and test your model.