top of page
MONTE CARLO MACHINE LEARNING
Language: Python
Version Control: Git
Learning about the Monte Carlo Method gave me great insights into the basics of machine learning. Understanding core machine learning foundations such as the Bellman Equation, Value Tables and Q Tables has given me a good basis to continue my learning from. Since learning about the Monte Carlo Method, I have continued my learning and am now in the process of learning about policy gradient methods.
Key Takeaways:
- Understanding of Bellman Equation, V tables and Q tables - New insights into AI learning and recursive functions to achieve machine learning
bottom of page