Package org.tribuo.common.sgd
package org.tribuo.common.sgd
Provides the base classes for models trained with stochastic gradient descent.
-
ClassDescriptionAbstractFMModel<T extends Output<T>>A quadratic factorization machine model trained using SGD.A trainer for a quadratic factorization machine model which uses SGD.AbstractLinearSGDModel<T extends Output<T>>A linear model trained using SGD.A trainer for a linear model which uses SGD.AbstractSGDModel<T extends Output<T>>A model trained using SGD.A nominal tuple used to capture the prediction and the number of active features used by the model.A trainer for a model which uses SGD.A
Parameters
for factorization machines.SGDObjective<T>An interface for a loss function that can produce the loss and gradient incurred by a single prediction.