DistillPrep
PythonGenAIGenAI FrameworksNLPDeep LearningMachine LearningML LibrariesStatisticsSQLMLOpsCloudSystem Design
Blog
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
easyForward Propagation
A network has input shape (batch_size=32, features=128), first layer weight matrix W₁ of shape (128, 64), and bias b₁ of shape (64,). An engineer writes the forward pass as: h = x @ W₁ + b₁. What is the shape of h and how does the bias broadcasting work?
Progress0%
0 of 240 concepts cleared
Accuracy
0%
Solved
0

Question Index

Interview Tips

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