The problem is to classify the fashion apparels into 10 different categories. The dataset consists of 60,000 28x28 grayscale images of 10 fashion categories, along with a test set of 10,000 images. The class labels are:
- Goggles
- Hat
- Jacket
- Shirt
- Shoes
- Shorts
- Trouser
- T-Shirt
- Wallet
- Watch
The solution is to build a Convolutional Neural Network (CNN) model to classify the fashion apparels into 10 different categories. The model is built using TensorFlow and Keras.