diff --git a/packages/tensorflow-ocaml/tensorflow-ocaml.0.0.1/descr b/packages/tensorflow-ocaml/tensorflow-ocaml.0.0.1/descr new file mode 100644 index 00000000000..48a7a4c9e4b --- /dev/null +++ b/packages/tensorflow-ocaml/tensorflow-ocaml.0.0.1/descr @@ -0,0 +1,4 @@ +TensorFlow bindings for OCaml + +The tensorflow-ocaml project provides some OCaml bindings for TensorFlow, a machine learning framework. +These bindings are in an early stage of their development. Some operators are not supported and the API is likely to change in the future. You may also encounter some segfaults. That being said they already contain the necessary to train a convolution network using various optimizers. diff --git a/packages/tensorflow-ocaml/tensorflow-ocaml.0.0.1/opam b/packages/tensorflow-ocaml/tensorflow-ocaml.0.0.1/opam new file mode 100644 index 00000000000..bc1b45ce293 --- /dev/null +++ b/packages/tensorflow-ocaml/tensorflow-ocaml.0.0.1/opam @@ -0,0 +1,17 @@ +opam-version: "1.2" +maintainer: "Laurent Mazare " +homepage: "https://github.com/LaurentMazare/tensorflow-ocaml" +bug-reports: "https://github.com/LaurentMazare/tensorflow-ocaml/issues" +dev-repo: "git+https://github.com/LaurentMazare/tensorflow-ocaml.git" +build: [make "tensorflow.lib"] +authors: [ "Laurent Mazare" "Nicolas Oury" ] + +depends: [ + "core_kernel" + "ctypes" {>= "0.5"} + "ctypes-foreign" + "ocamlfind" + "ocamlbuild" +] +depopts: "gnuplot" +available: [ocaml-version >= "4.02.1"] diff --git a/packages/tensorflow-ocaml/tensorflow-ocaml.0.0.1/url b/packages/tensorflow-ocaml/tensorflow-ocaml.0.0.1/url new file mode 100644 index 00000000000..dd3e3f23701 --- /dev/null +++ b/packages/tensorflow-ocaml/tensorflow-ocaml.0.0.1/url @@ -0,0 +1,3 @@ +http: + "https://github.com/LaurentMazare/tensorflow-ocaml/archive/v0.0.1.tar.gz" +checksum: "71cf1460604a14b00fbf07dfc43450c1"