|
enum | ActivationFunctions { LINEAR =0,
SIGMOID,
BIPOLAR_SIGMOID,
NUMBER_OF_ACTIVATION_FUNCTIONS
} |
|
|
bool | init (const UINT numInputs, const UINT actvationFunction) |
|
void | clear () |
|
double | fire (const VectorDouble &x) |
|
double | getDerivative (const double &y) |
|
|
static bool | validateActivationFunction (const UINT actvationFunction) |
|
|
double | gamma |
|
double | bias |
|
double | previousBiasUpdate |
|
VectorDouble | weights |
|
VectorDouble | previousUpdate |
|
UINT | numInputs |
|
UINT | activationFunction |
|
Definition at line 38 of file Neuron.h.
The documentation for this class was generated from the following files:
- /Users/ngillian/Documents/dev/libs/grt/GRT/RegressionModules/ArtificialNeuralNetworks/MLP/Neuron.h
- /Users/ngillian/Documents/dev/libs/grt/GRT/RegressionModules/ArtificialNeuralNetworks/MLP/Neuron.cpp