Parameter server framework for distributed machine learning
Перейти к файлу
Qiwei Ye e45369e1d0 Update .travis.yml 2017-06-29 18:33:42 +08:00
Applications Update README.md 2017-05-16 20:58:11 +08:00
Test upgrade to vs 2015 2016-12-08 13:51:01 +08:00
binding upgrade to vs 2015 2016-12-08 13:51:01 +08:00
deploy/docker add Dockerfile 2016-08-05 04:20:24 -07:00
include/multiverso update submodule 2017-06-10 01:12:51 +08:00
src update cmake and add dcasgd-a updater 2017-06-09 23:50:07 +08:00
.gitattributes adding git attributes 2016-11-06 14:41:46 +08:00
.gitignore add include dlfcn guard 2016-05-03 18:55:29 +09:00
.gitmodules adding DC-ASGD support 2016-10-27 19:23:14 +08:00
.travis.yml Update .travis.yml 2017-06-29 18:33:42 +08:00
CMakeLists.txt Update CMakeLists.txt 2017-06-21 20:19:05 +08:00
LICENSE.md Adding gitattributes 2016-11-06 14:13:42 +08:00
Multiverso.sln Align visual studio project configuration with CNTK setting 2016-11-18 11:09:38 +08:00
README.md Update README.md 2017-06-29 11:20:17 +08:00
cmake_uninstall.cmake.in support make uninstall target 2016-06-14 12:39:34 +08:00

README.md

Multiverso

Build Status

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, and it is extended to support calling from python and Lua programs. 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 14.04)

sudo apt-get install libopenmpi-dev openmpi-bin build-essential cmake git
git clone https://github.com/Microsoft/multiverso.git --recursive && cd multiverso
mkdir build && cd build
cmake .. && make && sudo make install

Windows

Open the Multiverso.sln with Visual Studio 2013 and build.

Current distributed systems based on multiverso:

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.