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
Multiverso Python Theano Lasagne Binding
you-n-g edited this page Jun 30, 2016
·
5 revisions
Multiverso is a parameter server framework for distributed machine learning. This package can leverage multiple machines and GPUs to speed up the python programs.
- (For GPU support only) Install CUDA, cuDNN according to this guide. You just need finish the steps before Install Torch.
- Install the multiverso
- On linux: Please follow the README to build and install multiverso.
- On windows: You need MSBuild.exe installed and make sure your system can find it in the $PATH. Then you should run build_dll.bat to build the .dll file and install the .dll. There isn't auto-installer for windows now, so you have to copy the .dll to either system $PATH or the multiverso package folder.
- Install the requirements
-
gfortran
is required by scipy. e.g. you can install it bysudo apt-get install gfortran
on ubuntu. - (Optional) You need python-nose to run the unit tests. e.g. you can install it by
sudo apt-get install python-nose
on ubuntu.
-
- Install python binding with the command
sudo python setup.py install
nosetests
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