Neural-Network-XOR-Training

Neural Network XOR Training

Inputs : X1 , X2 , B1(bias)
Output : Y
Activation Function : Sigmoid
Error Function : least mean square, LMS

X1 X2 B1 Y
0
0 1 0
0 1 1 1
1 0 1 1
1 1 1 0

Animated XOR training in Graphical Interface :

You can press F12 to switch to the light theme.