In the previous section, we built a model that learns to classify gender from images with an accuracy of 89%. However, as of now, it is a black box for us in terms of what the filters are learning.
In this section, we will learn how to extract what the various filters in a model are learning. Additionally, we will contrast the scenario of what the filters in the initial layers are learning with what the features in the last few layers are learning.