A convolutional neural network (CNN) is a feed-forward neural network that is generally used to analyze visual images by processing data with grid-like topology. Everyone learns CNN & sequential modeling but is lagging with mathematical intuition behind the algorithm & essential concepts like channels, kernels & filters which are backbones of Deep Learning.
As you progress in this course, you are going to learn how Convolutional Neural Network (CNN) works & mathematics behind different algorithm like CNN & LSTM. Building a model is not the only motive but also to observe how well the model is performing & you will know how activation functions work & why it is important for networks, with practical implementation from scratch.
By the end of the course, you are going to master the sequential modeling behind Deep Learning. Instead of learning different models, you are going to master the in-depth mathematical intuition while implementing different algorithms.