Computer vision — creating a classifier using convolutions, pooling and TensorFlow

How does a computer see an image and how to use that in classification

Eligijus Bujokas
Towards Data Science
8 min readMay 27, 2020

--

This article is intended to explain the intuition behind flattening, convolutions and pooling ideas and how to use these concepts in TensorFlow when creating an image classifier.

--

--