A perceptron computes:
Answer options
A
A nonlinear combination without weights
B
A weighted sum plus activation
C
Only biases
D
Only gradients
Correct answer: A weighted sum plus activation
Explanation
A perceptron computes a weighted sum of its inputs plus a bias, then passes the result through an activation function to produce an output.