16enum NodesTypes {Node_Input=0, Node_LeakyReLU, NodeSoftMax, Node_Normalization, Node_Regression, Node_MaxOut, Node_Chooser};
47 vector<pair<int, int>> sources_idx;
48 vector<pair<int, int>> sinks_idx;
54 id=-1; keep_node=0; type=
""; n_hidden=0; learn_rate = -1; momentum = -1; rate_decay = -1; drop_in = -1;
55 drop_out = -1; A = -1; B = -1; lambda = -1; max_width = 0; noise_std = -1; wgt_std = -1; to_train = 1;
58 void init_from_string(
const string &in_str);