This project reuses code and is highly inspired by (selected) great resources:
It's good to learn machine learning by implementing algorithms, and better if we can write them in an elegant and readable way. Then we can review later or others might easily learn from them.
So I manage to use succinct codes with demo example to illustrate the essence of ml algorithms.
-
Dynamic Programming
-
Monte Carlo Methods
-
Temporal Difference Methods
-
Value Function Approximation
-
Policy Gradient Methods
-
Hierarchical Reinforcement Learning