Merge pull request #297 from Somnibyte/master

Added MLKit Framework to Swift Machine Learning Category
This commit is contained in:
Joseph Misiti 2016-07-16 18:04:08 -04:00 committed by GitHub
commit 30dd318a16

View File

@ -1140,6 +1140,7 @@ on MNIST digits[DEEP LEARNING]
* [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.
* [MLKit](https://github.com/Somnibyte/MLKit) - A simple Machine Learning Framework written in Swift. Currently features Simple Linear Regression, Polynomial Regression, and Ridge Regression.
<a name="tensor" />
## TensorFlow