Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 161 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 161 Bytes

Solvers for Logistic Regression:

  • CG
  • DFP
  • FastDescent
  • FixedNewton
  • BFGS
  • LBFGS
  • SGD

Solvers for softmax Refression:

  • FastDescent
  • BFGS
  • LBFGS
  • SGD