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.
* [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.
* [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" />
## Credits