Machine Learning Terms

Embedding

A representation of an object as a list of numbers.

Read More   »

Machine Learning Terms

Hyperparameters

Hyperparameters specify the model's architecture and how it will be trained and are not learned during training phase.

Read More   »

Machine Learning Terms

Kernel Function

A function that helps to separate datasets that can't be separated with a classic linear approach.

Read More   »

Machine Learning Terms

Lipschitzness

Lipschitzness is a noun coming from the term Lipschitz continuity.

Read More   »

Machine Learning Terms

Loss Function

Function that is used to evaluate the performance of a model and guide the training process.

Read More   »

Machine Learning Terms

PCA

An algorithm that removes less important data from a dataset.

Read More   »

Machine Learning Terms

Parameters

Internal variables of the model that will be updated during the training phase (e.g. weights and biases of a neural network).

Read More   »

Machine Learning Terms

Rectified Linear Unit

A simple function of x returning 0 if x < 0 or x otherwise.

Read More   »

Machine Learning Terms

Tensor

A multidimensional array similar to numpy.array.

Read More   »