Computer Science, asked by RITABRATA9583, 9 months ago

Find the weights using perceptron learning to implement andnot function ( bipolar inputs ).

Answers

Answered by Shinchanboy03
0

Answer:

Find the weights using the perceptron network for ANDNOT function when all inputs are presented one time. Use bipolar inputs and targets • Solution: The truth table for ANDNOT function is given as: • x1 x2 t • 1 1 -1 • 1 -1 1 • -1 1 -1 • -1 -1 -1 • Let the initial weights be zero and α = 1 and θ= 0.

Mark as brilliant answer plz

Answered by ItsSpiderman44
0

Answer:

Find the weights using the perceptron network for ANDNOT function when all inputs are presented one time. Use bipolar inputs and targets • Solution: The truth table for ANDNOT function is given as: • x1 x2 t • 1 1 -1 • 1 -1 1 • -1 1 -1 • -1 -1 -1 • Let the initial weights be zero and α = 1 and θ= 0.

Mark as brilliant answer

Similar questions