package tensorflow

  1. Overview
  2. No Docs
TensorFlow bindings for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.9b.tar.gz
md5=0c86f31c98ce862ea9d9e1c3a21f5b70

Description

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.

Published: 02 Mar 2017

Dependencies (7)

  1. ocamlbuild build
  2. ocamlfind build
  3. ctypes-foreign
  4. ctypes >= "0.5"
  5. core_kernel < "v0.9.0"
  6. cmdliner
  7. ocaml >= "4.03"

Dev Dependencies

None

Used by

None

Conflicts

None