フィルターのクリア

Machine Learning Onramp course material download

14 ビュー (過去 30 日間)
NITIN TIWARI
NITIN TIWARI 2019 年 12 月 23 日
回答済み: Gregory Smith 2023 年 3 月 3 日
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?
  1 件のコメント
Souvik Das
Souvik Das 2020 年 9 月 27 日
no ,NOT POSSIBLE

サインインしてコメントする。

回答 (3 件)

Ralina Begam
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")

ZOI Dimou
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?

Gregory Smith
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.

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by