Uses of Interface
org.tribuo.math.FeedForwardParameters
Package
Description
Provides the base classes for models trained with stochastic gradient descent.
Contains the implementation of Tribuo's math library, it's gradient descent optimisers, kernels and a set of
math related utils.
-
Uses of FeedForwardParameters in org.tribuo.common.sgd
Modifier and TypeClassDescriptionclass
AbstractSGDTrainer<T extends Output<T>,
U, V extends Model<T>, X extends FeedForwardParameters> A trainer for a model which uses SGD.Modifier and TypeFieldDescriptionprotected FeedForwardParameters
AbstractSGDModel.modelParameters
The weights for this model.Modifier and TypeMethodDescriptionAbstractSGDModel.getModelParameters()
Returns a copy of the model parameters.ModifierConstructorDescriptionprotected
AbstractSGDModel
(String name, ModelProvenance provenance, ImmutableFeatureMap featureIDMap, ImmutableOutputInfo<T> outputIDInfo, FeedForwardParameters weights, boolean generatesProbabilities, boolean addBias) Constructs a linear model trained via SGD. -
Uses of FeedForwardParameters in org.tribuo.math