Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { gd.MethodConfig LR float64 Mu float64 Nesterov bool }
Config provides configuration settings for an SGD optimizer.
type SGD ¶
SGD implements the SGD gradient descent optimization method.
func (*SGD) Delta ¶
Delta returns the difference between the current params and where the method wants it to be.
Click to show internal directories.
Click to hide internal directories.