SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
SprMlpParam Struct Reference

pointers to all params for the current arc More...

Data Fields

const SprNNFloatDatap
 points to the parameters for the current arc More...
 
SprNNFloatDatao
 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...
 

Detailed Description

pointers to all params for the current arc

Field Documentation

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