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.
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