MNIST handwritten digit database, Yann LeCun, Corinna Cortes and Chris Burges
It is a good database for people who want to try learning techniques and pattern recognition methods on real-world data while spending minimal efforts on preprocessing and formatting. Four files are available on this site: train-images-idx3-ubyte.gz: training set images (9912422 bytes) train-labels-idx1-ubyte.gz: training set labels (28881 bytes) t10k-images-idx3-ubyte.gz: test set images (1648877 bytes) t10k-labels-idx1-ubyte.gz: test set labels (4542 bytes) please note that your browser may uncompress these files without telling you. If the files you downloaded have a larger size than the above, they have been uncompressed by your browser. Simply rename them to remove the .gz extension. Some people have asked me "my application can't open your image files". These files are not in any standard image format. You have to write your own (very simple) program to read them. The file format is described at the bottom of this page. The original black and white (bilevel) images from NIS
Index of /exdb/mnist Index of /exdb/mnist Name Last modified Size Description Parent Directory - Apache/2.4.62 (Ubuntu) Server at yann.lecun.com Port 80
Explore this link on the map →related reading
- Dataset list - A list of the biggest machine learning datasetsdatasetlist.com
- GitHub - jacobhilton/deep_learning_curriculum: Language model alignment-focused deep learning curriculum · GitHubgithub.com
- GitHub - google-research/tuning_playbook: A playbook for systematically maximizing the performance of deep learning models. · GitHubgithub.com
- There's An AI For That® — The front page of AItheresanaiforthat.com
- ML Contestsmlcontests.com
- GitHub - ml5js/training-styletransfer: Style Transfer training and using the model in ml5js · GitHubgithub.com
- GitHub - labmlai/annotated_deep_learning_paper_implementations: 🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adagithub.com
- MakeAImakeai.org
- GitHub - mazabou/awesome-neurofm: A curated list of awesome neuro-foundation models · GitHubgithub.com
- GitHub - Masao-Taketani/FOTS_OCR: TensorFlow Implementation of FOTS, Fast Oriented Text Spotting with a Unified Network. · GitHubgithub.com
- Regularized by Score Matching (LeCun)papers.nips.cc
- pytorch-image-models/timm/models/vision_transformer.py at main · huggingface/pytorch-image-models · GitHubgithub.com