Tool/software:
Hi experts:
I would like to know if the classifier (1D-CNN or ANN) in SDK 05.04.00.01 is implemented using CMSIS-DSP?
Thanks!
Regards,
Stan
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi experts:
I would like to know if the classifier (1D-CNN or ANN) in SDK 05.04.00.01 is implemented using CMSIS-DSP?
Thanks!
Regards,
Stan
Hi Stan,
The classifier in SDK 05.04.00.01 is not implemented using CMSIS-DSP.
Regards,
Matt
Thanks Matt. Is it implemented using hand-written bare-metal C code with weights and biases in floating point?
Hi Stan,
Yes, we have C implementations of the typical layers you'd find in a neural network (dense, softmax, etc.) along with floating point weights and biases for our different applications.