package tensorflow

  1. Overview
  2. Docs
TensorFlow bindings for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.6.tar.gz
md5=551561610b77dfd9f022188decab5c5e

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: 26 Sep 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