Uses of Class
org.tribuo.math.optimisers.GradientOptimiserOptions
Package
Description
Provides an implementation of a linear chain CRF trained using Stochastic Gradient Descent.
Provides an implementation of a classification factorization machine using Stochastic Gradient Descent.
Provides an implementation of a classification linear model using Stochastic Gradient Descent.
Provides an implementation of a multi-label classification factorization machine model using Stochastic Gradient Descent.
Provides an implementation of a multi-label classification linear model using Stochastic Gradient Descent.
Provides infrastructure for Stochastic Gradient Descent based regression models.
Provides an implementation of factorization machines for regression using Stochastic Gradient Descent.
-
Uses of GradientOptimiserOptions in org.tribuo.classification.sgd.crf
Modifier and TypeFieldDescriptionSeqTest.CRFOptions.gradientOptions
Gradient descent options.CRFOptions.sgoOptions
Options for the gradient optimiser. -
Uses of GradientOptimiserOptions in org.tribuo.classification.sgd.fm
Modifier and TypeFieldDescriptionFMClassificationOptions.sgoOptions
The gradient descent algorithm options. -
Uses of GradientOptimiserOptions in org.tribuo.classification.sgd.linear
Modifier and TypeFieldDescriptionLinearSGDOptions.sgoOptions
The gradient descent optimiser options. -
Uses of GradientOptimiserOptions in org.tribuo.multilabel.sgd.fm
Modifier and TypeFieldDescriptionFMMultiLabelOptions.sgoOptions
The gradient descent optimiser options. -
Uses of GradientOptimiserOptions in org.tribuo.multilabel.sgd.linear
Modifier and TypeFieldDescriptionLinearSGDOptions.sgoOptions
The gradient descent optimiser options. -
Uses of GradientOptimiserOptions in org.tribuo.regression.sgd
-
Uses of GradientOptimiserOptions in org.tribuo.regression.sgd.fm
Modifier and TypeFieldDescriptionTrainTest.FMRegressionOptions.gradientOptions
Gradient descent options.