Machine Learning Garden

Powered by 🌱Roam Garden

Machine Learning

References

Notes {{word-count}}

Summary:

Key points:

In , instead of defining the input -> output relationship by hand, we learn a program that acquires the relationship from data.

Tom Mitchell's definition

A computer program is said to learn from experience EE with respect to some class of tasks TT and performance measure PP, if its performance at tasks in TT, as measured by PP, improves with experience EE.

The method for solving any problem ever.

Define your model class.

Model class refers to the the set of possible programs。

Define your .

measures if one model in the model class is better than another.

Define your .

The optimizer searches the model class to find the model that minimizes the .

Run it on a GPU.

Marr's levels of analysis

Machine Learning