Filter löschen
Filter löschen

How to integrate machine learning and trained models inside the upper computer, any computer can be used without relying on matlab,is there any information about this?

19 Ansichten (letzte 30 Tage)
Transfer the real time data to the upper computer through the serial port and use the trained model or machine learning to predict the water content and display it on the upper computer at the same time, my question is how to integrate these machine learning algorithms and models in the upper computer, which can be used by any computer and does not depend on matlab.

Antworten (1)

Aman
Aman am 19 Aug. 2024 um 6:57
Bearbeitet: Aman am 19 Aug. 2024 um 8:25
Hi,
As per my understanding, you wanted to use the trained machine learning model of MATLAB in a PC-independent way for the water content prediction task.
In order to do so, you can either generate a C/C++ code for the model or create an executable that can be run on any PC regardless of whether MATLAB is installed or not. You can refer to the below documentation for the reference on how to do so.
I hope it helps!

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by