Introduction





-
Analytical Solution
-
Numerical Optimization
-
Can correctly find the extreme points in various situations
-
Fast speed



-
If f”(x) > 0, then it is a minimum at that point
-
If f”(x) < 0, then it is a maximum at that point
-
If f”(x) >= 0, we also need to look at higher-order derivatives
-
If the Hessian matrix is positive definite, the function has a minimum at that point
-
If the Hessian matrix is negative definite, the function has a maximum at that point
-
If the Hessian matrix is indefinite, we still need to look at further (this part is incorrect)




-
Principal Component Analysis
-
Linear Discriminant Analysis
-
Laplacian Eigenmaps in Manifold Learning
-
Hidden Markov Model




-
Support Vector Machine (SVM)





























