Introduction to the Basics of CNNs

Learn about the basics of CNNs.

We'll cover the following...

Chapter review

Image classification is one of the main tasks in the computer vision field. Most image classification architectures consist of convolutional layers besides fully connected ones. Therefore, it is essential to understand the logic behind convolution, how to apply it, and what to ...