Rl

Deep Reinforcement Learning For Trading
Alternatives To Rl
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Machine Learning For Trading7,237
3 months ago4Jupyter Notebook
Code for Machine Learning for Algorithmic Trading, 2nd edition.
Financial Machine Learning3,410
2 days ago4Python
A curated list of practical financial machine learning tools and applications.
Awesome Ai In Finance1,874
8 days ago1cc0-1.0
🔬 A curated list of awesome machine learning strategies & tools in financial market.
Pgportfolio1,386
2 years ago50gpl-3.0Python
PGPortfolio: Policy Gradient Portfolio, the source code of "A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem"(https://arxiv.org/pdf/1706.10059.pdf).
Awesome Quant Machine Learning Trading1,287
a year ago1
Quant/Algorithm trading resources with an emphasis on Machine Learning
Alphapy894
2 months ago25August 29, 202013apache-2.0Python
Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost
Quantresearch840
10 months agomitJupyter Notebook
Quantitative analysis, strategies and backtests
Deep_learning_machine_learning_stock828
3 days ago4mitJupyter Notebook
Deep Learning and Machine Learning stocks represent a promising long-term or short-term opportunity for investors and traders.
Awesome Deep Trading799
a year ago1mit
List of awesome resources for machine learning-based algorithmic trading
Deepdow560
10 months ago5February 16, 202127apache-2.0Python
Portfolio optimization with deep learning.
Alternatives To Rl
Select To Compare


Alternative Project Comparisons
Readme

Notebooks and code for Alpha Architect post on reinforcement learning.

  • Tic-Tac-Toe.ipynb - Table-based reinforcement learning to play Tic-Tac-Toe, and analogous if pointless deep learning algo
  • Cart-Pole.ipynb - Building deep reinforcement learning algos from scratch with Keras for OpenAI environments like Cartpole and LunarLander.
  • Ray_tune.ipynb - Similar but with state of the art RL from UC Berkeley Ray project
  • Trading_with_RL.ipynb - Algos to trade fake market data, inspired by Gordon Ritter paper Machine Learning for Trading. This should run in Google Colab.

Typical installation procedure:

  • Install Anaconda python data science distribution

  • Make an environment like

    conda create --name tf tensorflow
    

    or if you have Nvidia GPU

    conda create --name tf_gpu tensorflow-gpu 
    

    This should install requirements like working Nvidia drivers

  • Upgrade TensorFlow to latest version with

    pip install --upgrade tensorflow
    
  • Install additional requirements as necessary - requirements.txt has python modules installed at time of testing.

    pip install -r requirements.txt
    
  • TensorFlow Docker install may also be a good way to start but has not been tested.

  • Run notebooks using

    jupyter notebook
    
Popular Trading Projects
Popular Deep Learning Projects
Popular Economics Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Jupyter Notebook
Machine Learning
Deep Learning
Deep
Keras
Trading
Reinforcement Learning
Rl
Keras Tensorflow
Algorithmic Trading
Quantitative Finance
Quantitative Trading
Deep Q Network