Skip to main content
Visitor II
June 25, 2024
Solved

How can I view the source code of a model trained using NanoEdge Ai Studio?

  • June 25, 2024
  • 1 reply
  • 711 views

..

Best answer by Julian E.

Hello @binagao,

 

Thank you for reaching out!

 

It is not possible to check the source code of models in NanoEdge AI Studio.

Most model in NanoEdge AI Studio are well known machine learning models architectures (support vector machine, random forest, multi-layer perceptron ect). You can check the literature to know more about them.

 

If you want to have more control on the model, you can take a look at STM32CubeAI 

 

NanoEdge AI Studio is an autoML (auto machine learning) tool, which look for the best model for you. In STM32CubeAI, you need to bring your own model.

 

If you don't have knowledge to create a model from scratch, you can take a look at ST Model Zoo. Model Zoo provide models, and everything needed to train and quantize them.

 

Have a nice day,

Julian

 

1 reply

Julian E.
Julian E.Best answer
Technical Moderator
June 26, 2024

Hello @binagao,

 

Thank you for reaching out!

 

It is not possible to check the source code of models in NanoEdge AI Studio.

Most model in NanoEdge AI Studio are well known machine learning models architectures (support vector machine, random forest, multi-layer perceptron ect). You can check the literature to know more about them.

 

If you want to have more control on the model, you can take a look at STM32CubeAI 

 

NanoEdge AI Studio is an autoML (auto machine learning) tool, which look for the best model for you. In STM32CubeAI, you need to bring your own model.

 

If you don't have knowledge to create a model from scratch, you can take a look at ST Model Zoo. Model Zoo provide models, and everything needed to train and quantize them.

 

Have a nice day,

Julian

 

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