See: Description
Interface | Description |
---|---|
SGDObjective<T> |
An interface for a loss function that can produce the loss and gradient incurred by
a single prediction.
|
Class | Description |
---|---|
AbstractLinearSGDModel<T extends Output<T>> | |
AbstractLinearSGDTrainer<T extends Output<T>,U> |
A trainer for a linear model which uses SGD.
|
AbstractSGDModel<T extends Output<T>> | |
AbstractSGDModel.PredAndActive |
A nominal tuple used to capture the prediction and the number of active features used by the model.
|
AbstractSGDTrainer<T extends Output<T>,U,V extends Model<T>,X extends FeedForwardParameters> |
A trainer for a model which uses SGD.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.