Machine Learning

There's a total of 4 notes tagged with "Machine Learning".

Thu, Jun 25, 2020

Introduction to Machine Learning

A very brief introduction to what ML is for and the problems to which it can be applied, along with some example applications.
Mon, May 25, 2020

Machine Learning Glossary

A glossary of terms used in machine learning. For an up-to-date glossary, also check https://developers.google.com/machine-learning/glossary.
Mon, May 25, 2020

Hyperparameter tuning

Hyperparameter tuning is the process of finding the optimal hyperparameters (the parameters fed into the model for it to change its inner parameters) for a model to converge efficiently through trial and error.
Mon, Mar 16, 2020

Expectation maximization

Expectation maximization is a method of finding maximum likelihood estimates of the parameters of a model. The method alternates between making an expectation (E) step based on the current estimate of the parameters and a maximization (M) step, which computes new parameters.