a 3-input neuron has weights 1, 4 and 3. the transfer function is linear with the constant of proportionality being equal to 3. the inputs are 4, 8 and 5 respectively. what will be the output?

a 3-input neuron has weights 1, 4 and 3. the transfer function is linear with the constant of proportionality being equal to 3. the inputs are 4, 8 and 5 respectively. what will be the output?

6 hours ago 2
Nature

To find the output of a 3-input neuron with weights 1,4,31,4,31,4,3, inputs 4,8,54,8,54,8,5, and a linear transfer function with a constant of proportionality 333, follow these steps:

  1. Calculate the weighted sum of inputs:

(1×4)+(4×8)+(3×5)=4+32+15=51(1\times 4)+(4\times 8)+(3\times 5)=4+32+15=51(1×4)+(4×8)+(3×5)=4+32+15=51

  1. Apply the linear transfer function by multiplying the weighted sum by the constant of proportionality:

Output=3×51=153\text{Output}=3\times 51=153Output=3×51=153

Therefore, the output of the neuron is 153

Read Entire Article