Parameter server framework for distributed machine learning
Перейти к файлу
feiga 9ee1aaf71b Add strong name for CLR Assembly 2016-09-28 16:28:07 +08:00
Applications Merge branch 'master' of https://github.com/Microsoft/multiverso 2016-08-26 16:30:22 +08:00
Test Modify make target name of Multiverso unittests 2016-09-26 04:52:39 -07:00
binding Add strong name for CLR Assembly 2016-09-28 16:28:07 +08:00
deploy/docker
include/multiverso Merge branch 'master' into feiga/tests 2016-08-26 16:50:37 +08:00
src Modify make target name of Multiverso unittests 2016-09-26 04:52:39 -07:00
.gitignore
.gitmodules
.travis.yml diable test in travis since travis server issue 2016-08-26 16:29:44 +08:00
CMakeLists.txt adding option for zmq build 2016-08-16 14:07:32 +08:00
LICENSE
Multiverso.sln Add strong name for CLR Assembly 2016-09-28 16:28:07 +08:00
README.md
cmake_uninstall.cmake.in

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. 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 && 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.