Question 1 of 2
The XOR (exclusive OR) gate presents a classic problem in neural network research because it cannot be solved by a single-layer perceptron. This is due to the non-linear separability of the XOR function. The XOR function takes two binary inputs (0 or 1) and outputs 1 if exactly one of the inputs is 1, and 0 otherwise
Tensor Data -> Shape: [1, 1] | Values: [[1]]
🧠 AI/ML Challenge
Build blocks, then run code to test your neural network