![]() |
AIfES 2
2.0.0
|
Data-type specific SGD optimizer struct for F32 . More...
#include <aiopti_sgd_default.h>
Data Fields | |
| aiopti_sgd_t | base |
| Inherited field members from general aiopti_sgd struct. | |
| aiscalar_f32_t | learning_rate |
| Storage for aiopti.learning_rate scalar in F32. | |
| aiscalar_f32_t | momentum |
| Storage for aiopti_sgd.momentum scalar in F32. | |
Data-type specific SGD optimizer struct for F32 .
Adds data fields for the learning rate and the momentum in F32 to the base implementation.