20.1 Root finding

20.1.1 Newton’s method (Newton–Raphson algorithm)

20.1.2 Gauss–Newton algorithm

20.1.3 Gradient Descent

20.1.3.1 Stochastic gradient descent (SGD)

Implicit updates (ISGD)

20.1.3.2 Momentum

20.1.3.3 AdaGrad

20.1.3.4 RMSProp

20.1.3.5 Adaptive Moment Estimation (Adam)

20.1.4 Conjugate gradient method

20.1.5 Nelder–Mead method

20.1.6 Broyden–Fletcher–Goldfarb–Shanno (BFGS) algorithm