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 factorization machine using Stochastic Gradient Descent.
Provides an implementation of a classification linear model using Stochastic Gradient Descent.
Provides the base classes for models trained with 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 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 an implementation of factorization machines for regression using Stochastic Gradient Descent.
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.fm
-
Classes in org.tribuo.math used by org.tribuo.classification.sgd.linearClassDescriptionA
Parameters
for producing linear models.Interface for gradient based optimisation methods. -
Classes in org.tribuo.math used by org.tribuo.common.sgdClassDescriptionA Parameters for models which make a single prediction like logistic regressions and neural networks.A
Parameters
for producing linear models.An interface to aTensor
[] array which accepts updates to the parameters.Interface for gradient based optimisation methods. -
Classes in org.tribuo.math used by org.tribuo.mathClassDescriptionA Parameters for models which make a single prediction like logistic regressions and neural networks.A
Parameters
for producing linear models.An interface to aTensor
[] 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.multilabel.sgd.fm
-
Classes in org.tribuo.math used by org.tribuo.multilabel.sgd.linearClassDescriptionA
Parameters
for producing linear models.Interface for gradient based optimisation methods. -
Classes in org.tribuo.math used by org.tribuo.regression.sgd.fm
-
Classes in org.tribuo.math used by org.tribuo.regression.sgd.linearClassDescriptionA
Parameters
for producing linear models.Interface for gradient based optimisation methods.