⚙️AlgorithmAdvanced
Newton's Method & Second-Order Optimization
Newton's method uses both the gradient and the Hessian to take steps that aim directly at the local optimum by fitting a quadratic model of the loss around the current point.
#newton's method#second-order optimization#hessian+12