Skip to content

pcmoritz/slbfgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stochastic LBFGS

This repository contains code to reproduce some of the experiments published in the paper "A Linearly-Convergent Stochastic L-BFGS Algorithm" (see http://arxiv.org/abs/1508.02087). To run it, you need Julia v0.3 and the following packages installed:

  • Regression
  • SVM
  • Optim
  • ArrayViews
  • DataStructures
  • DataFrames
  • ArgParse
  • HDF5

The adult dataset can be obtained from https://archive.ics.uci.edu/ml/machine-learning-databases/adult/

You need to put the adult.data file into the working directory.

Some example parameters can be found in the file experiments/adult.sh.

About

Stochastic LBFGS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published