machine-learning-nanodegree

Class notes for the Machine Learning Nanodegree at Udacity

Go to Index

What is Machine Learning

Machine Learning is a broad concept that involves AI, Statistics and Algorithms.

In conclusion, Machine Learning is an evolution of all these areas.

Machine Learning vs Traditional Programming

In traditional programming, we write decisions into the code. In machine learning, we create an agent that is trained and can figure patterns by itself.

For example, in traditional programming, we would write code that would use a static set of algorithms to identify certain features in a image and figure out if it was a determinate person or not. In machine learning, we code an agent that is trained with a bunch of pictures and figure by itself how to identify a certain person.

Program Outline