From af4531612d7201ed1905c45e06f61b441f74c537 Mon Sep 17 00:00:00 2001 From: Rizo Isrof Date: Thu, 13 Apr 2017 13:17:22 +0100 Subject: [PATCH] Add TensorFlow for OCaml and fix formatting --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6dcc838..723a019 100644 --- a/README.md +++ b/README.md @@ -701,9 +701,11 @@ on MNIST digits[DEEP LEARNING] ### 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. +* [TensorFlow](https://github.com/LaurentMazare/tensorflow-ocaml) - OCaml bindings for TensorFlow. ## PHP