com.penguinwerks.jodene.activation
Class TanhActivationFactory

java.lang.Object
  extended bycom.penguinwerks.jodene.activation.TanhActivationFactory
All Implemented Interfaces:
ActivationFactory, java.io.Serializable

public class TanhActivationFactory
extends java.lang.Object
implements ActivationFactory

This is a factory for tanh activation function calculators.

Author:
Paul Hoehne
See Also:
Serialized Form

Constructor Summary
TanhActivationFactory()
          Creates a new instance of TanhActivationFactory
 
Method Summary
 ActivationFunction makeFunction()
          This method creates a new Tanh activation function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TanhActivationFactory

public TanhActivationFactory()
Creates a new instance of TanhActivationFactory

Method Detail

makeFunction

public ActivationFunction makeFunction()
This method creates a new Tanh activation function.

Specified by:
makeFunction in interface ActivationFactory
Returns:
Returns a tanh activation function.