Skip to main content
Associate
October 27, 2023
Question

Is it possible to perform N-classification using the ISM330IS? If so, how can it be done?

  • October 27, 2023
  • 2 replies
  • 2575 views

..

2 replies

Federica Bossi
Technical Moderator
November 3, 2023

Hi @Semolina,

Welcome to ST Community!

If the question is related to NanoEdge.ai, no, you can only do anomaly detection.

In general it is programmable, so you can make yourself a decision tree classifier with n classes.

If this helps you, please mark my answer as "Best Answer" by clicking on the "Accept as Solution" button, this can be helpful for Community users to find this solution faster.

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.
SemolinaAuthor
Associate
November 6, 2023

Thank you, @Federica Boss. I possess a TensorFlow Lite (TFLite) model. Could you guide me on how to deploy it on the ISPU? I noticed in the whitepaper discussing ISPU, they accomplished tasks like digit gesture recognition and fan anomaly detection using QKeras. Could you provide insights into how they executed and interpreted the model on the ISPU platform?"

Amith_lal
Associate III
February 21, 2024

I'm also trying to do the same ! Did you try implementing tensorflow ?

SemolinaAuthor
Associate
February 21, 2024

Yes, but it was to big. I used sciikit learn models ( decision tree and naive bayes) and implemented the classification functions on the ispu by myself.