1
0
Fork 0
mirror of https://github.com/josephmisiti/awesome-machine-learning.git synced 2025-06-02 18:42:29 -04:00

Merge pull request #272 from KevinCoble/master

Add AIToolbox to Swift section
This commit is contained in:
Joseph Misiti 2016-04-25 22:21:56 -04:00
commit 40600afd85

View file

@ -1099,6 +1099,7 @@ on MNIST digits[DEEP LEARNING]
includes a general matrix language and wraps some OpenCV for iOS development. includes a general matrix language and wraps some OpenCV for iOS development.
* [DeepLearningKit](http://deeplearningkit.org/) an Open Source Deep Learning Framework for Apples iOS, OS X and tvOS. * [DeepLearningKit](http://deeplearningkit.org/) an Open Source Deep Learning Framework for Apples iOS, OS X and tvOS.
It currently allows using deep convolutional neural network models trained in Caffe on Apple operating systems. It currently allows using deep convolutional neural network models trained in Caffe on Apple operating systems.
* [AIToolbox](https://github.com/KevinCoble/AIToolbox) - A toolbox framework of AI modules written in Swift: Graphs/Trees, Linear Regression, Support Vector Machines, Neural Networks, PCA, KMeans, Genetic Algorithms, MDP, Mixture of Gaussians.
<a name="credits" /> <a name="credits" />
## Credits ## Credits