Parameter server framework for distributed machine learning
Перейти к файлу
you-n-g edc57a4fdb Merge pull request #128 from you-n-g/master
remove submodule && add link to README
2016-10-11 20:08:00 +08:00
Applications change max length of token string. 2016-10-09 13:59:34 +08:00
Test Update unittest project file 2016-10-11 19:49:31 +08:00
binding remove submodule && add link to README 2016-10-11 18:12:08 +08:00
deploy/docker add Dockerfile 2016-08-05 04:20:24 -07:00
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 add include dlfcn guard 2016-05-03 18:55:29 +09:00
.gitmodules remove submodule && add link to README 2016-10-11 18:12:08 +08:00
.travis.yml diable test in travis since travis server issue 2016-08-26 16:29:44 +08:00
CMakeLists.txt Use dynamic library on linux for boost unit test 2016-09-30 00:13:58 +09:00
LICENSE refine the CMakeList 2015-11-16 23:36:27 +08:00
Multiverso.sln update sln file 2016-10-11 19:11:02 +08:00
README.md Update README.md 2016-08-02 13:30:52 +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. 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.