Package | Description |
---|---|
org.deeplearning4j.conf | |
org.deeplearning4j.nn | |
org.deeplearning4j.optimize |
Modifier and Type | Field and Description |
---|---|
LogisticRegression |
NeuralNetConfiguration.logLayer |
Modifier and Type | Method and Description |
---|---|
LogisticRegression |
NeuralNetConfiguration.getLogLayer() |
Modifier and Type | Method and Description |
---|---|
void |
NeuralNetConfiguration.setLogLayer(LogisticRegression logLayer) |
Modifier and Type | Method and Description |
---|---|
LogisticRegression |
LogisticRegression.Builder.build() |
protected LogisticRegression |
LogisticRegression.clone() |
LogisticRegression |
BaseMultiLayerNetwork.getLogLayer() |
Modifier and Type | Method and Description |
---|---|
void |
LogisticRegression.merge(LogisticRegression l,
int batchSize)
Averages the given logistic regression
from a mini batch in to this one
|
void |
BaseMultiLayerNetwork.setLogLayer(LogisticRegression logLayer) |
Constructor and Description |
---|
LogisticRegressionOptimizer(LogisticRegression logReg,
double lr) |
Copyright © 2014. All Rights Reserved.