Module juice::solver

source ·
Expand description

Provides the generics and interfaces for the specific Solvers.

See [Solvers][solvers] [solvers]: ../solvers/index.html

Re-exports§

Modules§

Structs§

  • Solver that optimizes a [Layer][1] with a given objective. [1]: ../layer/index.html
  • Configuration for a Solver

Enums§

  • Learning Rate Policy for a [Solver][1] [1]: ./struct.Solver.html
  • [Regularization][1] method for a [Solver][2]. [1]: https://cs231n.github.io/neural-networks-2/#reg [2]: ./struct.Solver.html
  • All available types of Stochastic Gradient Descent solvers.
  • All available types of solvers.

Traits§

  • Implementation of a specific Solver.