Computer Science, asked by TbiaSamishta, 10 months ago

A 4-input neuron has bias of 0 and weights 1, 2, 3 and 4. The transfer function is given by f(v)= max(O,v). The inputs are 4, 10, 5 and 20 respectively. The output will be A) 238 B) 119 C) 75 D) 121

Answers

Answered by Sidyandex
0

In the given question we are given the weights and the input and we can easily calculate the output.

Output = summation ( weight * input)

Output = 1 * 4 + 2 * 10 + 3 * 5 + 4 * 20 = 119

Thus the correct option is ( B ) 119.

Similar questions