Computer Science, asked by rajasthawal, 1 year ago

hat would be a correct option for weight W[W0,W1,W2],so that the following sigmoid unit will function as an AND gate?

Answers

Answered by Arslankincsem
0

The right choice is D) [-10, 9, 9]. Insights:


Taking alternative 'D' contribution to the sigmoid hub = −10 ∗ 1 + 9 ∗ x1 + 9 ∗ x2 = 9 x1 + 9 x2 −10.


Just for this situation yield equivalent to 1 if x1 and x2 both equivalent to 1.

Answered by topanswers
0

Sigmoid unit: The unit which determines the slope using an activation function and a threshold is referred to as a sigmoid unit.

For a sigmoid to function as an AND gate,

Condition:

The output should be equal to 1 if the inputs are equal to 1.

Solution:

Consider the weights to be [ -10, 9 , 9 ]

Then,

AND function,

−10 ∗ 1 + 9 ∗ x1 + 9 ∗ x2

9x1 + 9x2 − 10

If x1 and x2 are equal to 1, the output is also equal to 1.

Hence, [ -10, 9 , 9 ] is the answer.

Read more on Brainly.in - https://brainly.in/question/5991371

Similar questions