![]() |
AIfES 2
2.0.0
|
Parameters for the FNN model. More...
#include <aifes_express_f32_fnn.h>
Data Fields | |
| uint32_t | layer_count |
| Count of all layers, including input and output layers. | |
| uint32_t * | fnn_structure |
| Pointer to the network structure. | |
| AIFES_E_activations * | fnn_activations |
| Pointer to the activation function list (AIFES_E_activations) | |
| void * | flat_weights |
| Pointer to the array with the weights. | |
Parameters for the FNN model.
This structure contains all parameters for the creation of the model.
Example:
In this example, a 2-3-1 FNN is generated. The hidden layer and the output layer use a sigmoid activation function