Show / Hide Table of Contents

Enum ANN_MLP.ActivationFunctions

possible activation functions

Namespace: OpenCvSharp.ML
Assembly: OpenCvSharp.dll
Syntax
public enum ActivationFunctions

Fields

Name Description
Gaussian

Gaussian function: f(x)=\beta e^{-\alpha x*x}

Identity

Identity function: $f(x)=x

SigmoidSym

Symmetrical sigmoid: f(x)=\beta*(1-e^{-\alpha x})/(1+e^{-\alpha x}

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX