![]() |
AIfES 2
2.0.0
|
Arduino_CMSIS-DSP library is optional for ARM Microprocessors. It needs to be installed via the library manager. It includes the arm_math.h for AIfES on ARM CPUs.
The CMSIS functions are particularly effective for large and deep neural networks with the ReLU function. For small neural networks, the AIfES loops are already very well optimized by the compiler.
You may want to check out the Arduino port of CMSIS 5 for further assistance.
The activation of CMSIS in AIfES is a bit more complicated, because you need to uncomment the define "AIFES_WITH_CMSIS" in the file "aifes.h"