This structure is used to initialize network with random weights providing general configuration of each network layer. More...
#include <Neural_Net.h>
Public Attributes | |
| int | neurons_count |
| Total number of neurons in the layer. | |
| Activation_Functions::Function::Type | activation |
| Activation function all neurons of the layer have. | |
This structure is used to initialize network with random weights providing general configuration of each network layer.