Package org.tribuo.math
package org.tribuo.math
Contains the implementation of Tribuo's math library, it's gradient descent optimisers, kernels and a set of
math related utils.
This package contains two core interfaces for Tribuo's gradient descent system,
Parameters
which controls how parameters updated via gradient descent are
accessed, and StochasticGradientOptimiser
which provides the optimisation
interface.
-
ClassDescriptionA Parameters for producing single label linear models.An interface to a
Tensor
[] array which accepts updates to the parameters.Interface for gradient based optimisation methods.