Hey pupil! Welcome to the next lecture on modern neural networks. I hope you are doing great. In the previous lecture, we saw the EffcientNet neural network, which is a convolutional Neural Network (CNN), and its properties. Today, we are talking about another CNN network called the capsule neural network, or CapsNets. These networks were introduced to provide the capsulation in CNNs to provide better functionalities.
In this article, we will start with the introduction of the capsule neural network. After that, we will compare these with the traditional convolutional neural networks and learn some basic applications of these networks. So, let’s start learning.
Introduction to Capsule Neural Networks
Capsule neural networks are a type of artificial neural network that was introduc ...