Package | Description |
---|---|
org.deeplearning4j.optimize | |
org.deeplearning4j.rbm | |
org.deeplearning4j.sda |
Modifier and Type | Class and Description |
---|---|
class |
LogisticRegressionOptimizer |
class |
MultiLayerNetworkOptimizer
Optimizes the logistic layer for finetuning
a multi layer network.
|
class |
NeuralNetworkOptimizer
Performs basic beam search based on the network's loss function
|
Modifier and Type | Method and Description |
---|---|
OptimizableByGradientValueMatrix |
VectorizedDeepLearningGradientAscent.getOptimizable() |
Modifier and Type | Class and Description |
---|---|
class |
RBMOptimizer
Optimizes an RBM.
|
Modifier and Type | Class and Description |
---|---|
class |
DenoisingAutoEncoderOptimizer
Optimizes a denoising auto encoder.
|
Copyright © 2014. All Rights Reserved.