lua---nnx
Neural network ext
An extension to Torch7's neural network package with experimental modules and optimizations.
An extension to Torch7's nn package.
97 stars
21 watching
50 forks
Language: Lua
last commit: over 7 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
torch/nn | An open-source neural network package providing a modular framework for building and training neural networks. | 1,343 |
clementfarabet/ipam-tutorials | Hands-on tutorials and code examples for implementing supervised and unsupervised learning algorithms in Lua using the Torch7 deep learning framework. | 130 |
clementfarabet/manifold | Manages and transforms high-dimensional data into lower-dimensional representations using various algorithms | 141 |
alband/adaptive-neural-compilation | This repository provides tools and utilities to generate weights for a neural network model by compiling low-level programs. | 59 |
torch/nngraph | Graphical computation library for building neural network architectures | 299 |
libfann/fann | A C++ library for building and training artificial neural networks | 1,594 |
clementfarabet/lua---imgraph | A package to create and manipulate edge-weighted graphs of images | 22 |
clementfarabet/lua---opengm | Provides Lua bindings for a C++ graphical modeling and inference library | 8 |
jhkim89/pyramidnet | A Torch implementation of a novel neural network architecture designed to improve the generalization ability of deep image classification models. | 129 |
element-research/dpnn | A package of reusable building blocks for deep neural networks in Lua | 194 |
doonny/pipecnn | A tool for accelerating convolutional neural networks on Field-Programmable Gate Arrays (FPGAs) using OpenCL-based hardware design | 1,253 |
cvondrick/torch-starter | A basic package for training neural networks in Torch7, providing a simplified starting point for developers. | 56 |
codeplea/genann | A minimal C library for training and using feedforward artificial neural networks | 2,012 |
element-research/rnn | A Lua-based library for building and working with recurrent neural networks | 941 |
e-lab/linknet | An implementation of a deep learning network for image segmentation tasks using Lua and the Torch7 framework. | 168 |