mirror of
https://github.com/josephmisiti/awesome-machine-learning.git
synced 2024-11-24 14:03:01 +03:00
Merge pull request #137 from gianlucabertani/master
Added MAChineLearning to Objective-C section
This commit is contained in:
commit
b81bb9747c
@ -556,6 +556,7 @@ on MNIST digits[DEEP LEARNING]
|
||||
### General-Purpose Machine Learning
|
||||
|
||||
* [MLPNeuralNet](https://github.com/nikolaypavlov/MLPNeuralNet) - Fast multilayer perceptron neural network library for iOS and Mac OS X. MLPNeuralNet predicts new examples by trained neural network. It is built on top of the Apple's Accelerate Framework, using vectorized operations and hardware acceleration if available.
|
||||
* [MAChineLearning](https://github.com/gianlucabertani/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.
|
||||
|
||||
<a name="python" />
|
||||
## Python
|
||||
|
Loading…
Reference in New Issue
Block a user