Package | Description |
---|---|
org.tribuo.classification.sgd.crf |
Provides an implementation of a linear chain CRF trained using Stochastic Gradient Descent.
|
org.tribuo.classification.sgd.linear |
Provides an implementation of a classification linear model using Stochastic Gradient Descent.
|
org.tribuo.multilabel.sgd.linear |
Provides an implementation of a multi-label classification linear model using Stochastic Gradient Descent.
|
org.tribuo.regression.sgd |
Provides infrastructure for Stochastic Gradient Descent based regression models.
|
Modifier and Type | Field and Description |
---|---|
GradientOptimiserOptions |
SeqTest.CRFOptions.gradientOptions |
GradientOptimiserOptions |
CRFOptions.sgoOptions |
Modifier and Type | Field and Description |
---|---|
GradientOptimiserOptions |
LinearSGDOptions.sgoOptions |
Modifier and Type | Field and Description |
---|---|
GradientOptimiserOptions |
LinearSGDOptions.sgoOptions |
Modifier and Type | Field and Description |
---|---|
GradientOptimiserOptions |
TrainTest.SGDOptions.gradientOptions |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.