Activation Functions Quiz

Master activation functions through interactive questions, calculations, graphs, debugging scenarios, instant explanations, timed challenges, and detailed reports designed for every learner and goal today.

Performance report

Review scores, timing, topic strengths, and every response.

Answer review

Build your quiz

The bank contains 128 questions across formulas, calculations, graphs, scenarios, code, derivatives, and troubleshooting.

128 questions
Untimed

Question navigator

Blue: answered. Gold underline: flagged. Keyboard: 1–4 answer, ←/→ navigate, F flag.

Live stats

0Answered
0Correct
0Flagged

Activation graph lab

Compare curves, derivatives, saturation, and individual outputs.

Formula reference

Linear: f(x)=x
Sigmoid: f(x)=1/(1+e^(−x))
Tanh: f(x)=tanh(x)
ReLU: f(x)=max(0,x)
Leaky ReLU: f(x)=max(αx,x)
ELU: f(x)=x if x>0, otherwise α(e^x−1)
GELU: f(x)=xΦ(x)
Swish/SiLU: f(x)=x·sigmoid(x)
Softplus: f(x)=ln(1+e^x)
Mish: f(x)=x·tanh(softplus(x))
Softmax: pᵢ=e^(zᵢ)/Σe^(zⱼ)

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.