cancel
Showing results for 
Search instead for 
Did you mean: 

STM32Cube AI

Hs.12
Associate II

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.

1 REPLY 1
fauvarque.daniel
ST Employee

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