JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
neureka.optimization
Interface Optimization<V>
All Known Subinterfaces:
Optimizer
<V>
All Known Implementing Classes:
AdaGrad
,
ADAM
,
Momentum
,
RMSProp
,
SGD
public interface
Optimization<V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Tensor
<
V
>
optimize
(
Tensor
<
V
> w)
Method Detail
optimize
Tensor
<
V
> optimize(
Tensor
<
V
> w)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method