Jump to content

Machine Learning Glossary: Difference between revisions

Line 29: Line 29:
==F==
==F==
* Forward propagation - Inference through a neural network by computing each layer's outputs.
* Forward propagation - Inference through a neural network by computing each layer's outputs.
* Fréchet Inception Distance (FID) - a reference-based distribution metric which passes images through a pretrained network (typically Inception)
* Fully connected network - The standard neural network model where each layer is a sequence of nodes.
* Fully connected network - The standard neural network model where each layer is a sequence of nodes.
* Features or Feature map - a generic term indicating the intermediate outputs of a neural network
* Features or Feature map - a generic term indicating the intermediate outputs of a neural network