QuizIntermediate
Weighted Sum Computation
A neuron computes a weighted sum of inputs plus a bias before activation.
For inputs x1=2, x2=3 with weights w1=0.5, w2=1.0 and bias=1, what is the weighted sum before activation?
A neuron computes a weighted sum of inputs plus a bias before activation.
For inputs x1=2, x2=3 with weights w1=0.5, w2=1.0 and bias=1, what is the weighted sum before activation?