Uses of Class
simbad.piconode.core.operator.ActivationFunctionWithDerivative

Packages that use ActivationFunctionWithDerivative
simbad.piconode.core.node   
simbad.piconode.ext   
 

Uses of ActivationFunctionWithDerivative in simbad.piconode.core.node
 

Fields in simbad.piconode.core.node declared as ActivationFunctionWithDerivative
protected  ActivationFunctionWithDerivative FeedForwardNeuralNetworkForBackPropLearning._activationFunctionForArcsFromBiasNeuron
           
 

Constructors in simbad.piconode.core.node with parameters of type ActivationFunctionWithDerivative
NeuronForBackPropLearning(FeedForwardNeuralNetworkForBackPropLearning __network, ActivationFunctionWithDerivative __activationFunctionObject)
           
NeuronForBackPropLearning(FeedForwardNeuralNetworkForBackPropLearning __network, ActivationFunctionWithDerivative __activationFunctionObject, java.lang.String __name)
           
 

Uses of ActivationFunctionWithDerivative in simbad.piconode.ext
 

Subclasses of ActivationFunctionWithDerivative in simbad.piconode.ext
 class ActivationFunction_hyperbolicTangent
           
 class ActivationFunction_logisticSigmoid
           
 class ActivationFunction_piecewiseLinear
           
 class ActivationFunction_threshold