From 783badf6787ca8323f49b6fc7c82e20c2f24a829 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Fri, 2 Apr 2021 15:40:47 -0400 Subject: [PATCH] collapsible markdown test --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bffa9c4..a36f279 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ Repo list is updated weekly and status is shown on the badge ___ # Trading -## Deep Learning ([Wiki](https://github.com/firmai/financial-machine-learning/wiki/deep_learning)) +
## Deep Learning ([Wiki](https://github.com/firmai/financial-machine-learning/wiki/deep_learning)) +

+ - [Deep Learning](https://github.com/keon/deepstock) - Technical experimentations to beat the stock market using deep learning. - [Deep Learning II](https://github.com/LiamConnell/deep-algotrading/tree/master/notebooks) - Tensorflow Regression. - [Deep Learning III](https://github.com/Rachnog/Deep-Trading) - Algorithmic trading with deep learning experiments. @@ -33,6 +35,11 @@ ___ - [AI Trading](https://github.com/borisbanushev/stockpredictionai/blob/master/readme2.md) - AI to predict stock market movements. +

+
+ + + ## Reinforcement Learning ([Wiki](https://github.com/firmai/financial-machine-learning/wiki/reinforcement_learning)) - [RL Trading](https://colab.research.google.com/drive/1FzLCI0AO3c7A4bp9Fi01UwXeoc7BN8sW) - A collection of 25+ Reinforcement Learning Trading Strategies - Google Colab. - [RL](https://github.com/kh-kim/stock_market_reinforcement_learning) - OpenGym with Deep Q-learning and Policy Gradient.