Uses of Interface
org.tribuo.math.la.SGDVector

Packages that use SGDVector
Package
Description
Provides infrastructure for Stochastic Gradient Descent for classification problems.
Provides an implementation of a linear chain CRF trained using Stochastic Gradient Descent.
Provides classification loss functions for Stochastic Gradient Descent.
Provides a multithreaded implementation of K-Means, with a configurable distance function.
Provides the base classes for models trained with stochastic gradient descent.
Provides an interface to TensorFlow, allowing the training of non-sequential models using any supported Tribuo output type.
Contains the implementation of Tribuo's math library, it's gradient descent optimisers, kernels and a set of math related utils.
Provides a linear algebra system used for numerical operations in Tribuo.
 
Provides some utility tensors for use in gradient optimisers.
Provides an implementation of a multi-label classification factorization machine model using Stochastic Gradient Descent.
Provides an implementation of a multi-label classification linear model using Stochastic Gradient Descent.
Provides multi-label classification loss functions for Stochastic Gradient Descent.
Provides infrastructure for Stochastic Gradient Descent based regression models.
Provides regression loss functions for Stochastic Gradient Descent.