PhilippPelz's Stars
coreylynch/grid-lstm
Torch7 implementation of Grid LSTM as described here: http://arxiv.org/pdf/1507.01526v2.pdf
baidu-research/warp-ctc
Fast parallel CTC.
eladhoffer/recurrent.torch
Recurrent modules for Torch
kylemcdonald/ml-notebook
Dockerfile for multiple machine learning tools.
ericjang/tdb
Interactive, node-by-node debugging and visualization for TensorFlow
alexbw/conda-lua-recipes
Conda recipes for the Lua & Torch ecosystem
hughperkins/autobw.torch
google-deepmind/strict
A Lua package to detect reading of undeclared variables and creating of global variables.
google-deepmind/torch-oocairo
Cairo lua bindings with extensions for torch
clementfarabet/lua---parallel
A (simple) parallel computing framework for Lua
hughperkins/pytorch
Python wrappers for torch and lua
bshahr/torch-dngo
Torch implementation of the Deep Network for Global Optimization (DNGO)
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.
apache/mxnet
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
yoonkim/lstm-char-cnn
LSTM language model with CNN over characters
IDSIA/sacred
Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.
hughperkins/pycudatorch
poc for using cuda torch from python :-)
twitter-archive/torch-autograd
Autograd automatically differentiates native Torch code
soumith/imagenet-multiGPU.torch
an imagenet example in torch.
google-deepmind/torch-distributions
Probability distributions, wrapped for Torch.
Atcold/Unix-dot-files
Mac OS X and Linux optimal configuration files
Kaixhin/nninit
Weight initialisation schemes for Torch7 neural network modules
e-lab/torch-toolbox
A collection of snippets and libraries for Torch from e-Lab
jrminter/snippets
Some snippets I may find useful
coderforlife/py-seg-tools
gpoore/minted
minted is a LaTeX package that provides syntax highlighting using the Pygments library. Highlighted source code can be customized using fancyvrb.
ngimel/nccl.torch
torch bindings for nccl
NVIDIA/nccl
Optimized primitives for collective multi-GPU communication
soumith/net2net.torch
Implementation of http://arxiv.org/abs/1511.05641 that lets one build a larger net starting from a smaller one.
VisionLabs/torch-opencv
OpenCV bindings for Torch.