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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0