|
MachineIntelligenceCore:NeuralNets
|
Classes | |
| class | Convolution |
| Class representing a convolution layer, with "valid padding" and variable stride. More... | |
| class | Cropping |
| Class implementing cropping operation - crops the size of image (matrix) by a margin of n pixels on every image side/channel. More... | |
| class | MaxPooling |
| Layer performing max pooling. More... | |
| class | Padding |
| Class implementing padding operation - expanding the size of image (matrix) by a margin of n pixels on every image side. More... | |