Giter VIP home page Giter VIP logo

ftrl_proximal_lr's Introduction

AsyncFTRL

A multithreaded implementation of FTRL-Proximal algorithm for Logistic Regression. This library is parallelized by an asynchronous procedure, followed the work of Downpour SGD by Jeffrey Dean etc.

Related Work:

Features

  • LibSVM file format
  • Multithreaded accelerated

Get Started

  • Single thread mode: ./ftrl_train -f input_file -m model_output [-t test_file]
  • Multithread mode: ./ftrl_train -f input_file -m model_output [-t test_file] --thread 0

Play with Async FTRL

Most of the time async ftrl works pretty well and you don't need to touch async ftrl related parameters. But if dosen't work, you may try the following:

  • sync-step: number of push/fetch steps to sync up with global model, default is 3. you may try 2/1 if default param fails.
  • warmstarting: train a single model using a small fraction of the data before async ftrl start.
    • --burn-in fraction : set fraction of data used to train a single model before async ftrl start.

ftrl_proximal_lr's People

Contributors

bingzhengw avatar isnowfy avatar

Watchers

 avatar  avatar

Forkers

linuxfl

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.