Uses of Interface
org.tribuo.sequence.SequenceTrainer
Packages that use SequenceTrainer
Package
Description
Provides an implementation of Viterbi for generating structured outputs, which can sit on top of any
Label
based classification model.Provides an implementation of a linear chain CRF trained using Stochastic Gradient Descent.
Provides an interface for working with Tensorflow sequence models, using Tribuo's
SequenceModel
abstraction.Provides Tribuo specific infrastructure for the
Provenance
system which
tracks models and datasets.Provides internal implementations for empty provenance classes and TrainerProvenance.
Provides core classes for working with sequences of
Example
s.-
Uses of SequenceTrainer in org.tribuo.classification.sequence.viterbi
Classes in org.tribuo.classification.sequence.viterbi that implement SequenceTrainer -
Uses of SequenceTrainer in org.tribuo.classification.sgd.crf
Classes in org.tribuo.classification.sgd.crf that implement SequenceTrainer -
Uses of SequenceTrainer in org.tribuo.interop.tensorflow.sequence
Classes in org.tribuo.interop.tensorflow.sequence that implement SequenceTrainerModifier and TypeClassDescriptionclass
TensorflowSequenceTrainer<T extends Output<T>>
A trainer for SequenceModels which use an underlying Tensorflow graph. -
Uses of SequenceTrainer in org.tribuo.provenance
Constructors in org.tribuo.provenance with parameters of type SequenceTrainerModifierConstructorDescriptionprotected <T extends Output<T>>
SkeletalTrainerProvenance
(SequenceTrainer<T> host) -
Uses of SequenceTrainer in org.tribuo.provenance.impl
Constructors in org.tribuo.provenance.impl with parameters of type SequenceTrainerModifierConstructorDescription<T extends Output<T>>
TrainerProvenanceImpl
(SequenceTrainer<T> host) Construct a TrainerProvenance by reading all the configurable parameters along with the train call count. -
Uses of SequenceTrainer in org.tribuo.sequence
Classes in org.tribuo.sequence that implement SequenceTrainerModifier and TypeClassDescriptionfinal class
HashingSequenceTrainer<T extends Output<T>>
A SequenceTrainer that hashes all the feature names on the way in.Constructors in org.tribuo.sequence with parameters of type SequenceTrainer