Course Content
Module 2 Deep Learning for Vision
This module takes learners from basic image operations to full-scale deep learning pipelines for vision tasks. The focus is on understanding how CNNs extract hierarchical features, how models learn spatial patterns, and how to train, optimize, and deploy real-world vision models. Students build modern architectures from scratch, implement training loops, and gain the skills required to handle classification, detection, and segmentation workflows.
0/7
Module 3 Image Classification & Transfer Learning
Transfer Learning: Why it works Fine-tuning vs Feature Extraction Using Pretrained Models (ResNet, EfficientNet) Improving real-world accuracy Project: Build a high-accuracy classifier using transfer learning
Module 4 Object Detection
Traditional Detectors (Haar, HOG + SVM) Deep Learning Detectors YOLO family SSD Faster R-CNN Bounding box loss functions NMS & anchor boxes Project: Train a YOLO object detector on a custom dataset
Module 5 Image Segmentation
Sematic vs Instance vs Panoptic segmentation U-Net Architecture Breakdown Mask R-CNN Practical tips for dataset annotation Project: Build a semantic segmentation model for medical or industrial images
COMPUTER VISION AI

Project

Build a Complete Classical Vision Pipeline

  • Load input images or video

  • Preprocess (normalize, resize, filter)

  • Detect features or edges

  • Extract ROIs

  • Output meaningful results (contours, matches, masks)

Deliverables

  • Code script or notebook

  • Before/after images

  • Short write-up explaining design choices