Neural Networks - Example - XNOR classification

Neural Networks - Example - XNOR classification

\(x_0\), \(x_1\) are binary {0, 1}
XNOR: true only both equals to 1 or both equals to 0

Tips: to negate a feature put a large negative weight

Resources:
https://www.coursera.org/learn/machine-learning/supplement/kivO9/examples-and-intuitions-i

Comments