Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

DMLC Minerva

Compare

  Analyzed about 9 hours ago

Minerva: a fast and flexible tool for deep learning on multi-GPU. It provides ndarray programming interface, just like Numpy. Python bindings and C++ bindings are both available. The resulting code can be run on CPU or GPU. Multi-GPU support is very easy.

185K lines of code

0 current contributors

over 8 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Deep Scalable Sparse Tensor Network Engine (DSSTNE)

Compare

  Analyzed about 15 hours ago

Amazon DSSTNE: Deep Scalable Sparse Tensor Network Engine DSSTNE (pronounced "Destiny") is a library for training and deploying deep neural networks using GPUs. It is build to solve deep learning problems at Amazon's scale. It is built for production deployment of real-world deep learning ... [More] applications, emphasizing speed and scale over experimental flexibility. Multi-GPU Scale: Training and prediction both scale out to use multiple GPUs, spreading out computation and storage in a model-parallel fashion for each layer. Large Layers: Model-parallel scaling enables larger networks than are possible with a single GPU. Sparse Data: DSSTNE is optimized for fast performance on sparse datasets. Custom GPU kernels perform sparse computation on the GPU, without filling in lots of zeroes. [Less]

41K lines of code

6 current contributors

about 4 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This