Click or drag to resize

ANN_MLPAnnMlpActivationFunctionRelu Field

http://www.emgu.com
ReLU function: f(x)=max(0,x)

Namespace:  Emgu.CV.ML
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public const ANN_MLPAnnMlpActivationFunction Relu = 3

Field Value

Type: ANN_MLPAnnMlpActivationFunction
See Also