+1 vote
in Artificial Intelligence by
A 4-input neuron has weights 1, 2, 3 and 4. The transfer function is linear with the constant of proportionality being equal to 2. The inputs are 4, 10, 5 and 20 respectively. What will be the output?

(a) 238

(b) 76

(c) 119

(d) 123

I have been asked this question at a job interview.

I'd like to ask this question from Neural Networks in portion Learning of Artificial Intelligence

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
Correct choice is (a) 238

The explanation: The output is found by multiplying the weights with their respective inputs, summing the results and multiplying with the transfer function. Therefore:

Output = 2 * (1*4 + 2*10 + 3*5 + 4*20) = 238.

Related questions

0 votes
asked May 21, 2019 in Mathematics by sheetalkhandelwal
0 votes
asked Oct 20, 2021 in Artificial Intelligence by DavidAnderson
...