Machine Learning/NBML/Calculus

From Noisebridge
Revision as of 09:59, 6 January 2011 by Mschachter (talk | contribs) (Created page with '=== Introduction === The most relevant Calculus for machine learning involves the [http://en.wikipedia.org/wiki/Derivative Derivatives], and the multi-dimensional version of the …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction[edit]

The most relevant Calculus for machine learning involves the Derivatives, and the multi-dimensional version of the derivative, known as the Gradient. If you can compute gradients, you can do Gradient Descent, the most basic form of Optimization.

Resources[edit]