| Class and Description |
|---|
| IterationCompletionListener
Callback that should be triggered when a iteration was finished.
|
| Class and Description |
|---|
| AbstractMiniBatchCostFunction
Mini Batch cost function.
|
| CostFunction
Cost function interface to be implemented when using with a optimizer like
conjugate gradient for example.
|
| CostGradientTuple
More readable variant of the before used Tuple<> in
CostFunction. |
| Minimizer
Minimizer interface for various function minimizers.
|
| Class and Description |
|---|
| CostFunction
Cost function interface to be implemented when using with a optimizer like
conjugate gradient for example.
|
| CostGradientTuple
More readable variant of the before used Tuple<> in
CostFunction. |
| Minimizer
Minimizer interface for various function minimizers.
|
| Class and Description |
|---|
| CostFunction
Cost function interface to be implemented when using with a optimizer like
conjugate gradient for example.
|
| Class and Description |
|---|
| AbstractMinimizer
Abstract minimizer class that adds functionality that can be shared between
many minimizers.
|
| CostFunction
Cost function interface to be implemented when using with a optimizer like
conjugate gradient for example.
|
| CostGradientTuple
More readable variant of the before used Tuple<> in
CostFunction. |
| GradientDescent
Gradient descent implementation with some neat features like momentum,
divergence detection, delta breaks and bold driver and scheduled annealing
adaptive learning rates.
|
| GradientDescent.GradientDescentBuilder |
| IterationCompletionListener
Callback that should be triggered when a iteration was finished.
|
| Minimizer
Minimizer interface for various function minimizers.
|
| OWLQN
Java translation of C++ code of
"Orthant-Wise Limited-memory Quasi-Newton Optimizer for L1-regularized Objectives"
(@see http://research.microsoft.com/).
|
| Class and Description |
|---|
| CostFunction
Cost function interface to be implemented when using with a optimizer like
conjugate gradient for example.
|
| CostGradientTuple
More readable variant of the before used Tuple<> in
CostFunction. |
| Minimizer
Minimizer interface for various function minimizers.
|
Copyright © 2016. All rights reserved.