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

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...
 
SprNNFloatDatanode
 
struct t_mlp_layer * next
 

Detailed Description

a (named) layer in the MLP

Field Documentation

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