Machine-Learning Objective C General-Purpose Machine Learning

Back

1. YCML

A Machine Learning framework for Objective-C and Swift (OS X / iOS).

2. MAChineLearning

An Objective-C multilayer perceptron library, with full support for training through backpropagation. Implemented using vDSP and vecLib, it's 20 times faster than its Java equivalent. Includes sample code for use from Swift.

3. Multi-Perceptron-NeuralNetwork

it implemented multi-perceptrons neural network (ニューラルネットワーク) based on Back Propagation Neural Networks (BPN) and designed unlimited-hidden-layers.