Merge pull request #364 from rizo/patch-1

Add TensorFlow for OCaml and fix formatting
This commit is contained in:
Joseph Misiti 2017-04-13 09:15:25 -04:00 committed by GitHub
commit dba6f83d24

View File

@ -701,9 +701,11 @@ on MNIST digits[DEEP LEARNING]
<a name="ocaml-general-purpose"> <a name="ocaml-general-purpose">
### General-Purpose Machine Learning ### General-Purpose Machine Learning
* [Oml](https://github.com/hammerlab/oml/) - A general statistics and machine learning library. * [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. * [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. * [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.
<a name="php"> <a name="php">
## PHP ## PHP