simbad.piconode.core.operator
Class ActivationFunction

java.lang.Object
  extended by simbad.piconode.core.operator.Operator
      extended by simbad.piconode.core.operator.ActivationFunction
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ActivationFunction_copy, ActivationFunction_copyWithDecay, ActivationFunctionWithDerivative

public abstract class ActivationFunction
extends Operator
implements java.io.Serializable

This class defines the prototype for any activation function, usually used in the context of artificial neural networks

See Also:
Serialized Form

Constructor Summary
ActivationFunction()
           
 
Method Summary
abstract  double applyFunction(double __value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationFunction

public ActivationFunction()
Method Detail

applyFunction

public abstract double applyFunction(double __value)