Skip to content

sloth2012/scalaML

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scalaML

Implement some ML algorithms in scala.

  1. base bgd, sgd, mbgd to get started.
  2. Frequently-used GD algos:
    • SGD with momentum and NAG
    • AdaGrad
    • AdaDelta
    • RMSProp
    • Adam with AMSGrad
    • AdaMax
    • Nadam
    • FTRL_Proximal(online learning)
    • SWATS
  3. Quasi-Newton Methods
    • DFP with golden section method
    • BFGS with golden section method
    • CG with Fletcher-Reeves method
    • L-BFGS (implement with line search method of Wolfe-Powell)
  4. common loss function for binary classification.

note:

  1. this is just tested for binary classification(especially logloss) now.

About

Implement some ML algorithms in scala

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages