![]() |
Nano Brain for Unity v0.1
|
The curve presets for the activation functions.
Static Public Member Functions | |
| static AnimationCurve | Linear (float weight) |
| Generate a curve for the linear activation function. | |
| static AnimationCurve | Power (float exponent, float weight) |
| Generate a curve for the power activation function. | |
| static AnimationCurve | Reciprocal (float weight) |
| Generate a curve for the reciprocal activation function. | |
| static AnimationCurve | Tanh (float weight) |
| Generate a curve for the tanh activation function. | |
| static AnimationCurve | Binary () |
| Generate a curve for the binary activation function. | |
|
static |
Generate a curve for the linear activation function.
| weight | The maximum value for the function |
|
static |
Generate a curve for the power activation function.
| exponent | The exponent of the power function |
| weight | The maximum value for the function |
|
static |
Generate a curve for the reciprocal activation function.
| weight | The maximum value for the function |
|
static |
Generate a curve for the tanh activation function.
| weight | The maximum value for the function |
|
static |
Generate a curve for the binary activation function.