Expand description
Neural networks.
Structs§
- L1 regularization with the given lambda value. Also known as LASSO, used to encourage sparsity.
- L2 regularization with the given lambda value. Also known as Ridge, used to encourage small weights.
Enums§
- Initialization methods for weight matrices.