ios-Multi-Perceptron-NeuralNetwork
Neural Network Engine
An implementation of a multi-layer perceptron neural network with backpropagation for machine learning tasks on iOS.
MLP of Deep Learning. (マシンラーニング).
24 stars
4 watching
2 forks
Language: Objective-C
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kalvar/ios-bpn-neuralnetwork | A neural network implementation for machine learning on iOS | 33 |
kalvar/ios-krhebbian-algorithm | An implementation of the Hebbian learning method for unsupervised machine learning using neural networks. | 13 |
nikolaypavlov/mlpneuralnet | A fast neural network library for iOS and Mac OS X with vectorized operations and hardware acceleration. | 900 |
kalvar/ios-krkmeans-algorithm | K-Means clustering algorithm implementation with multi-dimensional support and customizable features | 23 |
xmartlabs/bender | An abstraction layer for building and running neural networks on iOS using MetalPerformanceShaders and pre-trained models. | 1,795 |
saschagrunert/nn | A small neural network implementation of the backpropagation algorithm in Haskell | 127 |
karpathy/convnetjs | A JavaScript library for training and deploying neural networks in the browser | 10,889 |
neuralegion/shainet | A neural network implementation using object-oriented modeling and inspired by biological systems | 183 |
xamber/varis | A Go-based neural network library for building and training artificial neural networks. | 55 |
jczic/micromlp | A lightweight implementation of a multilayer perceptron neural network for use in embedded systems and microcontrollers | 183 |
attractivechaos/kann | A lightweight C library for constructing and training small to medium neural networks with customizable architecture | 686 |
fengwang/ceras | An open-source C++ library for building and training neural networks | 120 |
compressed/backpropneuralnet.jl | A Julia implementation of a neural network architecture with backpropagation support | 47 |
molcik/python-neuron | A Python library for implementing and training various neural network architectures | 40 |
stevenmiller888/mind | A neural network library for building and training neural networks in JavaScript | 1,513 |