Class L1L2
Combined regularizer for Lasso and Ridge regression technique
Inherited Members
Namespace: SiaNet.Regularizers
Assembly: SiaNet.dll
Syntax
public class L1L2 : BaseRegularizer
Constructors
| Improve this Doc View SourceL1L2(Single, Single)
Initializes a new instance of the L1L2 class.
Declaration
public L1L2(float l1 = 0.01F, float l2 = 0.01F)
Parameters
Type | Name | Description |
---|---|---|
System.Single | l1 | The l1 value. Default to 0.01 |
System.Single | l2 | The l2 value. Default to 0.01 |