aima.learning.statistics
Class TanhActivationFunction

java.lang.Object
  extended by aima.learning.statistics.TanhActivationFunction
All Implemented Interfaces:
ActivationFunction

public class TanhActivationFunction
extends java.lang.Object
implements ActivationFunction


Constructor Summary
TanhActivationFunction()
           
 
Method Summary
 double activation(double paramter)
           
 double deriv(double parameter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TanhActivationFunction

public TanhActivationFunction()
Method Detail

activation

public double activation(double paramter)
Specified by:
activation in interface ActivationFunction

deriv

public double deriv(double parameter)
Specified by:
deriv in interface ActivationFunction