Machine Learning Basics

Day 1

Posted by Wenjing Liu on 2019-07-01

A brief overview of machine learning

Key tasks in machine Learning

  • Classification

  • Regression

How to choose a right algorithm

Supervised learning tasks
k-Nearest Neighbors Linear
Naive Bayes Locally weighted linear
Support vector machines Ridge
Decision trees Lasso
Unsupervised learning tasks
k-Means Expectation maximization
DBSCAN Parzen window

Why you need know about machine learning

Why python is so great for machine learning