Jump to content

Machine Learning Glossary: Difference between revisions

Line 47: Line 47:


==L==
==L==
* L1 or L2 norm - Two common norms used for computing accuracy or losses.
* L1, L2, Lp norm - Two common norms used for computing accuracy or losses. Lp is the general form where the exponent is ''p''.
* Latent code - an input to a neural network which gets optimized during training to represent a particular state or value
* Latent code - an input to a neural network which gets optimized during training to represent a particular state or value
* Loss function - Target function which you are attempting to minimize.
* Loss function - Target function which you are attempting to minimize.