Documentation
¶
Overview ¶
Package types contains shared, fundamental types for the Zerfoo framework.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackwardMode ¶
type BackwardMode int
BackwardMode is an enum for specifying the backward pass behavior.
const ( // FullBackprop performs a standard, full backpropagation. FullBackprop BackwardMode = iota // OneStepApproximation performs a one-step gradient approximation for recurrent models. OneStepApproximation )
Click to show internal directories.
Click to hide internal directories.