- current_lr
float current_lr(size_t k, size_t j)
Undocumented in source.
- dup
Optimizer dup()
Undocumented in source.
- learn
void learn(NeuralNet nn, D data, S delegate(R net_out, ref T ex, ref V[] grad) grad_f, bool verbose, uint num_cores)
Undocumented in source. Be warned that the author may not have intended to support it.
- register
void register(NeuralLayer layer)
Undocumented in source.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(NeuralLayer layer, float[] ext_grad)
Undocumented in source.
- update
void update(NeuralLayer layer, SparseF[] ext_grad)
Undocumented in source.