← Review lesson

Quiz dossier / Deep Learning Book

04 - Numerical Computation

Advanced mastery of Chapter 4, Numerical Computation, covering every named section across book pages 80-97.

11 questionsEstimated 60 min0 flagged

Session status

0%

Draft

Answered
0/11
Score
0/32

Question 1

3 point(s)

Stabilize a softmax

To compute softmax(x)i=exp(xi)/jexp(xj)softmax(x)_i=\exp(x_i)/\sum_j\exp(x_j) without overflow, which transformation preserves the result?