Skip to Content
Python Machine Learning by Example - Third Edition
book

Python Machine Learning by Example - Third Edition

by Yuxi (Hayden) Liu
October 2020
Beginner to intermediate
526 pages
12h 6m
English
Packt Publishing
Content preview from Python Machine Learning by Example - Third Edition

12

Categorizing Images of Clothing with Convolutional Neural Networks

The previous chapter wrapped up our coverage of the best practices for general and traditional machine learning. Starting from this chapter, we will dive into the more advanced topics of deep learning and reinforcement learning.

When we deal with image classification, we usually flatten the images and get vectors of pixels and feed them to a neural network (or another model). Although this might do the job, we lose critical spatial information. In this chapter, we will use Convolutional Neural Networks (CNNs) to extract rich and distinguishable representations from images. You will see how CNN representations make a "9" a "9", a "4" a "4", a cat a cat, or a dog a dog.

We will ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python Machine Learning By Example - Second Edition

Python Machine Learning By Example - Second Edition

Yuxi (Hayden) Liu

Publisher Resources

ISBN: 9781800209718Supplemental Content