See: Description
Interface | Description |
---|---|
FeedForwardParameters |
A Parameters for models which make a single prediction like logistic regressions and neural networks.
|
Parameters |
An interface to a
Tensor [] array which accepts updates to the parameters. |
StochasticGradientOptimiser |
Interface for gradient based optimisation methods.
|
Class | Description |
---|---|
LinearParameters |
A
Parameters for producing linear models. |
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.
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.