퀴즈 · 4 questions
🧩 Neuron, Layer, Forward Pass
Linear map 에서 output head 까지
Level 0Curious
0 XP0/73 lessons0/11 achievements
0/120 XP to next level120 XP to go0% complete
Quiz
01Why do you need a non-linear activation between every two linear layers?
02Which of these is the RIGHT default for the output of a multi-class classifier in PyTorch?
Hint
Read the docstring of CrossEntropyLoss — it tells you exactly what input it expects.
03What is the safest mental model for the relationship between width and depth?
04What is the shape of
nn.Linear(in_features=20, out_features=5)'s weight tensor in PyTorch's convention?Hint
Inspect
linear.weight.shape in a REPL and confirm.댓글 0
🔔 답글 알림 (로그인 필요)로그인 — 댓글을 남기려면 로그인해 주세요.
아직 댓글이 없어요. 첫 댓글을 남겨보세요.