package tensorflow

  1. Overview
  2. Docs
TensorFlow bindings for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.5.tar.gz
md5=4c0d003479d100e3eabd2c88575f6aac

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: 18 Jul 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