nngraph
Network builder
Graphical computation library for building neural network architectures
Graph Computation for nn
299 stars
37 watching
96 forks
Language: Lua
last commit: over 7 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
torch/graph | A Lua-based library for graph manipulation and visualization in Torch. | 35 |
torch/nn | An open-source neural network package providing a modular framework for building and training neural networks. | 1,343 |
jhkim89/pyramidnet | A Torch implementation of a novel neural network architecture designed to improve the generalization ability of deep image classification models. | 129 |
soumith/imagenet-multigpu.torch | A toolkit for training neural networks on the ImageNet dataset using multiple GPUs. | 402 |
torch/cunn | A CUDA implementation of neural network modules and related GPU operations | 215 |
aria42/flare | A Clojure library for building and manipulating dynamic neural net graphs with pluggable tensor operations and hardware acceleration. | 284 |
element-research/rnn | A Lua-based library for building and working with recurrent neural networks | 941 |
soumith/inception.torch | A Torch implementation of a pre-trained neural network architecture used in image recognition tasks | 66 |
cvondrick/torch-starter | A basic package for training neural networks in Torch7, providing a simplified starting point for developers. | 56 |
clementfarabet/lua---nnx | An extension to Torch7's neural network package with experimental modules and optimizations. | 97 |
nashory/gans-collection.torch | A collection of Torch implementations for training various types of Generative Adversarial Networks (GANs) | 55 |
nngen/nngen | Generates hardware-specific accelerator designs for neural networks | 339 |
erogol/seg-torch | Custom image segmentation implementation using deep learning with Lua and Torch | 37 |
gpleiss/nnlr | Adds layer-wise learning rate schemes to a deep neural network implementation | 47 |
tensorflow/gnn | Builds Graph Neural Networks on the TensorFlow platform using heterogeneous graphs and various machine learning techniques. | 1,362 |