Skip to content

Commit

Permalink
Merge pull request #6152 from LaurentMazare/opam-publish/tensorflow-o…
Browse files Browse the repository at this point in the history
…caml.0.0.1

tensorflow-ocaml.0.0.1 - via opam-publish
  • Loading branch information
dsheets committed Mar 31, 2016
2 parents 7f3bf19 + 6f548c5 commit 101ebb3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/tensorflow-ocaml/tensorflow-ocaml.0.0.1/descr
Original file line number Diff line number Diff line change
@@ -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.
17 changes: 17 additions & 0 deletions packages/tensorflow-ocaml/tensorflow-ocaml.0.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
opam-version: "1.2"
maintainer: "Laurent Mazare <[email protected]>"
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"]
3 changes: 3 additions & 0 deletions packages/tensorflow-ocaml/tensorflow-ocaml.0.0.1/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
http:
"https://github.com/LaurentMazare/tensorflow-ocaml/archive/v0.0.1.tar.gz"
checksum: "71cf1460604a14b00fbf07dfc43450c1"

0 comments on commit 101ebb3

Please sign in to comment.