Neural
File List
Here is a list of all files with brief descriptions:
[detail level 1234]
 docs
  neural
  includes
  layers
 activation_layer.hThis class is the Base class for all activation types
 conv_layer.hThis class allows the creation of a convolution layer
 fc_layer.hThis class allows the creation of a full connected (Dense) layer
 flatten_layer.hThis class allows the creation of a Flatten layer
 layer.hThis class is the Base class for all Layers types
 pooling_layer.hThis class allows the creation of a Pooling layer
  loader
 mnist.h
  plotter
 plotter.h
 activation.h
 core.h
 kernel.h
 loss.h
 network.hThis class allows to create the root structure of the network
  src
  layers
 activation_layer.cpp
 conv_layer.cppConvolution layer
 fc_layer.cppFull connected layer
 flatten_layer.cppFlatten layer
 layer.cppBase layer
 pooling_layer.cpp
  loader
 mnist.cppLoader MNIST
  plotter
 plotter.cppGUI Plotter for graphical debuging
 core.cpp
 network.cppNeural networks base class