DistillPrep

Master AI/ML interviews through practical reasoning.

Platform

AboutContactPricingSupportBlogFAQHelp Desk

Legal

Privacy PolicyTerms & ConditionsRefund Policy

© 2026 DistillPrep. All rights reserved.

Built for AI engineers and interview preparation.

DistillPrep
PythonGenAIGenAI FrameworksNLPDeep LearningMachine LearningML LibrariesStatisticsSQLMLOpsCloudSystem Design
PricingBlog
D

Deep Learning

Curriculum Engine

Knowledge Tracks

Mastery Insight

"Focus on topics where you've failed edge-case questions. MAANG interviewers look for conceptual depth, not speed."

Live Engine
Select Topic
hardWeight Initialization
You train a deep residual network with 110 layers. Using standard Kaiming init for all conv layers, you observe that at initialization, the forward pass variance explodes: the output feature map has values 10^15× larger than the input after 110 layers. Despite having skip connections, the residual path accumulates variance. What initialization fix specifically addresses deep residual networks, and how does "zero-init of the last BN's γ" solve the variance explosion?
Progress0%
0 of 120 concepts cleared
Accuracy
0%
Solved
0

Question Index

Interview Tips

  • 1.Concepts over memorization.
  • 2.Identify trade-offs in every solution.