Computer Science, asked by ssatyashivani, 4 months ago

Implement OR function with binary inputs and bipolar target using perceptron training algorithm upto 3 epochs.

Answers

Answered by mdasad06
2

Answer:

ImplementImplement OR function with binary inputs and bipolar target using perceptron training algorithm upto 3 epochs.

Judy civvy gifu do

Explanation:

Buck Higginbotham

Answered by aryanagarwal466
0

Answer:

If inputs are 0 and 0, the result is 0.

If inputs are 0 and 1, the result is 0.

If inputs are 1 and 0, the result is 0.

If inputs are 1 and 1, the result is 1.

Explanation:

The OR function returns TRUE if any of its arguments evaluate to TRUE.

It returns FALSE if all of its arguments evaluate to FALSE.

Binary is a number system based only on the numerals 0 and 1.

According to the definition of binary function,

If inputs are 0 and 0, the result is 0.

If inputs are 0 and 1, the result is 0.

If inputs are 1 and 0, the result is 0.

If inputs are 1 and 1, the result is 1.

#SPJ2

Similar questions