Parameter server framework for distributed machine learning
Перейти к файлу
feiga c67a0859f3 delete unnecessary gitignore file 2016-08-05 04:21:43 -07:00
Applications Update run.sh 2016-08-01 17:23:32 +08:00
Test minor fix 2016-08-01 14:57:15 +08:00
binding fix syntax error 2016-08-01 18:07:51 +08:00
deploy/docker add Dockerfile 2016-08-05 04:20:24 -07:00
include/multiverso delete unnecessary gitignore file 2016-08-05 04:21:43 -07:00
src Fix conflict 2016-07-28 11:42:16 +08:00
.gitignore add include dlfcn guard 2016-05-03 18:55:29 +09:00
.gitmodules Change submodule url to repo under official account. 2016-06-07 15:35:35 +08:00
.travis.yml solve MPI conflicts 2016-07-05 21:25:44 +08:00
CMakeLists.txt install all header files to system 2016-07-22 11:29:05 +09:00
LICENSE refine the CMakeList 2015-11-16 23:36:27 +08:00
Multiverso.sln remove test 2016-08-01 14:29:12 +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.