Course Content
Recognizing Handwritten Digits
Index Distribution
How is the distribution of category records within the data matrix?
It's crucial to ascertain if the data entries linked to a specific category are randomly scattered across row indices or if they exhibit any form of clustering.
Task
Swipe to show code editor
Plot histograms for the distribution of indices for each digit (0-9) in the MNIST dataset. These histograms should be displayed on the individual subplots of the grid created.
Mark tasks as Completed
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 5