Parameters for weight initialization.
More...
#include <aifes_express_f32_fnn.h>
|
AIFES_E_init_weights_method | init_weights_method |
| Weight initialization method (AIFES_E_init_weights_method)
|
|
float | min_init_uniform |
| min value only for(AIfES_E_init_uniform)
|
|
float | max_init_uniform |
| max value only for(AIfES_E_init_uniform)
|
|
Parameters for weight initialization.
Initialization method of weights and its parameterization
Example: Set a uniform distributed weights initializer with automatic value range:
@ AIfES_E_init_glorot_uniform
Random numbers are uniformly diced within a certain range.
Definition: aifes_express_f32_fnn.h:72
Parameters for weight initialization.
Definition: aifes_express_f32_fnn.h:187
AIFES_E_init_weights_method init_weights_method
Weight initialization method (AIFES_E_init_weights_method)
Definition: aifes_express_f32_fnn.h:188
Example: Set a uniform distributed weights initializer with custom value range:
@ AIfES_E_init_uniform
Dices the weights in a range of values you specify.
Definition: aifes_express_f32_fnn.h:71
float max_init_uniform
max value only for(AIfES_E_init_uniform)
Definition: aifes_express_f32_fnn.h:190
float min_init_uniform
min value only for(AIfES_E_init_uniform)
Definition: aifes_express_f32_fnn.h:189
The documentation for this struct was generated from the following file: