Predict Dress Clothes

Import Dataset

We will use 60,000 images to train the network and 10,000 photos to evaluate how accurately the network learned to classify the images. We can access Fashion MNIST directly from TensorFlow.

We import and upload Fashion MNIST data directly from TensorFlow:

The labels are a matrix of whole numbers, ranging from 0 to 9. These correspond to the kind of clothing that the image represents:

Data exploration

Data pre-processing

Prediction

External Picture

create new model and test it before training