Public Instance Constructors

LinearActivationFunction Constructor

Public Instance Properties

A Get or set the A parameter of the function ( A must be positive )
Name Get the name of the activation function

Public Instance Methods

Equals (inherited from Object)Select the method name to go to the Microsoft documentation.
GetHashCode (inherited from Object)Select the method name to go to the Microsoft documentation.
GetType (inherited from Object)Select the method name to go to the Microsoft documentation.
Output Get the activation function value
OutputPrime Get the diff function value
ToString (inherited from Object)Select the method name to go to the Microsoft documentation.

Protected Instance Fields

a The A parameter of the linear function
threshold Usefull to compute function value

Protected Instance Methods

Finalize (inherited from Object)Select the method name to go to the Microsoft documentation.
MemberwiseClone (inherited from Object)Select the method name to go to the Microsoft documentation.

See Also

LinearActivationFunction Class | NeuralNetwork Namespace