Package | Description |
---|---|
org.deeplearning4j.nn.graph | |
org.deeplearning4j.nn.multilayer |
Modifier and Type | Class and Description |
---|---|
class |
ComputationGraph
A ComputationGraph network is a neural network with arbitrary (directed acyclic graph) connection structure.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiLayerNetwork
MultiLayerNetwork is a neural network with multiple layers in a stack, and usually an output layer.
|
Copyright © 2017. All rights reserved.