See: Description
Class | Description |
---|---|
LinearSGDModel |
The inference time version of a linear model trained using SGD.
|
LinearSGDOptions |
CLI options for training a linear classifier.
|
LinearSGDTrainer |
A trainer for a linear classifier using SGD.
|
LogisticRegressionTrainer |
A logistic regression trainer that uses a reasonable objective, optimiser,
number of epochs and minibatch size.
|
Enum | Description |
---|---|
LinearSGDOptions.LossEnum |
Available loss types.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.