Machine Learning Onramp course material download
    11 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
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?
Risposte (3)
  Ralina Begam
 il 22 Mag 2020
        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 Commenti
  ZOI Dimou
 il 8 Lug 2022
        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 Commenti
  Gregory Smith
 il 3 Mar 2023
        Yes this is very annoying. I'm exactly the same, I want to download that dataset to investigate it further. 
0 Commenti
Vedere anche
Categorie
				Scopri di più su Statistics and Machine Learning Toolbox in Help Center e File Exchange
			
	Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!