Open Source Deep Learning Project: Gnumpy

Gnumpy Project Website: None Github Link: http://www.cs.toronto.edu/~tijmen/gnumpy.html Description Do you want to have both the compute power of GPU’s and the programming convenience of Python numpy? Gnumpy + Cudamat will bring you that. Gnumpy is a simple Python module that … Continue reading

Open Source Deep Learning Project: CUDAMat

CUDAMat: Python module for performing basic dense linear algebra computations on the GPU using CUDA Project Website: None Github Link: https://github.com/cudamat/cudamat Description The aim of the cudamat project is to make it easy to perform basic matrix calculations on CUDA-enabled … Continue reading

Open Source Deep Learning Project: EBLearn

EBLearn: Open Source C++ Machine Learning Library Project Website: http://eblearn.sourceforge.net/ Github Link: None Description Eblearn is an object-oriented C++ library that implements various machine learning models, including energy-based learning, gradient-based learning for machine composed of multiple heterogeneous modules. In particular, … Continue reading

Open Source Deep Learning Project: Nengo

The Nengo Neural Simulator Project Website: http://nengo.ca/ Github Link: None Description Nengo is a graphical and scripting based software package for simulating large-scale neural systems. The book How to build a brain, which includes Nengo tutorials, is now available. This … Continue reading

Open Source Deep Learning Project: CXXNET

CXXNET is a fast, concise, distributed deep learning framework Project Website: CXXNet now move forward to MXNet Github Link: https://github.com/dmlc/cxxnet Description CXXNET is a fast, concise, distributed deep learning framework. Contributors: https://github.com/antinucleon/cxxnet/graphs/contributors Documentation Learning to use cxxnet by examples Note … Continue reading

Open Source Deep Learning Project: mshadow

mshadow: Matrix Shadow Project Website: None Github Link: https://github.com/dmlc/mshadow Description MShadow is a lightweight CPU/GPU Matrix/Tensor Template Library in C++/CUDA. The goal of mshadow is to support efficient, device invariant and simple tensor library for machine learning project that aims … Continue reading

Open Source Deep Learning Project: deepmat

deepmat Project Website: None Github Link: https://github.com/kyunghyuncho/deepmat Description = Generative Stochastic Network = A simple implementation of GSN according to (Bengio et al., 2013) = Convolutional Neural Network = A naive implementation (purely using Matlab) Pooling: max (Jonathan Masci’s code) … Continue reading

Open Source Deep Learning Project: Deeplearning4J

Deeplearning4J: Neural Net Platform Project Website: http://deeplearning4j.org/ Github Link: https://github.com/deeplearning4j/deeplearning4j Description Deeplearning4j is the first commercial-grade, open-source, distributed deep-learning library written for Java and Scala. Integrated with Hadoop and Spark, DL4J is designed to be used in business environments on … Continue reading

Open Source Deep Learning Project: RNNLIB

RNNLIB Project Website: https://sourceforge.net/projects/rnnl/ Github Link: None Description RNNLIB is a recurrent neural network library for sequence learning problems. Applicable to most types of spatiotemporal data, it has proven particularly effective for speech and handwriting recognition. full installation and usage … Continue reading

Open Source Deep Learning Project: RNNLM

RNNLM – Tomas Mikolov’s Recurrent Neural Network based Language models Toolkit Project Website: http://rnnlm.org/ Github Link: None Description RNNLM Toolkit Neural network based language models are nowdays among the most successful techniques for statistical language modeling. They can be easily … Continue reading