From 82944657a0dacbf86edc2192d42d43a825563cfb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 6 Apr 2021 16:48:48 +0000 Subject: [PATCH] {chore: autopublish 2021-04-06T16:48:48Z} --- generated_wiki/deep_learning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generated_wiki/deep_learning.md b/generated_wiki/deep_learning.md index 619ccb6..6446b6a 100644 --- a/generated_wiki/deep_learning.md +++ b/generated_wiki/deep_learning.md @@ -12,7 +12,7 @@ | [Neural Network](https://github.com/VivekPa/IntroNeuralNetworks) | Neural networks to predict stock prices. | 9/10/18 6:34 | 11/21/18 7:39 | 489.0 | :heavy_multiplication_x: | :star:x4 | | [Deep Learning](https://github.com/keon/deepstock) | Technical experimentations to beat the stock market using deep learning. | 12/12/16 2:15 | 3/4/17 8:37 | 427.0 | :heavy_multiplication_x: | :star:x4 | | [LTSM Recurrent](https://github.com/VivekPa/AIAlpha) | OHLC Average Prediction of Apple Inc. Using LSTM Recurrent Neural Network. | 10/7/18 3:58 | 8/3/19 9:00 | 1199.0 | :heavy_check_mark: | :star:x4 | -| [crypto-rl](https://github.com/sadighian/crypto-rl) | Retrieve limit order book level data from coinbase pro and bitfinex -> record in [arctic](https://github.com/man-group/arctic) timeseries database then implemented trend following strategies (market orders) and market making (limit orders). Uses reinforcement learning (DQN) (keras-rl)[https://github.com/keras-rl/keras-rl] to create agents and uses (openai gym)[https://gym.openai.com/] to implement POMDP (partially observable markov decision process) | 6/21/18 1:06 | 11/5/20 11:08 | 345.0 | :heavy_check_mark: | :star:x3 | +| [crypto-rl](https://github.com/sadighian/crypto-rl) | Retrieve limit order book level data from coinbase pro and bitfinex -> record in [arctic](https://github.com/man-group/arctic) timeseries database then implemented trend following strategies (market orders) and market making (limit orders). Uses reinforcement learning (DQN) [keras-rl](https://github.com/keras-rl/keras-rl) to create agents and uses [openai gym](https://gym.openai.com/) to implement POMDP (partially observable markov decision process) | 6/21/18 1:06 | 11/5/20 11:08 | 345.0 | :heavy_check_mark: | :star:x3 | | [Advanced-Deep-Trading](https://github.com/Rachnog/Advanced-Deep-Trading) | notebooks containing experiments based on Lopez de Prado book "Advances in financial machine learning". Mostly not deep learning related but rather sklearn regression models. Interesting libraries include [mlfinlab](https://github.com/hudson-and-thames/mlfinlab) for calculating return stats and [shap](https://github.com/slundberg/shap) for explaining models. Examlpe of shap can be which features are pushing the value up and and which features are pushing the value down. Also contain functions for calculating geometric brownian motion and jump diffusion functions. | 2/16/19 21:18 | 11/29/20 20:12 | 319.0 | :heavy_check_mark: | :star:x3 | | [BitcoinForecast](https://github.com/PiSimo/BitcoinForecast) | NEW | 3/10/17 10:52 | 6/11/18 8:07 | 288.0 | :heavy_multiplication_x: | :star:x3 | | [trading-bot](https://github.com/pskrunner14/trading-bot) | Implementation of deep reinforcement learning using Deep Q Network (DQN). Only supports single security at the moment. Idea is roughly based [here](https://keon.github.io/deep-q-learning/) and uses tensorflow/keras. Interesting helper python libraries used here are [tqdm](https://tqdm.github.io/) for console based progress bar and [altair](https://altair-viz.github.io/) for declarative visualization in python | 8/13/18 10:44 | 1/23/20 4:41 | 286.0 | :heavy_check_mark: | :star:x3 |