Uses of Package
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.
-
ClassDescriptionAn interface to a
Tensor
[] array which accepts updates to the parameters.Interface for gradient based optimisation methods. -
-
ClassDescriptionA
Parameters
for producing linear models.Interface for gradient based optimisation methods. -
ClassDescriptionA 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. -
ClassDescriptionA 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. -
ClassDescriptionAn interface to a
Tensor
[] array which accepts updates to the parameters.Interface for gradient based optimisation methods. -
-
ClassDescriptionA
Parameters
for producing linear models.Interface for gradient based optimisation methods. -
-
ClassDescriptionA
Parameters
for producing linear models.Interface for gradient based optimisation methods.