Multiverso

分布式机器学习的参数服务器框架。(Parameter server framework for distributed machine learning.)

  • 所有者: microsoft/Multiverso
  • 平台: Linux, Windows
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.

主要指标

概览
名称与所有者microsoft/Multiverso
主编程语言C++
编程语言C++ (语言数: 9)
平台Linux, Windows
许可证MIT License
所有者活动
创建于2015-09-07 11:16:53
推送于2019-01-20 02:13:35
最后一次提交2017-06-29 18:33:42
发布数2
最新版本名称v0.2 (发布于 )
第一版名称v0.1 (发布于 2016-04-13 16:03:25)
用户参与
星数776
关注者数95
派生数224
提交数0.9k
已启用问题?
问题数37
打开的问题数9
拉请求数109
打开的拉请求数7
关闭的拉请求数8
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?