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