Vinay Maruvada
Followers: 0 Following: 0
Feeds
提问
How to deploy my trained algorithm into Arduino uno for fault prediction using the data collected in the Arduino. Help me with the detailed process and tool boxes needed.
I had developed a machine learning model using classification learner, I want you to guide me for deploying that algorithm into ...
1 year 前 | 1 个回答 | 0
1
个回答提问
Why is my accuracy of trained classifier using function generated from classification learner is less than the model directly exported from the classification learner app?
load("savedPumpData.mat"); disp(pumpData); Data = removevars(pumpData,"flow"); save("Data.mat","Data"); disp(Data) trainRat...
1 year 前 | 1 个回答 | 0