For a comparison with others techniques: Linear SVC (best performance): 92 % SVC rbf (best performance): 96.4 % SVC poly (best performance): 94.5 % Logistic regression (prev assignment): 89 % Naive Bayes (prev assignment): 81 % From this blog page: https://dmkothari.github.io/Machine-Learning-Projects/SVM_wi... Also it seems from reading online articles that people are able to obtain much better results just by using…
While it's cool that this works at all, I wish we would stop using MNIST as a benchmark given how trivial it is.
78% MNIST accuracy using GZIP in under 10 lines of code
21–30 of 141 posts
Re: 78% MNIST accuracy using GZIP in under 10 lines of code
#22For a comparison with others techniques: Linear SVC (best performance): 92 % SVC rbf (best performance): 96.4 % SVC poly (best performance): 94.5 % Logistic regression (prev assignment): 89 % Naive Bayes (prev assignment): 81 % From this blog page: https://dmkothari.github.io/Machine-Learning-Projects/SVM_wi... Also it seems from reading online articles that people are able to obtain much better results just by using…
The original research paper that introduced the MNIST data set was getting around 98% accuracy, and today neural nets are getting 99.87% accuracy.
https://paperswithcode.com/sota/image-classification-on-mnis...
Re: 78% MNIST accuracy using GZIP in under 10 lines of code
#23Earlier quoted context omitted.
If you can’t hear my eyes rolling from here I’ll do it again, harder… how bout now? Optical Character Recognition. Very old, and very infamous attempts at replacing humans with software. Secretaries and executives know what OCR means.
I believe you missed the point, though I could be wrong. Person A complains about MNIST not being defined. Person B was sending them up for complaining about not defining the meaning of acroynms and then using one they don't define.
Re: 78% MNIST accuracy using GZIP in under 10 lines of code
#24For a comparison with others techniques: Linear SVC (best performance): 92 % SVC rbf (best performance): 96.4 % SVC poly (best performance): 94.5 % Logistic regression (prev assignment): 89 % Naive Bayes (prev assignment): 81 % From this blog page: https://dmkothari.github.io/Machine-Learning-Projects/SVM_wi... Also it seems from reading online articles that people are able to obtain much better results just by using…
While it's cool that this works at all, I wish we would stop using MNIST as a benchmark given how trivial it is.
Re: 78% MNIST accuracy using GZIP in under 10 lines of code
#25https://github.com/lmcinnes/umap_paper_notebooks/blob/master...
EDIT: I should add, unless it isn't clear, that we really should retire the dataset. Something like the QuickDraw dataset makes a lot more sense to me.
Re: 78% MNIST accuracy using GZIP in under 10 lines of code
#26Obviously, the code may be elegant and compact, 78% accuracy is considered very very bad for MNIST. A dummy model written with Tensorflow easilly reaches 90% accuracy. The best models ranked at 99,87%, see the benchmark : https://paperswithcode.com/sota/image-classification-on-mnis...
The interesting thing is not in whether GZip can achieve SOTA, it's that it can do a decent job at all. (The interesting thing is not in whether the bear can recreate Mozart exactly, it's that it can play the piano at all.)
Re: 78% MNIST accuracy using GZIP in under 10 lines of code
#27...
Oh, ok, not that.
Re: 78% MNIST accuracy using GZIP in under 10 lines of code
#28I don't immediately find it, but couple of years back there was a "meta-feature" which was the size of the MNIST image. I think that scored about 90'ish % accurate results on its own - without even looking at the image.
Re: 78% MNIST accuracy using GZIP in under 10 lines of code
#29Earlier quoted context omitted.
Optical character recognition... Has been pretty widespread tech since ~2016 or so.
Oh my ex and some acquaintances were bitching about it in 1999. I recall a guy with good transcription skills starting a long thread on… must have been slashdot? About how it was faster for him to transcribe the numbers again than to verify the OCR was correct, but he couldn’t tell his boss that and what should he do? There’s also a famous case where the compression algorithm in a copy/fax machine had a bug in a pred…
Re: 78% MNIST accuracy using GZIP in under 10 lines of code
#30Earlier quoted context omitted.
If you can’t hear my eyes rolling from here I’ll do it again, harder… how bout now? Optical Character Recognition. Very old, and very infamous attempts at replacing humans with software. Secretaries and executives know what OCR means.
I believe you missed the point, though I could be wrong. Person A complains about MNIST not being defined. Person B was sending them up for complaining about not defining the meaning of acroynms and then using one they don't define.