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 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.