Giter Site home page Giter Site logo

eugenesavenko / multiverso Goto Github PK

View Code? Open in Web Editor NEW

This project forked from microsoft/multiverso

0.0 3.0 0.0 103 KB

Parameter server framework for distributed machine learning

Home Page: http://www.dmtk.io

License: MIT License

CMake 0.86% Makefile 0.95% C++ 98.20%

multiverso's Introduction

multiverso

Multiverso is a parameter server based framework for training machine learning models on big data with numbers of machines. It is currently a standard C++ library and provides a series of friendly programming interfaces. With such easy-to-use APIs, machine learning researchers and practitioners do not need to worry about the system routine issues such as distributed model storage and operation, inter-process and inter-thread communication, multi-threading management, and so on. Instead, they are able to focus on the core machine learning logics: data, model, and training.

For more details, please view our website http://www.dmtk.io.

Build

Linux (Tested on Ubuntu 12.04)

  1. Run cd third_party
  2. Run ./install.sh to install the dependence.
  3. Run make all -j4 to build the multiverso.

Cmake

  1. Run cd third_party
  2. Run ./install.sh to install the dependence.
  3. Run cd ..
  4. Run mkdir build
  5. Run cd build
  6. Run cmake ..
  7. Run make

Windows

For windows users, please refer to README in windows folder.

Related Projects

Current distributed systems based on multiverso:

multiverso's People

Contributors

feiga avatar chivee avatar huangpingchun avatar msftgits avatar

Watchers

James Cloos avatar Eugene White 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.