| Class | Description |
|---|---|
| AComponent | |
| ACompoundComponent | |
| ALayer |
Layers represent layers of computation from input to output nodes
|
| ALayerStack |
Abstract base class representing a stack of WeightLayer components
|
| AWeightLayer |
Abstract base class representing a weighted linear transformation.
|
| CompoundLayerStack | |
| Dropout | |
| Join |
Class representing a side-by-side joining of networks
|
| NeuralNet | |
| Normaliser | |
| Operator | |
| Stack |
A stack of connected components, with the output of each feeding into the
input of the next
|
Copyright © 2013. All Rights Reserved.