Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]
(no description)
File Size: | 111 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
GD:: (4 methods):
runOptimization()
gradient()
updateWeightsWithUpdates()
clear()
runOptimization(array $samples, array $targets, Closure $gradientCb) X-Ref |
Number of samples given |
gradient(array $theta) X-Ref |
Calculates gradient, cost function and penalty term for each sample then returns them as an array of values |
updateWeightsWithUpdates(array $updates, float $penalty) X-Ref |
No description |
clear() X-Ref |
Clears the optimizer internal vars after the optimization process. |