← 📊 Evaluation & ML FoundationsNEXT IN EVALUATION & ML FOUNDATIONSCV Architectures: ResNets, ViT, Detection→
Core
CNNs: Convolution, Pooling, Receptive Fields
Convolutional neural networks swap dense layers for small filters slid across an image, sharing weights so the same edge detector works everywhere. That buys parameter efficiency, translation equivariance, and a receptive field that widens with depth, which is the inductive bias making CNNs data-efficient for vision. AI, ML, and GenAI engineer interviews probe this to check that you understand why an architecture choice encodes assumptions about the data, not just how to call a library.
a free account unlocks the core curriculum tier · no card
RELATED CONCEPTS
PRACTICE THIS IN REAL QUESTIONS
Machine Learning & Data ScienceHow do CNNs work? Explain convolution, pooling, and the receptive field.→Coding & DSAImplement a 2D convolution (the forward pass) from scratch.→Machine Learning & Data ScienceHow does a Vision Transformer (ViT) work, and when does it beat a CNN?→LLM & GenAI FundamentalsHow do you turn token embeddings into a single sentence/document embedding (pooling)?→System Design for AI in ProductionDesign an audio denoising / speech enhancement system.→System Design for AI in ProductionDesign a system to retrieve similar scenes from a large video corpus given a query clip.→
COMPANIES THAT ASSUME THIS
