Introduction to Image Classification with TensorFlow — Part 2

A beginner’s practical guide to Computer Vision in Python

Zolzaya Luvsandorj
Towards Data Science
10 min readOct 3, 2022

--

In the first part of the series, we built basic image classification models on MNIST dataset containing black and white images of handwritten digits. The data was readily available through TensorFlow. However, in practice, real life images are colourful and data is often not easily available like that. In this post, we will practice loading the image data ourselves and building models on colour images. We will also learn a little…

--

--