Skip to content

rmsprop

rmsprop(f, x0, options?): any

Defined in: gradient.js:184

RMSProp.

Parameters

f

Function

Objective

x0

number[]

Initial parameters

options?

any = {}

{grad, learningRate, maxIter, tol, decay, epsilon, verbose}

Returns

any

{x, fx, iterations, converged, history}