Definition

An iterative algorithm for finding the roots of a differentiable function, which are solution to the equation
Algorithm
Find the next point such that the Taylor series of the given point is 0 Taylor first approximation: The point such that the Taylor series is 0:
multivariate version:
In convex optimization,
Find the minimum point^[its derivative is 0] of Taylor quadratic approximation. Taylor quadratic approximation: The derivative of the quadratic approximation: The minimum point of the quadratic approximation^[the point such that the derivative of the quadratic approximation is 0]: multivariate version:
Examples
Solution of a linear system
Solve with an MSE loss
The cost function is and its gradient and hessian are ,
Then, solution is If is invertible, is a Least Square solution.