An open API service indexing awesome lists of open source software.

https://github.com/deutranium/explainability-in-cnns

Learning about feature maps for explainability in CNNs as a part of Computer Vision, Spring'23
https://github.com/deutranium/explainability-in-cnns

Last synced: 6 months ago
JSON representation

Learning about feature maps for explainability in CNNs as a part of Computer Vision, Spring'23

Awesome Lists containing this project

README

          

[![Generic badge](https://img.shields.io/badge/CV-Assignment:2-BLUE.svg)](https://shields.io/)
[![Generic badge](https://img.shields.io/badge/DUE-23:00hrs,25/02/2023-RED.svg)](https://shields.io/)

# Assignment-03

The goal of the assignment is to familiarize you to CNN.

Please raise doubts on the appropriate assignment thread on Moodle.

# Instructions

- Follow the directory structure as shown below:
```
├── src
├── Assignment03.ipynb
├── Assign03.pdf
└── README.md
```
- `src` will contain the Jupyter notebook(s) used for the assignment.
- Follow this directory structure for all following assignments in this course.
- **Make sure you run your Jupyter notebook before committing, to save all outputs.**