Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.06 KB

Introduction.md

File metadata and controls

54 lines (30 loc) · 1.06 KB
layout mathjax permalink
page
true
/intro/


Quick Intro

This course is an introduction to machine learning basics theory and practice. There are 3 different types of learning:

Supervised learning

supervised learning is maybe the most common modern way of teaching. In this method a "Teacher" shows you an example and you are required to repeat the example logic on some other examples.

Unsupervised learning:

Unsupervised learning is a way to make Decisions based on correlation in the data.

Reinforcement learning:

Reinforcement learning is based on interaction with the environment. The learning is done using Trial and error.