nn_builder
Network builder
Builds neural networks with less boilerplate code by providing a standardized interface for different architectures
Build neural networks with less boilerplate code
166 stars
11 watching
23 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jay-mahadeokar/pynetbuilder | A modular Python framework for building and generating neural networks using Caffe's NetSpec class. | 328 |
ahmedfgad/numpycnn | Builds convolutional neural networks from scratch using NumPy | 572 |
ramon-oliveira/aorun | A deep learning framework on top of PyTorch for building neural networks. | 61 |
blue-season/pywarm | A lightweight neural network construction API for PyTorch. | 184 |
eliyaan/neuralnetworks-v-module | A V module to create and train multi-layer neural networks with customizable backpropagation | 19 |
cloud-cv/fabrik | An online platform to design and visualize neural networks collaboratively | 1,127 |
microsoft/neuronblocks | A toolkit for building and deploying neural network models for natural language processing tasks. | 1,448 |
alan-turing-institute/deepsensor | Provides an interface for building and evaluating neural process models for environmental prediction tasks using Python libraries. | 92 |
bowenbaker/metaqnn | Automatically designs convolutional neural network architectures using reinforcement learning and Q-learning algorithms | 137 |
huwcampbell/grenade | A library for building complex neural networks in Haskell with a focus on dependently typed specifications and composability | 1,449 |
htm-community/nupic.studio | An all-in-one tool for creating, training and sharing HTM neural networks from scratch | 95 |
nikolaypavlov/mlpneuralnet | A fast neural network library for iOS and Mac OS X with vectorized operations and hardware acceleration. | 900 |
mila-iqia/blocks | A framework for building and training neural networks using Theano | 1,157 |
torch/nngraph | Graphical computation library for building neural network architectures | 299 |
patrick-kidger/equinox | A JAX-based library for building and running neural networks with ease. | 2,118 |