CREATE
COMPUTE
ANALYZE
INSTRUCTIONS
GENERAL ARCHITECTURE
XOR TRUTH TABLE
X₁ X₂ X₁ ⊕ X₂
0 0
0 1
1 0
1 1
TERMINOLOGY

Xi : Input values i.e. X1 , X2 , ...... Xn

Wij : The values corresponding to weights i.e. W11 , W12 , ...... Wmn

Yi : Output Values i.e. Y1 , Y2 , ...... Yn

X1 ⊕ X2 : X1' . X2 + X1 . X2'

OBSERVATION TABLE FOR
S No X₁ X₂ X₁.X₂' Z₁ f(Z₁) ΔW₁₁ ΔW₁₂ W₁₁ W₁₂
CALCULATION

Row

W11 (new) =
+ α ( - ) *

W12 (new) =
+ α ( - ) *

Row

W12 (new) =
+ α ( - ) *

W22 (new) =
+ α ( - ) *

XOR ARCHITECTURE
E-XOR GATE TRUTH TABLE

EXOR GATE

GRAPH

MLP: Through this simulation, we will execute the XOR problem.

Watch the DEMO first to see how the experiment is performed.After that, click on the CREATE tab and run the experiment.