Expand description
Provides the generics and interfaces for the specific Layers.
See [Layers][layers] [layers]: ../layers/index.html
Structs§
- The generic Layer
- Layer Configuration Struct
Enums§
- The Layer Types
Traits§
- A Layer that can compute the gradient with respect to its input.
- A Layer that can compute the output for a given input.
- A Layer that can compute the gradient with respect to its parameters (= weights, bias, etc.).
- A Layer in a Neural Network that can handle forward and backward of a computation step.