Skip to main content
Hs.12
Associate
May 9, 2020
Question

STM32Cube AI

  • May 9, 2020
  • 1 reply
  • 739 views

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.

    This topic has been closed for replies.

    1 reply

    fauvarque.daniel
    ST Employee
    May 11, 2020

    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