|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface for the neural network activation function.
| Nested Class Summary | |
static class |
Activation.None
No activation function. |
static class |
Activation.Sigmoid
Sigmoid activation function. |
static class |
Activation.Stepped
A stepped activation function. |
static class |
Activation.Tanh
Hyperbolic tangent activation function. |
| Method Summary | |
double |
function(double in)
The activation function. |
| Method Detail |
public double function(double in)
in - the summed, weighted inputs from the neural network.
|
This documentation is part of the Generation5 JDK.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||