The Encog Project

Package org.encog.neural.activation

Interface Summary
ActivationFunction ActivationFunction: This interface allows various activation functions to be used with the neural network.
 

Class Summary
ActivationLinear ActivationLinear: The Linear layer is really not an activation function at all.
ActivationSigmoid ActivationSigmoid: The sigmoid activation function takes on a sigmoidal shape.
ActivationTANH ActivationTANH: The hyperbolic tangent activation function takes the curved shape of the hyperbolic tangent.
 


The Encog Project