• Is ARM-NN compatible with CMSIS-NN
    Hi everyone Last week, I bought a Cortex-M board (NUCLEO STM32F746ZG) to run my small deep learning network on this board. Because MDK toolchain is very expensive, I tried to use ARM-NN to convert from...
  • Windows version of arm-linux-gnueabi and arm-linux-gnueabihf for gcc8
    Hello ! It seems like the binaries for the windows version of arm-linux-gnueabi and arm-linux-gnueabihf has been removed in gcc8. Have the support for windows been removed or will it appear ?
  • What is Machine Learning?
  • Is nn_quantizer.py compatible with hdf5 data layer?
    Hi, I am training a non image data set in caffe and trying to convert it to corresponding cmsisnn calls using the nn_quantizer script. The input layer used in caffe is HDF5. Post training the model...
  • Machine Learning: PlatformIO and CMSIS-NN
    Hi, I am trying to get started with Machine Learning and the ARM Cortex-M4 processors. I've been struggling to get started with neural-networks to work with the PlatformIO environment Does anyone...