andreSatria / ml-playground

More learning adventures in machine learning!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning Playground

More learning adventures in machine learning!


Welcome! Here, I will be sharing a collection of mini-projects that I did related to machine learning. In it's current state, most of the problems will be related to reinforcement learning and using OpenAI's Gym environments, as they are easy to use and require minimal environment setup.

The projects of the same problem/environment will be placed in the same folder. Each of them may have various solutions and approaches, documented in Jupyer notebooks. These notebooks are created in Google Colaboratory, so some features such as replay videos can only be viewed there (links to open them there are provided)

Index

Abbreviations

  • RL: Reinforcement Learning
  • SL: Supervised Learning
  • UL: Unsupervised Learning

Disclaimer

Not all practices shown in these examples are guaranteed to be the best and proper. Take the examples as references/guidelines at your own risk.

About

More learning adventures in machine learning!


Languages

Language:Jupyter Notebook 98.9%Language:Python 1.1%Language:Shell 0.0%