Package | Description |
---|---|
org.tribuo.classification.sgd.linear |
Provides an implementation of a classification linear model using Stochastic Gradient Descent.
|
org.tribuo.common.sgd |
Provides the base classes for models trained with stochastic gradient descent.
|
Modifier and Type | Class and Description |
---|---|
class |
LinearSGDModel
The inference time version of a linear model trained using SGD.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLinearSGDModel<T extends Output<T>> |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.