Skip to content

cdgore/fitbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fitbox

A tool for trying and running various optimization strategies

Declare an objective function and optimize accross one or more algorithms

Currently implemented:

  • LBFGS – running a backtracking line search on the first iteration and stepping forward, following Wolfe conditions on subsequent iterations

  • SGD with optional momentum

  • Logistic regression – with optional regularization

  • Feature hashing – a la VW

  • Designed to run on functions of offline data or data represented in Spark RDDs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages