Machine learning is the study of algorithms that improve through experience.

Core Concepts

Supervised Learning

In supervised learning, we have labeled data and want to learn a function such that .

The goal is to minimize the expected loss:

See also: Regularization, High Dimensional Statistics

Unsupervised Learning

No labels - we want to find structure in the data.

Connections