Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements; and to You under the Apache License, Version 2.0.
The easiast way to install SINGA is via conda.
If you haven't install conda, you can install it via
Linux 64
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh
bash miniconda.sh
Mac OSX
wget https://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh miniconda.sh
bash miniconda.sh
Windows (not supported for the moment)
With Conda installed, you can install SINGA via
SINGA for Linux
CPU Version
conda install -c nusdbsystem singa
GPU Version
conda install -c nusdbystem singa-cudax.y-cudnnz
where <x,y,z> specifies the cuda and cuDNN version, which could be (cuda8.0, cudnn5), (cuda7.5, cudnn5) or (cuda7.5, cudnn4)
SINGA for MacOSX (CPU only)
conda config --add channels conda-forge
conda install -c nusdbsystem singa
conda install --file requirements.txt
To learn more about Jupyter, please check IPython in Depth.
Download the notebooks and start the jupyter
jupyter notebook
In [ ]: