| 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.
For neural networks with a more complex connection architecture, use ComputationGraph
which allows for an arbitrary directed acyclic graph connection structure between layers. |
Copyright © 2020. All rights reserved.