|
Neural
|

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