Package org.tribuo.interop.tensorflow


package org.tribuo.interop.tensorflow
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.