jundengdeng's Stars
satoshiiizuka/siggraph2016_colorization
Code for the paper 'Let there be Color!: Joint End-to-end Learning of Global and Local Image Priors for Automatic Image Colorization with Simultaneous Classification'.
SeanNaren/deepspeech.torch
Speech Recognition using DeepSpeech2 network and the CTC activation function.
szagoruyko/loadcaffe
Load Caffe networks in Torch7
jcjohnson/densecap
Dense image captioning in Torch
pbashivan/EEGLearn
A set of functions for supervised feature learning/classification of mental states from EEG based on "EEG images" idea.
iassael/torch-bnlstm
Batch-Normalized LSTM (Recurrent Batch Normalization) implementation in Torch.
alexander-beer-weiss/multi-GPU_server
a multi-threaded, multi-GPU Waffle web server
g-roma/auditory_scene_classification
Code submitted to IEEE AASP "Detection and Classification of Acoustic Scenes and Events" challenge
fmassa/optimize-net
OptNet - Reducing memory usage in torch neural nets
VowpalWabbit/vowpal_wabbit
Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning.
zygmuntz/phraug2
A new version of phraug, which is a set of simple Python scripts for pre-processing large files
tensorflow/models
Models and examples built with TensorFlow
szagoruyko/cifar.torch
92.45% on CIFAR-10 in Torch
caglar/noisy_units
Codes for the "Noisy Activation Functions" paper.
jcjohnson/neural-style
Torch implementation of neural style algorithm
soumith/convnet-benchmarks
Easy benchmarking of all publicly accessible implementations of convnets
jcjohnson/torch-rnn
Efficient, reusable RNNs and LSTMs for torch
TUT-ARG/DCASE2016-baseline-system-python
DCASE 2016 Baseline system, python implementation
TUT-ARG/DCASE2016-baseline-system-matlab
purcell/emacs.d
An Emacs configuration bundle with batteries included
danieldjohnson/biaxial-rnn-music-composition
A recurrent neural network designed to generate classical music.
coreylynch/grid-lstm
Torch7 implementation of Grid LSTM as described here: http://arxiv.org/pdf/1507.01526v2.pdf
facebookarchive/fb.resnet.torch
Torch implementation of ResNet from http://arxiv.org/abs/1512.03385 and training scripts
torch/torch7
http://torch.ch
Kaixhin/nninit
Weight initialisation schemes for Torch7 neural network modules
gcr/torch-residual-networks
This is a Torch implementation of ["Deep Residual Learning for Image Recognition",Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun](http://arxiv.org/abs/1512.03385) the winners of the 2015 ILSVRC and COCO challenges.
twitter-archive/torch-dataset
An extensible and high performance method of reading, sampling and processing data for Torch
microsoft/CNTK
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
chuanli11/CNNMRF
code for paper "Combining Markov Random Fields and Convolutional Neural Networks for Image Synthesis"
cmusatyalab/openface
Face recognition with deep neural networks.