Package | Description |
---|---|
org.deeplearning4j.nn.conf | |
org.deeplearning4j.nn.graph | |
org.deeplearning4j.nn.transferlearning |
Modifier and Type | Method and Description |
---|---|
ComputationGraphConfiguration |
ComputationGraphConfiguration.GraphBuilder.build()
Create the ComputationGraphConfiguration from the Builder pattern
|
ComputationGraphConfiguration |
ComputationGraphConfiguration.clone() |
static ComputationGraphConfiguration |
ComputationGraphConfiguration.fromJson(String json)
Create a computation graph configuration from json
|
static ComputationGraphConfiguration |
ComputationGraphConfiguration.fromYaml(String json)
Create a neural net configuration from json
|
Constructor and Description |
---|
GraphBuilder(ComputationGraphConfiguration newConf,
NeuralNetConfiguration.Builder globalConfiguration) |
Modifier and Type | Field and Description |
---|---|
protected ComputationGraphConfiguration |
ComputationGraph.configuration |
Modifier and Type | Method and Description |
---|---|
ComputationGraphConfiguration |
ComputationGraph.getConfiguration() |
Constructor and Description |
---|
ComputationGraph(ComputationGraphConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
FineTuneConfiguration.applyToComputationGraphConfiguration(ComputationGraphConfiguration conf) |
Copyright © 2017. All Rights Reserved.