Uses of Class
org.tribuo.classification.sgd.linear.LinearSGDTrainer
Packages that use LinearSGDTrainer
Package
Description
Provides an implementation of a classification linear model using Stochastic Gradient Descent.
-
Uses of LinearSGDTrainer in org.tribuo.classification.sgd.linear
Subclasses of LinearSGDTrainer in org.tribuo.classification.sgd.linearModifier and TypeClassDescriptionclass
A logistic regression trainer that uses a reasonable objective, optimiser, number of epochs and minibatch size.Methods in org.tribuo.classification.sgd.linear that return LinearSGDTrainer