Feeds
질문
How do I apply my machine learning model acquired in machine learning app to microcontroller for implementation?
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
Any idea how to fix fitcsvm code of mine, the program runs in 2016a but as I installed 2018a I get this error of svmtrain saying svmtrain was removed and suggested to use fitcsvm so i changed it to fitcsvm but an error occurred.
SPECTF = csvread('ThesisDataW1v2.csv'); labels = SPECTF(:,1); features = SPECTF(:,2:end); features_sparse = sparse(features);...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
Hello everyone! I have problem at line 8 and it states Wrong input format at line 1. Hope you could help me thank you! Godbless
Here is my code: SPECTF = csvread('ThesisDataW1v3.csv'); labels = SPECTF(:,1); features = SPECTF(:,2:end); features_sparse =...
대략 6년 전 | 답변 수: 1 | 0