Description
In this course you will :
- Welcome to the world of machine learning! You will learn some of the fundamental concepts behind machine learning.
-
Use linear regression or multiple linear regression to fit a line to data. Using this line, you can make predictions about future data.
-
Practice your regression skills on a real-world dataset provided by Yelp!
-
Learn to classify data using some of the most famous supervised machine learning models.
-
Learn some of the more complicated supervised machine learning models.
-
Learn how unsupervised machine learning models work by implementing the K-Means clustering algorithm.