Skip navigation links

Package org.tribuo.interop.tensorflow

Provides an interface to Tensorflow, allowing the training of non-sequential models using any supported Tribuo output type.

See: Description

Package org.tribuo.interop.tensorflow Description

Provides an interface to Tensorflow, allowing the training of non-sequential models using any supported Tribuo output type.

There are two main interfaces for interacting with Tensorflow Tensors, ExampleTransformer and OutputTransformer, with provide conversions to and from Tribuo's features and outputs respectively. There are implementations of a dense feature transformation and one for images as 3d arrays, along with output transformers for Label and Regressor.

N.B. Tensorflow support is experimental and may change without a major version bump.

Skip navigation links

Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.