![]() |
AIfES 2
2.0.0
|
▼ include | |
▼ basic | |
▼ base | |
▼ aialgo | |
aialgo_sequential_inference.h | Functions required for inference of models |
aialgo_sequential_training.h | Functions required for the training of models |
▼ ailayer | |
ailayer_dense.h | Base layer implementation of the Dense layer |
ailayer_elu.h | Base layer implementation of the ELU activation layer |
ailayer_input.h | Base layer implementation of the Input layer |
ailayer_leaky_relu.h | Base layer implementation of the Leaky ReLU activation layer |
ailayer_relu.h | Base layer implementation of the ReLU activation layer |
ailayer_sigmoid.h | Base layer implementation of the Sigmoid activation layer |
ailayer_softmax.h | Base layer implementation of the Softmax activation layer |
ailayer_softsign.h | Base layer implementation of the Softsign activation layer |
ailayer_tanh.h | Base layer implementation of the Tanh activation layer |
ailayer_template.h | [DEPRECATED] This file acts as a reference for new layer structures. Some of the shown functions are mandatory, some are optional |
▼ ailoss | |
ailoss_crossentropy.h | Base loss implementation of the Cross-Entropy loss |
ailoss_mse.h | Base loss implementation of the Mean Squared Error (MSE) loss |
▼ aimath | |
aimath_basic.h | Basic data-type independent math operations |
aimath_f32.h | Definition of the F32 (aif32) data-type |
▼ aiopti | |
aiopti_adam.h | Base optimizer implementation of the Adam optimizer |
aiopti_sgd.h | Base optimizer implementation of the Stochastic Gradient Descent (with momentum) optimizer |
▼ cmsis | |
▼ ailayer | |
ailayer_dense_cmsis.h | Arm CMSIS implementation of the Dense layer for Arm Cortex processors |
▼ aimath | |
aimath_f32_cmsis.h | |
▼ default | |
▼ ailayer | |
ailayer_dense_default.h | Default implementation of the Dense layer |
ailayer_elu_default.h | Default implementation of the ELU layer |
ailayer_input_default.h | Default implementation of the Input layer |
ailayer_leaky_relu_default.h | Default implementation of the Leaky ReLU layer |
ailayer_relu_default.h | Default implementation of the ReLU layer |
ailayer_sigmoid_default.h | Default implementation of the Sigmoid layer |
ailayer_softmax_default.h | Default implementation of the Softmax layer |
ailayer_softsign_default.h | Default implementation of the Softsign layer |
ailayer_tanh_default.h | Default implementation of the Tanh layer |
▼ ailoss | |
ailoss_crossentropy_default.h | Default implementation of the Cross-Entropy loss |
ailoss_mse_default.h | Default implementation of the Mean Squared Error loss |
▼ aimath | |
aimath_f32_default.h | Math functions for F32 data type, default implementation |
▼ aiopti | |
aiopti_adam_default.h | Default implementation of the Adam optimizer |
aiopti_sgd_default.h | Default implementation of the Stochastic Gradient Descend optimizer |
aifes.h | Include all headers of the aifes 2 - basic module |
▼ core | |
aifes_core.h | AIfES 2 core interface |
aifes_math.h | AIfES 2 math interface |