Question:

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: Dec 29, 2024
  • 238
  • 76
  • 119
  • 123
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The output of the neuron is calculated as: Output = 2 × ∑(weighti × inputi). Substitute the values: Output = 2 × ((1 × 4) + (2 × 10) + (3 × 5) + (4 × 20)). Output = 2 × (4 + 20 + 15 + 80) = 2 × 119 = 238.
Was this answer helpful?
0
0

Questions Asked in CUET PG exam

View More Questions