Forward Propagation Quiz

Practice neural network forward passes, calculate layer outputs, inspect tensor shapes, debug mistakes, and build confidence through adaptive questions and detailed reports for mastery.

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
Activation
a = g(z)
Sigmoid
σ(z) = 1 / (1 + e−z)
ReLU
ReLU(z) = max(0, z)
Softmax
pi = ezᵢ / Σezⱼ
Dense parameters
nin × nout + nout

Attempt history

Stored in this browser
Question 1
Score: 0Time: 00:00
Flagged

            

Quiz report

Answer review

Related Calculators

Neural Network Parameter CalculatorActivation Function CalculatorReLU Function CalculatorTanh Function CalculatorNeural Network Weighted Sum CalculatorForward Propagation CalculatorBackpropagation Gradient CalculatorLearning Rate CalculatorEpoch and Iteration CalculatorDropout Calculator

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.