Package functions
Class Hypertansigm
java.lang.Object
functions.Hypertansigm
public class Hypertansigm
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Hypertansigm()
-
Method Summary
Modifier and Type Method Description double
activation(double x)
Hyperbolic Tangent Function.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Hypertansigm
public Hypertansigm()
-
-
Method Details
-
activation
public double activation(double x)Hyperbolic Tangent Function. f(x)=(1-exp(-2*x))/(1+exp(-2*x))
-