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
파일 보기 프로젝트 열기: tech-quantum/SuperchargedArray

공개 메소드들

메소드 설명
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.