Session Ready
Exercise

Exploring fashion MNIST

The Fashion MNIST dataset contains grayscale images of 10 clothing categories. The first thing to do when you are analyzing a new dataset is to perform an exploratory data analysis in order to understand the data.

A sample of the fashion MNIST dataset fashion_mnist, with only 500 records, is pre-loaded for you.

Instructions
100 XP
  • Show the dimension of the fashion_mnist dataset.
  • Get the summary statistics of the last five columns.
  • Create a table() of the label distribution from fashion_mnist.