MachineIntelligenceCore:NeuralNets
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
mic::mlnn::convolution Namespace Reference

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...