• Stars
    star
    9
  • Rank 1,939,727 (Top 39 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created almost 6 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a supervised Recurrent Neural Network (RNN) learning project treating stock trading as a classification problem. Given input of a 60 day window of pricing data, choose the best action for maximum profit. This uses my earlier https://github.com/TimRivoli/Stock-Price-Trade-Analyzer project for a trading environment, and its SeriesPrediction module for data preparation and model training.