Experiment - Feature map visualization
Problem:You have trained a convolutional neural network (CNN) on image data. You want to understand what features the network learns by visualizing the feature maps (outputs of convolutional layers) for a sample input image.
Current Metrics:Model trains with 85% accuracy on training data and 80% on validation data. No visualization of feature maps has been done yet.
Issue:Without visualizing feature maps, it is hard to interpret what the CNN focuses on in the images. This limits understanding and debugging of the model.
