Resolved! Can we program MLC without ST apps or without ST development boards?
[webinar - Program decision trees in sensors with a Machine Learning Core]
Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.
[webinar - Program decision trees in sensors with a Machine Learning Core]
Good afternoon everyone,I am currently working on a predictive maintenance projet using vibration classification with the MLC of a LSM6DSOX.I would like to try using several decision tree at the same time (with a maximum of 8 according to the datashe...
I have a simple binary classification ANN model built with Tensorflow Keras and converted as Tensorflowlite model. This model gets imported and analyzed on the cubeMX tool without any errors. There is no IO input required for this trial model, so al...
It is now available a section of the Community page dedicated to New Ideas (LINK). This new "zone" is intended for ST products' users to give the Community technical feedback on available product areas.MEMS&Sensors community group has especially a co...
I am new to STM32 and wants to implement a neural network application on STM32H743ZI. Please provide me some guide lines
Hi,STM32L5 has Cortex-M33 processor. In the official documentation it says that Cube.AI supports Cortex-M CPUs (including M33). Why is it still not possible to choose AI library for Cortex-M33 on STMCubeMX IDE? Is there anything fundamentally differe...
I am using the STM32H745ZI-Q Dual Core MCU. My workflow is to generate the AI library using a Single Core processor and then copy the project into my Dual Core. Now I am trying to use External Ram Configuration (STMCube) to map the activations NOT in...
Hi, everyone have someone know where can find the voice recognition of STM32L1 application?I just need few Japanese vocabulary to identify command, but I didn't find it. AWS didn't match my request. Could you please help me?
How do I run larger ML models (greater than 10MB)? Is interfacing external ROM with QSPI and memory mapping it alone sufficient?Can I use an SD card instead? Can the memory card be memory mapped to internal flash? Can I paste the weights on the memor...