zhenchuan / Difacto_DMLC

Distributed FM and LR based on PS with Ftrl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distributed FM and LR with parameter server

GitHub license

Portable, scalable and reliable distributed machine learning.

Wormhole is a place where DMLC projects works together to provide scalable and reliable machine learning toolkits that can run on various platforms

Since wormhole has been Deprecated, we retain some useful tools and keep updating

Features

  • Portable:
    • Supported platforms: local machine, Apache YARN, MPI and Sungrid Engine
  • Rich support of Data Source
    • All projects can read data from HDFS, S3 or local filesystem
  • Scalable and Reliable

List of Tools

  • Linear method: linear
  • Factorization Machine based on PS: difacto

Build & Run

  • Requires a C++11 compiler (e.g.~g++ >=4.8) and git. Install them on Ubuntu >= 13.10

  • cd dmlc-core; make to make dmlc core
    cd ps-lite; make to make ps
    cd src/linear; make or cd src/difacto; make

About

Distributed FM and LR based on PS with Ftrl


Languages

Language:C++ 74.0%Language:Python 7.4%Language:Java 4.6%Language:C 4.0%Language:CMake 3.6%Language:Makefile 3.4%Language:Protocol Buffer 2.1%Language:Shell 1.0%