Click or drag to resize
ANN_MLPSetActivationFunction Method
http://www.emgu.com
Initialize the activation function for each neuron.

Namespace: Emgu.CV.ML
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void SetActivationFunction(
	ANN_MLPAnnMlpActivationFunction function,
	double param1 = 0,
	double param2 = 0
)

Parameters

function
Type: Emgu.CV.MLANN_MLPAnnMlpActivationFunction
Currently the default and the only fully supported activation function is SigmoidSym
param1 (Optional)
Type: SystemDouble
The first parameter of the activation function.
param2 (Optional)
Type: SystemDouble
The second parameter of the activation function.
See Also