|
SPRAAK
|
pointers to all params for the current arc More...
Data Fields | |
| const SprNNFloatData * | p |
| points to the parameters for the current arc More... | |
| SprNNFloatData * | o |
| intermediate value (training,fwd&bwd) More... | |
| int | ndx |
| index of the current input node More... | |
| const int | nparams |
| param -> param-update offset (training,bwd) More... | |
| SprNNFloatCalc | i |
| input value (training,bwd) More... | |
| SprNNFloatCalc | y |
| output value for training More... | |
pointers to all params for the current arc
| const SprNNFloatData* SprMlpParam::p |
points to the parameters for the current arc
| SprNNFloatData* SprMlpParam::o |
intermediate value (training,fwd&bwd)
| int SprMlpParam::ndx |
index of the current input node
| const int SprMlpParam::nparams |
param -> param-update offset (training,bwd)
| SprNNFloatCalc SprMlpParam::i |
input value (training,bwd)
| SprNNFloatCalc SprMlpParam::y |
output value for training
1.8.6