WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.
Junjie Li edited this page Aug 1, 2016 · 17 revisions

Multiverso

Multiverso is a distributed key-value stores to make writing distributed system easily. Global shared table are stored in servers, while workers can access the shared table by Get and Add. Specifically, Multiverso is designed and implemented for data-parallel machine learning tasks. This wiki shows how to install, use, and extend Multiverso for distributed machine learning.

Here are some pages to get start.

Clone this wiki locally