2023-10-27 05:19 AM
2023-11-03 08:33 AM
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.
2023-11-06 12:55 AM - edited 2023-11-15 02:41 AM
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?"
2024-02-20 08:35 PM
I'm also trying to do the same ! Did you try implementing tensorflow ?
2024-02-21 01:41 AM
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.
2024-04-02 02:12 AM - edited 2024-06-04 09:25 PM
ok
2024-06-04 09:24 PM
What are the steps involved in this?
2024-06-04 09:27 PM
@Federica Bossi Can you provide any document or steps involved in the deploying of ML in ISPU