Class | Description |
---|---|
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 © 2018. All rights reserved.