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?
    8 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
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 Commenti
Risposte (1)
  Aman
      
 il 19 Ago 2024
        
      Modificato: Aman
      
 il 19 Ago 2024
  
      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 Commenti
Vedere anche
Categorie
				Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

