Skip to content
This repository has been 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.