PHP Class MCordingley\Regression\Algorithm\GradientDescent\Schedule\RmsProp

Inheritance: implements MCordingley\Regression\Algorithm\GradientDescent\Schedule\Schedule
Show file Open project: mcordingley/regression Class Usage Examples

Public Methods

Method Description
__construct ( float $rate = 0.9, float $stepSize = 0.001, float $eta = 1.0E-6 )
step ( integer $featureIndex ) : float
update ( array $gradient )

Method Details

__construct() public method

public __construct ( float $rate = 0.9, float $stepSize = 0.001, float $eta = 1.0E-6 )
$rate float
$stepSize float
$eta float

step() public method

public step ( integer $featureIndex ) : float
$featureIndex integer
return float

update() public method

public update ( array $gradient )
$gradient array