STM32Cube AI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-05-09 12:47 AM
Hi
I am using voltage and current sensors for state estimation of storage system. I want to do this state estimation through NN. Is it possible to use this STM32Cube AI for train and test the data. If it is possible,please kindly provide the help with timely manner.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-05-10 11:54 PM
Hi,
STM32Cube.AI tool is designed to transform an already trained neural network into C code that can run on the STM32 target
You need to use an NN framework like Keras or Tensorflow to train NN with your dataset.
Once the NN trained, you can test it on the target using the validation project provided in X-Cube-AI.
When launching the validation, you can pass the input data and expected output data.
Regards
Daniel
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
