Practice free →
HomeClaudeaifoundationsalexnet_cnn_imagenet › The SGD update rule for AlexNet uses

The SGD update rule for AlexNet uses

ARMSprop with a decay rate of 0.99
BMomentum 0.9 plus weight decay 0.0005
CAdam optimiser with default beta values
DPlain SGD without any momentum term
Answer & Solution
Correct answer: B. Momentum 0.9 plus weight decay 0.0005
Update: v_(t+1) = 0.9·v_t − 0.0005·ε·w_t − ε·gradient. Momentum 0.9, weight decay 0.0005, learning rate ε divided by 10 when validation error plateaued.
Solve this in the app — Claude practice & 24k+ MCQs →
Related questions