Machine Learning Onramp course material download
조회 수: 7 (최근 30일)
이전 댓글 표시
I am doing the Machine Learning Onramp course provided by MATLAB Academy.
The course consists of handwriting recognition and has certain files associated with it. However, these files are only available online. How can I download them to practice later in offline mode? Is there any possible option to download those files?
답변 (3개)
Ralina Begam
2020년 5월 22일
letterds = datastore("*_M_*.txt");
data = read(letterds);
data = scale(data);
plot(data.X,data.Y)
axis equal
plot(data.Time,data.Y)
ylabel("Vertical position")
xlabel("Time")
댓글 수: 0
ZOI Dimou
2022년 7월 8일
hello, i would like answer to this
It can be useful to investigate the features of commonly confused classes. Try using the logical array of incorrect classifications to index into testdata and predictions to obtain the data for the misclassified observations. Where do these observations live in the feature space? From this, can you tell why these observations were misclassified?
댓글 수: 0
Gregory Smith
2023년 3월 3일
Yes this is very annoying. I'm exactly the same, I want to download that dataset to investigate it further.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Downloads에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!