Computer Science, asked by jayachitraece, 1 year ago

Which of the following functions a perceptron cannot handle?
XOR
OR
AND
NAND

Answers

Answered by Anonymous
1

Explanation:

In machine learning, the perceptron is an algorithm for supervised learning of binary classifiers. A binary classifier is a function which can decide whether or not an input

Answered by orangesquirrel
2

Answer:

NAND is that function which a perceptron cannot handle. NAND is a logic gate which produces an output which is false when all the outputs are true.

The symbol for the NAND gate is an inversion bubble. NAND is used in burglar alarm, in push-button lock and in the thermostat.

Perceptron is an algorithm which is used in machine learning. It is represented by vectors of numbers and AND, OR and XOR are used widely.

Similar questions