package tensorflow

  1. Overview
  2. Docs
TensorFlow bindings for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.7.tar.gz
md5=95fa47d312d3281dff01c83818c50e86

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: 16 Nov 2016

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.02.1"

Dev Dependencies

None

Used by

None

Conflicts

None