Question:medium

A 4-input neuron has weights 1, 2, 3, 4, respectively. The transfer function is linear with a constant of proportionality equal to 2. The inputs are 4, 10, 5, and 20, respectively. The output will be:

Show Hint

Multiply weights and inputs element-wise, sum them up, and apply the transfer function to calculate the output.
Updated On: Feb 11, 2026
  • 238
  • 76
  • 119
  • 123
Show Solution

The Correct Option is A

Solution and Explanation

The neuron's output is computed using the formula: Output = 2 × ∑(weighti × inputi). Applying the specific values yields: Output = 2 × ((1 × 4) + (2 × 10) + (3 × 5) + (4 × 20)). This simplifies to: Output = 2 × (4 + 20 + 15 + 80) = 2 × 119 = 238.
Was this answer helpful?
0


Questions Asked in CUET (PG) exam