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.