deep-learningvision
Convolutional neural networks
Convolutions, pooling, residual connections — the dominant architecture for image and signal processing.
Уровни глубины
L0Intro~1ч
Knows a CNN extracts spatial patterns via learnable filters; has seen LeNet or ResNet mentioned.
L1Basics~12ч
Implements a basic CNN in PyTorch for image classification; understands conv, pool, stride, padding.
L2Working~25ч
Fine-tunes ResNet/EfficientNet; applies transfer learning; builds detection heads on top of feature pyramids.
L3Advanced~40ч
Designs custom architectures; understands receptive field analysis, depthwise convolutions, attention in vision (ViT).
L4Research~80ч
Contributes to vision architecture research (e.g., efficient networks, multi-scale, self-supervised vision).
Ресурсы
L1 — Basics