Machine Learning

There's a total of 4 articles.




Introduction to Machine Learning

Introduction to Machine Learning
A super brief introduction to what ML is for, the problems where it can be applied along with some example applications.
Me
Published on Thu, Jun 25, 2020
Last modified on Sun, Jun 16, 2024
202 words - Page Source

Machine Learning Glossary

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
Me
Published on Mon, May 25, 2020
Last modified on Sun, Jun 16, 2024
243 words - Page Source

Hyperparameter tuning

Hyperparameter tuning
Hyperparameter tuning is a process of finding out by trial and error the hyperparemeteres (the parameters fed into the model for it to change its inner parameters) to converge efficiently.
Me
Published on Mon, May 25, 2020
Last modified on Sun, Jun 16, 2024
223 words - Page Source

Expectation maximization

Expectation maximization
Expectation maximization is a method of finding maximum likelihood estimates of 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.
Me
Published on Mon, Mar 16, 2020
Last modified on Sun, Jun 16, 2024
530 words - Page Source