MLPNeuralNet
Neural network library
A fast neural network library for iOS and Mac OS X with vectorized operations and hardware acceleration.
Fast multilayer perceptron neural network library for iOS and Mac OS X
900 stars
82 watching
209 forks
Language: Objective-C
last commit: about 8 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
kalvar/ios-bpn-neuralnetwork | A neural network implementation for machine learning on iOS | 33 |
molcik/python-neuron | A Python library for implementing and training various neural network architectures | 40 |
100/cranium | A lightweight, portable C implementation of a feedforward artificial neural network library | 592 |
jczic/micromlp | A lightweight implementation of a multilayer perceptron neural network for use in embedded systems and microcontrollers | 183 |
modern-fortran/neural-fortran | A parallel framework for building neural networks in Fortran | 406 |
libfann/fann | A C++ library for building and training artificial neural networks | 1,594 |
netflix/vectorflow | A lightweight neural network library optimized for sparse data and single machine environments. | 1,292 |
mrdimosthenis/synapses | A collection of libraries for building and training neural networks in various programming languages | 70 |
zueve/neurolab | A Python library for building and training neural networks. | 163 |
yixuan/minidnn | A C++ library implementing deep neural networks with good performance and modularity | 397 |
mikecmpbll/rann | Provides objects and algorithms for designing, processing and training Artificial Neural Networks in Ruby. | 3 |
unagiootoro/ruby-dnn | A Ruby-based deep learning library for building and training neural networks | 46 |
codeplea/genann | A minimal C library for training and using feedforward artificial neural networks | 2,010 |
stevenmiller888/mind | A neural network library for building and training neural networks in JavaScript | 1,513 |
jbarrow/lambdanet | An artificial neural network library for rapid prototyping and extension in Haskell. | 377 |