AIfES 2  2.0.0
File List
Here is a list of all documented files with brief descriptions:
[detail level 12345]
  include
  basic
  base
  aialgo
 aialgo_sequential_inference.hFunctions required for inference of models
 aialgo_sequential_training.hFunctions required for the training of models
  ailayer
 ailayer_dense.hBase layer implementation of the Dense layer
 ailayer_elu.hBase layer implementation of the ELU activation layer
 ailayer_input.hBase layer implementation of the Input layer
 ailayer_leaky_relu.hBase layer implementation of the Leaky ReLU activation layer
 ailayer_relu.hBase layer implementation of the ReLU activation layer
 ailayer_sigmoid.hBase layer implementation of the Sigmoid activation layer
 ailayer_softmax.hBase layer implementation of the Softmax activation layer
 ailayer_softsign.hBase layer implementation of the Softsign activation layer
 ailayer_tanh.hBase 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.hBase loss implementation of the Cross-Entropy loss
 ailoss_mse.hBase loss implementation of the Mean Squared Error (MSE) loss
  aimath
 aimath_basic.hBasic data-type independent math operations
 aimath_f32.hDefinition of the F32 (aif32) data-type
  aiopti
 aiopti_adam.hBase optimizer implementation of the Adam optimizer
 aiopti_sgd.hBase optimizer implementation of the Stochastic Gradient Descent (with momentum) optimizer
  cmsis
  ailayer
 ailayer_dense_cmsis.hArm CMSIS implementation of the Dense layer for Arm Cortex processors
  aimath
 aimath_f32_cmsis.h
  default
  ailayer
 ailayer_dense_default.hDefault implementation of the Dense layer
 ailayer_elu_default.hDefault implementation of the ELU layer
 ailayer_input_default.hDefault implementation of the Input layer
 ailayer_leaky_relu_default.hDefault implementation of the Leaky ReLU layer
 ailayer_relu_default.hDefault implementation of the ReLU layer
 ailayer_sigmoid_default.hDefault implementation of the Sigmoid layer
 ailayer_softmax_default.hDefault implementation of the Softmax layer
 ailayer_softsign_default.hDefault implementation of the Softsign layer
 ailayer_tanh_default.hDefault implementation of the Tanh layer
  ailoss
 ailoss_crossentropy_default.hDefault implementation of the Cross-Entropy loss
 ailoss_mse_default.hDefault implementation of the Mean Squared Error loss
  aimath
 aimath_f32_default.hMath functions for F32 data type, default implementation
  aiopti
 aiopti_adam_default.hDefault implementation of the Adam optimizer
 aiopti_sgd_default.hDefault implementation of the Stochastic Gradient Descend optimizer
 aifes.hInclude all headers of the aifes 2 - basic module
  core
 aifes_core.hAIfES 2 core interface
 aifes_math.hAIfES 2 math interface