Package | Description |
---|---|
org.deeplearning4j.nn.conf | |
org.deeplearning4j.nn.conf.serde | |
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 | Method and Description |
---|---|
ComputationGraphConfiguration |
ComputationGraphConfigurationDeserializer.deserialize(org.nd4j.shade.jackson.core.JsonParser jp,
org.nd4j.shade.jackson.databind.DeserializationContext ctxt) |
Modifier and Type | Field and Description |
---|---|
protected ComputationGraphConfiguration |
ComputationGraph.configuration |
Modifier and Type | Method and Description |
---|---|
ComputationGraphConfiguration |
ComputationGraph.getConfiguration()
This method returns configuration of this ComputationGraph
|
Constructor and Description |
---|
ComputationGraph(ComputationGraphConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
FineTuneConfiguration.applyToComputationGraphConfiguration(ComputationGraphConfiguration conf) |
Copyright © 2018. All rights reserved.