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

Packages that use SGDVector
Package
Description
Provides infrastructure for Stochastic Gradient Descent for classification problems.
Provides classification loss functions for Stochastic Gradient Descent.
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 infrastructure for Stochastic Gradient Descent based regression models.
Provides regression loss functions for Stochastic Gradient Descent.