C# Класс SuperNeuro.Regularizers.L1

L1 regularization technique also called Lasso Regression

Lasso Regression (Least Absolute Shrinkage and Selection Operator) adds “absolute value of magnitude” of coefficient as penalty term to the loss function.

Наследование: SuperNeuro.Regularizers.L1L2
Показать файл Открыть проект

Открытые методы

Метод Описание
L1 ( float l = 0.01f )

Initializes a new instance of the L1 class.

Описание методов

L1() публичный Метод

Initializes a new instance of the L1 class.
public L1 ( float l = 0.01f )
l float The value for the regularizer.