Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 441 Bytes

NotesDay37_mlzoomcamp_10thweek_1.md

File metadata and controls

9 lines (5 loc) · 441 Bytes

NotesDay37 - Machine Learning Zoomcamp tenth week

8.1 Description og the problem: Fashion classification

This session is the first one in which the input data is not tabular, instead we will work with images. The project of this session is a clothing classifier, which distinguish among ten types of clothes, so this is a multi-class classification task.

8.2 TensorFlow and Keras

8.3 Pre-trained convolutional neural networks