This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Home
Junjie Li edited this page Aug 1, 2016
·
17 revisions
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.
- Multiverso setup
- Multiverso document
- Multiverso API document
- Multiverso applications
- Logistic Regression
- Word Embedding
- LightLDA
- Deep Learning
- Multiverso binding
DMTK
Multiverso
- Overview
- Multiverso setup
- Multiverso document
- Multiverso API document
- Multiverso applications
- Logistic Regression
- Word Embedding
- LightLDA
- Deep Learning
- Multiverso binding
- Run in docker
LightGBM