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 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
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!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!