Neural
layers Directory Reference
Directory dependency graph for layers:
neural/includes/layers

Files

file  activation_layer.h [code]
 This class is the Base class for all activation types.
 
file  conv_layer.h [code]
 This class allows the creation of a convolution layer.
 
file  fc_layer.h [code]
 This class allows the creation of a full connected (Dense) layer.
 
file  flatten_layer.h [code]
 This class allows the creation of a Flatten layer.
 
file  layer.h [code]
 This class is the Base class for all Layers types.
 
file  pooling_layer.h [code]
 This class allows the creation of a Pooling layer.