Build your quiz
180 questions are available across nine learning areas.
Enter 0 for no timer.
Topics
Question formats
Formula sheet
Dense layer
z = Wa + b
z = Wa + b
Activation
a = g(z)
a = g(z)
Sigmoid
σ(z) = 1 / (1 + e−z)
σ(z) = 1 / (1 + e−z)
ReLU
ReLU(z) = max(0, z)
ReLU(z) = max(0, z)
Softmax
pi = ezᵢ / Σezⱼ
pi = ezᵢ / Σezⱼ
Dense parameters
nin × nout + nout
nin × nout + nout
Attempt history
Stored in this browserQuestion 1
Score: 0Time: 00:00
Flagged