| Interface | Description |
|---|---|
| NetCompiler.CompiledNet |
| Class | Description |
|---|---|
| CompiledNeuralNet |
Advanced neural net representation.
|
| ConvolutionLayer |
A convolution layer.
|
| ConvolutionMap |
A convolution map.
|
| FeedForwardLayer |
A feed-forward (classification) layer.
|
| FilterMap |
A filter map.
|
| ForwardMap |
A feed-forward map.
|
| Layer |
A generic layer of a network.
|
| Map |
A map is a layer with depth 1.
|
| NetCompiler |
Neural net compiler.
|
| NetCompiler.BooneCompiledNet |
The Boone CompiledNet instance.
|
| NetFactory |
A factory producing various neural network types.
|
| NeuralNetCompiler |
Neural net compiler.
|
| PoolingLayer |
A pooling layer using MaxPooling as a default.
|
| PoolingMap |
A pooling map using MaxPooling as a default.
|
| Exception | Description |
|---|---|
| NetCompiler.CompileException |
Exception to be thrown during compilation, if something goes amiss.
|