Jump to content

Machine Learning Glossary: Difference between revisions

Line 79: Line 79:
==S==
==S==
* Stride - how far the CNN kernel in terms of input pixels moves between output pixels.
* Stride - how far the CNN kernel in terms of input pixels moves between output pixels.
* Structural simmilarity metric (SSIM) - a reference-based image metric which compares local image patch statistics (mean, covariance).
* Softmax - a function used to convert a set of ''logits'' into a probability distribution.
* Softmax - a function used to convert a set of ''logits'' into a probability distribution.
* Support Vector Machine (SVM) - A linear classifier which maximizes the margin/distance to the nearest examples.
* Support Vector Machine (SVM) - A linear classifier which maximizes the margin/distance to the nearest examples.