Jump to content

Machine Learning Glossary: Difference between revisions

Line 65: Line 65:
==N==
==N==
* Neurons - Individual elements in a MLP layer (perceptron + activation) which supposedly resemble brain neurons.
* Neurons - Individual elements in a MLP layer (perceptron + activation) which supposedly resemble brain neurons.
* Neural Fields - A subfield of computer vision and graphics which uses neural networks to represent 3D scenes and perform tasks such as 3D reconstruction and scene generation.
* Neural Fields - A subfield of computer vision and graphics which uses neural networks to represent 2D/3D scenes and perform tasks such as 3D reconstruction, scene generation, and image compression.
* Normalized Device Coordinates - In images, pixels are in coordinates of <math>[-1, 1]\times[-1, 1] </math>.
* Normalized Device Coordinates - In images, pixels are in coordinates of <math>[-1, 1]\times[-1, 1] </math>.