Package | Description |
---|---|
org.deeplearning4j.nn.conf | |
org.deeplearning4j.nn.conf.stepfunctions | |
org.deeplearning4j.nn.transferlearning | |
org.deeplearning4j.optimize.stepfunctions |
Modifier and Type | Field and Description |
---|---|
protected StepFunction |
NeuralNetConfiguration.stepFunction |
protected StepFunction |
NeuralNetConfiguration.Builder.stepFunction |
Modifier and Type | Method and Description |
---|---|
NeuralNetConfiguration.Builder |
NeuralNetConfiguration.Builder.stepFunction(StepFunction stepFunction)
Step function to apply for back track line search.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultStepFunction
Default step function
|
class |
GradientStepFunction
Normal gradient step function
|
class |
NegativeDefaultStepFunction
Inverse step function
|
class |
NegativeGradientStepFunction
Subtract the line
|
Modifier and Type | Method and Description |
---|---|
StepFunction |
StepFunction.clone() |
Modifier and Type | Field and Description |
---|---|
protected StepFunction |
FineTuneConfiguration.stepFunction |
Modifier and Type | Method and Description |
---|---|
static StepFunction |
StepFunctions.createStepFunction(StepFunction stepFunction) |
Copyright © 2017. All rights reserved.