|
TarzaNN
TarzaNN neural network simulator
|
| addActivation(int count) | Neuron | |
| getMaxActivation() | Neuron | |
| getType(const QString &name) | Neuron | [static] |
| getType(int value) | Neuron | [static] |
| max_activation | Neuron | [protected] |
| Neuron() | Neuron | |
| nonlinearity(Matrix *totalActivation, Matrix *workOutput, Matrix *spatialBias, float featureBias) | TanHNeuron | [virtual] |
| nonlinearityDerivative(double S) | TanHNeuron | [virtual] |
| processBiases(Matrix *workOutput, Matrix *spatialBias, float featureBias) | Neuron | [protected] |
| range | Neuron | [protected] |
| setFeaturePlane(FeaturePlaneAbstract *fp) | Neuron | [inline, virtual] |
| setNeuronParams(paramMap ¶ms, int neuronType, float nParam1, float nParam2) | Neuron | [static] |
| TanHNeuron() | TanHNeuron | |
| TanHNeuron(const TanHNeuron &rkn) | TanHNeuron | |
| theFeaturePlane | Neuron | [protected] |
| ~TanHNeuron() | TanHNeuron | [virtual] |
1.7.5.1