Uses of Interface
org.tribuo.math.FeedForwardParameters
Packages that use 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
Classes in org.tribuo.common.sgd with type parameters of type FeedForwardParametersModifier and TypeClassDescriptionclassAbstractSGDTrainer<T extends Output<T>, U, V extends Model<T>, X extends FeedForwardParameters>A trainer for a model which uses SGD.Classes in org.tribuo.common.sgd that implement FeedForwardParametersFields in org.tribuo.common.sgd declared as FeedForwardParametersModifier and TypeFieldDescriptionprotected FeedForwardParametersAbstractSGDModel.modelParametersThe weights for this model.Methods in org.tribuo.common.sgd that return FeedForwardParametersModifier and TypeMethodDescriptionAbstractSGDModel.getModelParameters()Returns a copy of the model parameters.Constructors in org.tribuo.common.sgd with parameters of type FeedForwardParametersModifierConstructorDescriptionprotectedAbstractSGDModel(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
Classes in org.tribuo.math that implement FeedForwardParametersMethods in org.tribuo.math that return FeedForwardParameters