|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Activation
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 |
|---|
double function(double in)
in - the summed, weighted inputs from the neural network.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||