Skip to content

Instantly share code, notes, and snippets.

@metacritical
Created February 8, 2025 17:22
Show Gist options
  • Save metacritical/4d2e1861d001be13c17b3b182de48bc4 to your computer and use it in GitHub Desktop.
Save metacritical/4d2e1861d001be13c17b3b182de48bc4 to your computer and use it in GitHub Desktop.

Revisions

  1. metacritical created this gist Feb 8, 2025.
    68 changes: 68 additions & 0 deletions 54_Days_CV.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,68 @@
    # Computer Vision and Deep Learning Topics by Difficulty Level

    ## Easy
    - [ ] FCN (Fully Convolutional Networks)
    - [ ] UNet: Standard architecture for biomedical image segmentation
    - [ ] YOLO Series: Real-time object detection family
    - [ ] CAM (Class Activation Mapping)
    - [ ] VGGNet
    - [ ] SqueezeNet: Lightweight architecture
    - [ ] EfficientNet: Scaling networks efficiently
    - [ ] ResNet: Residual Networks fundamentals
    - [ ] SSD (Single Shot Detector)
    - [ ] Basic Attention Mechanisms
    - [ ] Group Normalization
    - [ ] Transfer Learning Basics

    ## Medium
    - [ ] Vision Transformer (ViT)
    - [ ] DETR (Detection Transformer)
    - [ ] RetinaNet
    - [ ] Mask R-CNN
    - [ ] FPN (Feature Pyramid Networks)
    - [ ] Yolov5 and Advanced YOLO variants
    - [ ] DeiT (Data-efficient image Transformer)
    - [ ] Graph Convolutional Networks
    - [ ] CenterNet
    - [ ] RepVGG
    - [ ] EfficientDet
    - [ ] Focal Loss and Advanced Loss Functions
    - [ ] Grad-CAM
    - [ ] DeepLab Series
    - [ ] Attention Mechanisms in Vision

    ## Intermediate
    - [ ] StyleGAN Series
    - [ ] Swin Transformer
    - [ ] CLIP (Contrastive Language-Image Pre-training)
    - [ ] NeRF (Neural Radiance Fields)
    - [ ] Advanced Transformer Architectures
    - [ ] Graph Attention Networks
    - [ ] Panoptic Segmentation
    - [ ] Self-Attention and Multi-Head Attention
    - [ ] Advanced Object Detection
    - [ ] Instance Segmentation
    - [ ] Few-Shot Learning
    - [ ] Self-Supervised Learning
    - [ ] Metric Learning

    ## Hard
    - [ ] Neural Architecture Search
    - [ ] Advanced GAN Architectures
    - [ ] Multi-Modal Learning
    - [ ] 3D Vision Transformers
    - [ ] Advanced NeRF Variants
    - [ ] Graph Neural Networks Theory
    - [ ] Meta-Learning
    - [ ] Self-Supervised Representation Learning
    - [ ] Advanced Optimization Techniques
    - [ ] Vision-Language Models
    - [ ] Quantum Computer Vision
    - [ ] Neural ODEs
    - [ ] Advanced Generative Models
    - [ ] Theoretical Deep Learning

    Note: Topics are categorized based on prerequisite knowledge, mathematical complexity,
    and implementation difficulty. Individual topics may span multiple difficulty levels
    depending on depth of study. To mark a topic first foork this list and the mark them
    as completed, replace "[ ]" with "[x]" in the markdown.