Questions: Neural Network Fundamentals

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

What is the primary role of an activation function in a neural network neuron?

ATo normalize the weighted sum so it always falls between 0 and 1
BTo introduce non-linearity, allowing the network to learn non-linear relationships
CTo initialize the weights before training begins
DTo compute the gradient during backpropagation
Question 2 True / False

A deep neural network with many layers but mainly linear activation functions can approximate any continuous function, given enough neurons.

TTrue
FFalse
Question 3 Short Answer

In a single neuron, what computation is performed before the activation function is applied?

Think about your answer, then reveal below.