genann
Neural network library
A minimal C library for training and using feedforward artificial neural networks
simple neural network library in ANSI C
2k stars
88 watching
238 forks
Language: C
last commit: 5 months ago
Linked from 5 awesome lists
annansiartificial-neural-networksbackpropagationcgenetic-algorithmhidden-layersneuralneural-networkneural-networksneuronstiny
Related projects:
Repository | Description | Stars |
---|---|---|
100/cranium | A lightweight, portable C implementation of a feedforward artificial neural network library | 592 |
libfann/fann | A C++ library for building and training artificial neural networks | 1,594 |
glouw/tinn | A lightweight neural network library for training and prediction tasks | 2,108 |
attractivechaos/kann | A lightweight C library for constructing and training small to medium neural networks with customizable architecture | 686 |
tyill/sunnet | A lightweight C++ deep learning library for building and training neural networks. | 61 |
saschagrunert/nn | A small neural network implementation of the backpropagation algorithm in Haskell | 127 |
molcik/python-neuron | A Python library for implementing and training various neural network architectures | 40 |
nikolaypavlov/mlpneuralnet | A fast neural network library for iOS and Mac OS X with vectorized operations and hardware acceleration. | 900 |
compressed/backpropneuralnet.jl | A Julia implementation of a neural network architecture with backpropagation support | 47 |
brunjlar/neural | A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms. | 123 |
yixuan/minidnn | A C++ library implementing deep neural networks with good performance and modularity | 397 |
ahmedfgad/numpyann | An implementation of artificial neural networks using NumPy for building regression and classification models. | 98 |
jbarrow/lambdanet | An artificial neural network library for rapid prototyping and extension in Haskell. | 377 |
kalvar/ios-bpn-neuralnetwork | A neural network implementation for machine learning on iOS | 33 |
ahmedfgad/neuralgenetic | Trains artificial neural networks using the genetic algorithm to optimize regression or classification tasks | 241 |