Module juice::layer

source ·
Expand description

Provides the generics and interfaces for the specific Layers.

See [Layers][layers] [layers]: ../layers/index.html

Structs§

Enums§

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.