Automate swing trading using deep reinforcement learning. The deep deterministic policy gradient-based neural network model trains to choose an action to sell, buy, or hold the stocks to maximize the gain in asset value. The paper also acknowledges the need for a system that predicts the trend in stock value to work along with the reinforcement …
☆70Apr 27, 2017Updated 9 years ago
Alternatives and similar repositories for SharkStock
Users that are interested in SharkStock are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Trading Stock with Deep Reinforcement Learning☆24Aug 20, 2018Updated 7 years ago
- ☆26Jan 18, 2018Updated 8 years ago
- Deep Direct Recurrent Reinforcement Learning to learn trading system☆26Dec 20, 2017Updated 8 years ago
- Using deep actor-critic model to learn best strategies in pair trading☆323May 18, 2017Updated 9 years ago
- We use an adversarial expert based online learning algorithm to learn the optimal parameters required to maximise wealth trading zero-cos…☆11Apr 8, 2020Updated 6 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- This is a repo for deep reinforcement learning in trading. I used value based double DQN variant for single stock trading. The agent lear…☆71Jul 9, 2019Updated 6 years ago
- Capstone Project for the Machine Learning Nanodegree. Used Deep Q Learning to create an agent that trade stocks.☆16Jul 29, 2016Updated 9 years ago
- Algorithmic Trading Challenge implemented as part of the term project for Foundations of Machine Learning at NYU Courant in Fall 2016 (ht…