- accumulate_grad
void accumulate_grad(float[] grad)
Undocumented in source. Be warned that the author may not have intended to support it.
- accumulate_grad
void accumulate_grad(SparseF[] grad)
Undocumented in source. Be warned that the author may not have intended to support it.
- allocate_grad_params
void allocate_grad_params()
Undocumented in source. Be warned that the author may not have intended to support it.
- allocate_interface
void allocate_interface()
Undocumented in source. Be warned that the author may not have intended to support it.
- allocate_params
void allocate_params()
Undocumented in source. Be warned that the author may not have intended to support it.
- backward_prop
void backward_prop(V[] grad)
Undocumented in source. Be warned that the author may not have intended to support it.
- deser
void deser(Serializer s)
Undocumented in source. Be warned that the author may not have intended to support it.
- deserialize
void deserialize(Serializer s)
Undocumented in source. Be warned that the author may not have intended to support it.
- dup
NeuralLayer dup()
Undocumented in source. Be warned that the author may not have intended to support it.
- forward_prop
void forward_prop()
Undocumented in source. Be warned that the author may not have intended to support it.
- init
void init(double random_scale)
Undocumented in source. Be warned that the author may not have intended to support it.
- post_learning
void post_learning()
Undocumented in source. Be warned that the author may not have intended to support it.
- pre_learning
void pre_learning()
Undocumented in source. Be warned that the author may not have intended to support it.
- predict
void predict()
Undocumented in source.
- recompute_topology
void recompute_topology()
Undocumented in source. Be warned that the author may not have intended to support it.
- reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
- ser
void ser(Serializer s)
Undocumented in source. Be warned that the author may not have intended to support it.
- serialize
void serialize(Serializer s)
Undocumented in source. Be warned that the author may not have intended to support it.
- set_name
void set_name(string name_)
Undocumented in source. Be warned that the author may not have intended to support it.
- set_optimizer
void set_optimizer(Optimizer opt_)
Undocumented in source. Be warned that the author may not have intended to support it.
- set_type
void set_type(LayerT t)
Undocumented in source. Be warned that the author may not have intended to support it.
- share_params
void share_params(NeuralLayer layer)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
Abstract base class of all layers in the net.