Uses of Package
org.tribuo.math
Packages that use org.tribuo.math
Package
Description
Provides an implementation of a linear chain CRF trained using Stochastic Gradient Descent.
Provides an implementation of a classification linear model using 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 implementations of
StochasticGradientOptimiser
.Provides an implementation of linear regression using Stochastic Gradient Descent.
-
Classes in org.tribuo.math used by org.tribuo.classification.sgd.crfClassDescriptionAn interface to a
Tensor
[] array which accepts updates to the parameters.Interface for gradient based optimisation methods. -
Classes in org.tribuo.math used by org.tribuo.classification.sgd.linear
-
Classes in org.tribuo.math used by org.tribuo.mathClassDescriptionAn interface to a
Tensor
[] array which accepts updates to the parameters.Interface for gradient based optimisation methods. -
Classes in org.tribuo.math used by org.tribuo.math.optimisersClassDescriptionAn interface to a
Tensor
[] array which accepts updates to the parameters.Interface for gradient based optimisation methods. -
Classes in org.tribuo.math used by org.tribuo.regression.sgd.linear