Introduction to Computer Vision and Deep Learning
  • Introduction to Computer Vision
  • What is computer vision?
  • Overview of image processing and analysis.
Fundamentals of Image Processing
  • Fundamentals of Image Processing
  • Image Representation and Preprocessing
  • Understanding Image Resolution
  • Color Depth and Image Formats
Introduction to Neural Networks
  • General Idea about Neural Network
  • Mounting google drive on google colab
  • Exercise Training a Neural Network on colab
  • CNN-Components
Creating Your First Transfer learning model
  • Image labeling with image data generator
  • Creating Simple Model and train it first
  • Testing your model performance
  • Generating Confusion Matrix and saving the model
  • Coding Exercise: Train CNN model with your own images
  • Creating First Transfer-learning Program
Introduction to State of Art models
  • Module Intro
  • RESNET Intro
  • RESNET50
  • Training Residual Neural Network
  • Introduction to MobileNet
  • Training MobileNet
Model Explainability and feature-maps
  • Introduction to Feature-maps
  • Feature-map with shafley Exercise
Introduction to object detection with Yolo
  • Yolo Object detection Tutorial
  • training object detection model with own data
Object Detection with TensorFlow
  • TensorFlow object detection API setup
  • multiple object detection with TenserFlow
  • Cards Project : On student demand
Cv2 experiments
  • Eyes-Face-detector-cv2-python
  • Cv2-Live-video-Transformations
  • Cv2-Contoor-detection
Bonus Theory lectures and Exercises
  • Recap to Logistic Regression and binary cross entropy loss
  • Exercise: on Logistic Regression
  • Recap Multiclass Logistic Regression : Cross Entropy loss | SoftMax
  • Exercise : on Multiclass Logistics / SoftMax
bonus
  • Solving a neural network on paper
  • CNN Components
  • PCA - Principle component analysis