View on GitHub

Bearded-android-docs

HessianMatrix

Download this project as a .zip file Download this project as a tar.gz file

Created Friday 15 November 2013

The hessian matrix is used to classify CritialPoints

In 2D, the hessian matrix of a function f is

`H(f) = ((f_(x x), f_(xy)),(f_(yx), f_(yy)))`

where `f_(xy)` is the derivative of `f_x` with respect to y.

Ex: `f(x,y) = x^2 - y^2 - xy`

`H(f) = ((2, -1), (-1, -2))`

Properties of Hessian

Meaning of Determinant of HessianMatrix


Backlinks:

MachineLearning:NeuralNetworks:Appendix
comments powered by Disqus