Class | Description |
---|---|
AdaDelta |
A WEKA version of DeepLearning4j's AdaDelta.
|
AdaGrad |
A WEKA version of DeepLearning4j's AdaGrad.
|
Adam |
A WEKA version of DeepLearning4j's Adam.
|
AdaMax |
A WEKA version of DeepLearning4j's AdaMax.
|
Nadam |
A WEKA version of DeepLearning4j's Nadam.
|
Nesterovs |
A WEKA version of DeepLearning4j's Nesterovs.
|
NoOp |
A WEKA version of DeepLearning4j's ConstantScheduleImpl.
|
RmsProp |
A WEKA version of DeepLearning4j's RmsProp.
|
Sgd |
A WEKA version of DeepLearning4j's Sgd.
|
Updater<T extends org.nd4j.linalg.learning.config.IUpdater> |
Default Updater that implements WEKA option handling.
|