Merge pull request #238 from rleonid/master

Add links to OCaml libraries
This commit is contained in:
Joseph Misiti 2016-02-02 21:49:29 -05:00
commit 95e152a1d7

View File

@ -63,6 +63,8 @@ For a list of free machine learning books available for download, go [here](http
- [Data Analysis / Data Visualization](#net-data-analysis)
- [Objective C](#objectivec)
- [General-Purpose Machine Learning](#objectivec-general-purpose)
- [OCaml](#ocaml)
- [General-Purpose Machine Learning](#ocaml-general-purpose)
- [PHP](#php)
- [Natural Language Processing](#php-nlp)
- [General-Purpose Machine Learning](#php-general-purpose)
@ -609,6 +611,15 @@ on MNIST digits[DEEP LEARNING]
* [KRKmeans-Algorithm](https://github.com/Kalvar/ios-KRKmeans-Algorithm) - It implemented K-Means the clustering and classification algorithm. It could be used in data mining and image compression.
* [KRFuzzyCMeans-Algorithm](https://github.com/Kalvar/ios-KRFuzzyCMeans-Algorithm) - It implemented Fuzzy C-Means (FCM) the fuzzy clustering / classification algorithm on Machine Learning. It could be used in data mining and image compression.
<a name="ocaml">
## OCaml
<a name="ocaml-general-purpose">
### General-Purpose Machine Learning
* [Oml](https://github.com/hammerlab/oml/) - A general statistics and machine learning library.
* [GPR](http://mmottl.github.io/gpr) - Efficient Gaussian Process Regression in OCaml.
* [Libra-Tk](http://libra.cs.uoregon.edu) - Algorithms for learning and inference with discrete probabilistic models.
<a name="php">
## PHP