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?

1 回表示 (過去 30 日間)
xfcv
xfcv 2024 年 7 月 16 日
編集済み: Aman 2024 年 8 月 19 日
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.

回答 (1 件)

Aman
Aman 2024 年 8 月 19 日
編集済み: Aman 2024 年 8 月 19 日
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!

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by