|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.generation5.nn.Activation.Sigmoid
Sigmoid activation function.
| Nested Class Summary |
| Nested classes inherited from class org.generation5.nn.Activation |
Activation.None, Activation.Sigmoid, Activation.Stepped, Activation.Tanh |
| Constructor Summary | |
Activation.Sigmoid()
|
|
| Method Summary | |
double |
function(double in)
Return f(x) = 1/(1+e-x. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Activation.Sigmoid()
| Method Detail |
public double function(double in)
function in interface Activationin - the input weight.
|
This documentation is part of the Generation5 JDK.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||