package tensorflow

  1. Overview
  2. Docs
TensorFlow bindings for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.0.1.tar.gz
md5=71cf1460604a14b00fbf07dfc43450c1

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: 01 Apr 2016

Dependencies (6)

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

Dev Dependencies

None

Used by

None

Conflicts

None