Last updated: Feb 22, 2022

Hands-on CNN

The theory and implementation of various Convolution Neural Network techniques have been discussed. Learn about the various applications of CNNs, as well as their implementation and operation. Create intriguing models that can be used to solve real-world problems.
Applying CNN on MNIST Dataset
In this blog post, we'll learn about the MNIST Dataset and then apply CNN on the same and observe the results.
Gender Classification Using CNN
This blog uses a primary gender classification task to practically explain CNNs.