Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 2.13 KB

01-fashion-classification.md

File metadata and controls

53 lines (37 loc) · 2.13 KB

8.1 Fashion classification

Slides

If you have problems cloning the repository with the data, use a different command for cloning:

git clone https://github.com/alexeygrigorev/clothing-dataset-small.git

In this session, we'll be working with multiclass image classification with deep learning. The deep learning frameworks like TensorFlow and Keras will be implemented on clothing dataset to classify images of t-shirts.

The dataset has 5000 images of 20 different classes, however, we'll be using the subset which contains 10 of the most popular classes. The dataset can be downloaded from the above link.

Useful links:

Notes

Add notes from the video (PRs are welcome)

⚠️ The notes are written by the community.
If you see an error here, please create a PR with a fix.

Navigation