SPRAAK
|
a (named) layer in the MLP More...
Data Fields | |
char * | name |
the name More... | |
int | nr_nodes |
number of nodes More... | |
unsigned int | flags |
extra flags (tree-eval) More... | |
SprNNFloatData * | node |
struct t_mlp_layer * | next |
a (named) layer in the MLP
char* SprMlpLayer::name |
the name
int SprMlpLayer::nr_nodes |
number of nodes
unsigned int SprMlpLayer::flags |
extra flags (tree-eval)
SprNNFloatData* SprMlpLayer::node |
the nodes, first node is additive bias(==1.0), last node is multiplicative bias(==2.0)
struct t_mlp_layer* SprMlpLayer::next |