You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
taifeng1205 edited this page Oct 20, 2016
·
2 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.