Parameter server framework for distributed machine learning
Перейти к файлу
huxuan 3849c4c252 Update BENCHMARK. 2016-06-22 15:28:52 +08:00
Test Merge branch 'master' into binding 2016-06-15 09:31:47 +08:00
binding Update BENCHMARK. 2016-06-22 15:28:52 +08:00
include Merge branch 'master' into binding 2016-06-15 09:31:47 +08:00
src Merge branch 'master' into binding 2016-06-15 09:31:47 +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
CMakeLists.txt support make uninstall target 2016-06-14 12:39:34 +08:00
LICENSE refine the CMakeList 2015-11-16 23:36:27 +08:00
Multiverso.sln updating build dependency for multiverso 2016-04-20 15:04:11 +08:00
README.md Update the build instruction in README. 2016-06-19 13:08:38 +08:00
cmake_uninstall.cmake.in support make uninstall target 2016-06-14 12:39:34 +08:00

README.md

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 14.04)

sudo apt-get install libopenmpi-dev openmpi-bin build-essential cmake
mkdir build
cd build
cmake ..
make
sudo make install

Windows

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

Current distributed systems based on multiverso: