Skip to content

Files

Latest commit

707a12b · May 31, 2021

History

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

stock-prediction

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 31, 2021
May 31, 2021
Dec 11, 2020
May 31, 2021
Jan 16, 2020
Dec 11, 2020
Jan 9, 2020
May 31, 2021
Jan 3, 2021
May 23, 2021
Dec 11, 2020

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.