CV Lab 02: Convolutions and Feature Maps

Explore convolutions and feature maps in CNNs.

What you'll do

  • Apply convolution filters to an image and view the result
  • Visualize feature maps from different layers
  • Connect filters and feature maps to what a CNN "sees"
Requirements: see requirements.txt in the Resources folder. Install with pip install -r requirements.txt after creating your virtual environment.
No bundled CSV download for this lab. Follow the notebook setup instructions.

Opening in Colab needs a free Google account — sign in to Google first.

← CV Lab 01: Image Transforms and Augmentation CV Lab 03: Model Comparison and Metrics →