Jump to content

Machine Learning Glossary: Difference between revisions

Line 73: Line 73:
* 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.
* 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.
* Stochastic Gradient Descent (SGD) - A variation on gradient descent where we only compute the gradient of the parameters against a small batch of data instead of the entire dataset.


==T==
==T==