Git Product home page Git Product logo

peregrine's Introduction

Peregrine

A General Purpose Optimizer for Fast Machine Learning

by Xiaocheng Tang [https://mktal.github.io/]

This code implements in C/C++ a fast second-order sparse training algorithm that is shown to be order of magnitude faster than other first-order methods like (stochastic) gradient descent. The algorithm provides a more effective learning scheme through a sequence of quadratic approximations with Hessian information. This code can be easily extended to, i.e., distributed settings or training neural nets, with python libraries like Numpy, Apache Spark or TensoFlow. Please see examples for more details.

This project was presented in 2016 ICML workshop Optimization Methods for the Next Generation of Machine Learning.

Getting Started

How to run the code locally:

pip install ./peregrine/
# train sparse logistic regression
cd peregrine/peregrine/examples && python single_node.py

Citation

  • Katya Scheinberg and Xiaocheng Tang, Practical Inexact Proximal Quasi-Newton Method with Global Complexity Analysis, Mathematical Programming Series A, 160(1), 495โ€“529., 2016.
@article{Scheinberg:2016wj,
  author = {Scheinberg, Katya and Tang, Xiaocheng},
  title = {{Practical inexact proximal quasi-Newton method with global complexity analysis}},
  journal = {Mathematical Programming},
  year = {2016},
  volume = {160},
  number = {1},
  pages = {495--529}
}

peregrine's People

Contributors

mktal avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.