TarzaNN
TarzaNN neural network simulator
|
#include <TanHNeuron.h>
Public Member Functions | |
TanHNeuron () | |
TanHNeuron (const TanHNeuron &rkn) | |
virtual | ~TanHNeuron () |
void | nonlinearity (Matrix *totalActivation, Matrix *workOutput, Matrix *spatialBias, float featureBias) |
double | nonlinearityDerivative (double S) |
TanHNeuron::TanHNeuron | ( | ) |
TanHNeuron::TanHNeuron | ( | const TanHNeuron & | rkn | ) |
TanHNeuron::~TanHNeuron | ( | ) | [virtual] |
void TanHNeuron::nonlinearity | ( | Matrix * | totalActivation, |
Matrix * | workOutput, | ||
Matrix * | spatialBias, | ||
float | featureBias | ||
) | [virtual] |
Reimplemented from Neuron.
double TanHNeuron::nonlinearityDerivative | ( | double | S | ) | [virtual] |
Reimplemented from Neuron.