Page 1 of 1

Let xi ∈ {−1, 1}, i = 1, 2, 3, 4, where 1 denotes “true” and −1 denotes “false”. Construct a neural network with one hid

Posted: Mon Jul 11, 2022 9:54 am
by answerhappygod
Let xi ∈ {−1, 1}, i = 1, 2, 3, 4, where 1 denotes “true” and −1denotes “false”. Construct a neural network with one hidden layerand the sign activation function sign(x) = {1 if x > 0, −1 if x< 0} that implements the logical expression
(x1 ∨ x2) ∧ ¬(x3 ∨ x4).