collapsible markdown test

This commit is contained in:
Bin Yang
2021-04-02 15:40:47 -04:00
parent 92bbffb072
commit 783badf678
+8 -1
View File
@@ -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))
<details><summary>## Deep Learning ([Wiki](https://github.com/firmai/financial-machine-learning/wiki/deep_learning))</summary>
<p>
- [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.
</p>
</details>
## 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.