Skip to content

Latest commit

 

History

History
91 lines (57 loc) · 2.38 KB

README.md

File metadata and controls

91 lines (57 loc) · 2.38 KB

LearningX Examples and Tutorials

We provide here a suite of Python examples that walk you through concepts in:

  • Classical & Deep Reinforcement Learning

  • Basic & Advanced Machine Learning

Usage of the examples is simple: just run the main file for each project. Each project example contains its own README.md file discussing the theory and applications.

Classical Reinforcement Learning

Deep Reinforcement Learning

Basic Machine Learning

  • Decision Tree, K-Nearest Neighbours, Logistic Regression (Gradient Descent)
  • Linear Regression (Gradient Descent / Stochastic Gradient Descent)
  • K-means Clustering

Advanced Machine Learning

Author

Anson Wong