Understanding Convolutional Neural Networks for Image Classification
Since 2015, convolutional neural networks (CNNs) have revolutionized the field of Deep Learning. They form the basis of multiple computer vision algorithms and can be used for various tasks including object detection, segmentation, image classification, and much more.
By the end of the session, you will be able to:
- Understand how convolutions actually work mathematically speaking.
- Get an introduction to TensorFlow.
- Understand how to build your own CNN model for image classification using TensorFlow