Neural
|
docs | |
▼ neural | |
▼ includes | |
▼ layers | |
activation_layer.h | This class is the Base class for all activation types |
conv_layer.h | This class allows the creation of a convolution layer |
fc_layer.h | This class allows the creation of a full connected (Dense) layer |
flatten_layer.h | This class allows the creation of a Flatten layer |
layer.h | This class is the Base class for all Layers types |
pooling_layer.h | This class allows the creation of a Pooling layer |
▼ loader | |
mnist.h | |
▼ plotter | |
plotter.h | |
activation.h | |
core.h | |
kernel.h | |
loss.h | |
network.h | This class allows to create the root structure of the network |
▼ src | |
▼ layers | |
activation_layer.cpp | |
conv_layer.cpp | Convolution layer |
fc_layer.cpp | Full connected layer |
flatten_layer.cpp | Flatten layer |
layer.cpp | Base layer |
pooling_layer.cpp | |
▼ loader | |
mnist.cpp | Loader MNIST |
▼ plotter | |
plotter.cpp | GUI Plotter for graphical debuging |
core.cpp | |
network.cpp | Neural networks base class |