From 1e5be1b1c5321f7bcefb7af47009dcc199c9de6f Mon Sep 17 00:00:00 2001 From: Leonid Rozenberg Date: Tue, 2 Feb 2016 21:43:11 -0500 Subject: [PATCH] Add links to OCaml libraries --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9aa8b78..297541c 100644 --- a/README.md +++ b/README.md @@ -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. + +## OCaml + + +### 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. + ## PHP