| Class | Description |
|---|---|
| AComponent | |
| ACompoundComponent |
Abstract base class for components that combine other components.
|
| ALayerStack |
Abstract base class representing a stack of AWeightLayer components
|
| AOperationComponent |
Base class for components that perform a single operation on each element
from input to output
|
| AWeightLayer |
Abstract base class representing a weighted linear transformation.
|
| CompoundLayerStack | |
| Dropout |
Component that performs dropout on activation values.
|
| GradientAmplifier | |
| Identity | |
| Join |
Class representing a side-by-side joining of components
|
| NeuralNet | |
| Normaliser | |
| Operator | |
| Sparsifier | |
| Stack |
A stack of connected components, with the output of each feeding into the
input of the next
|
| ThinkingOp | |
| TrainingOp |
Copyright © 2013. All Rights Reserved.