Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 646 Bytes

notes.org

File metadata and controls

14 lines (13 loc) · 646 Bytes

Speed Optimizing

Optimization Algorithms

  • See Extensions and Variants (wikipedia)
  • Adaptive Gradient Algorithm (AdaGrad)
  • Root Mean Square Propagation (RMSProp)
  • The algorithms that have a perparameter learning rate must have that rate saved to enable training on an already saved net, create a seperate cn_alloc_net_from_file function with this functionality