close
The Wayback Machine - https://web.archive.org/web/20200917052922/https://github.com/ankonzoid/LearningX
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Feb 10, 2020
Feb 10, 2020
Feb 10, 2020
Feb 10, 2020

README.md

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

The Multi-Armed Bandit Problem

Image

Q-Learning in GridWorld

Image

Optimal Blackjack Strategy

Image

Deep Reinforcement Learning

Balancing Cartpole Beam on OpenAI gym

Image

Playing Pong from pixels on OpenAI gym

Image

Basic Machine Learning

Classification

Image
  • Decision Tree, K-Nearest Neighbours

Regression

Image
  • Linear Regression (Gradient Descent / Stochastic Gradient Descent), Logistic Regression

Unsupervised Learning

Image
  • K-means Clustering

Advanced Machine Learning

Building Model Trees

Image

Tree Ensembles: Bagging and Boosting

Image Image

Author

Anson Wong

You can’t perform that action at this time.