Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

If you are given a neural network having an XOR topology:
x1 [A]   weight(A,C)=1           weight(A,D)=1
                          [C]          weight (C,D)=-2                [D]
x2 [B]  weight(B,C)=1            weight(B,D)=1
                    T=1.5                                      T=0.5



Now XOR produces this truth table: T+T=F; T+F=T; F+T=T; F+F=F;

I am not allowed to change the network topology.
How should the weights and thresholds change to produce the negation of XOR? i.e T+T=T; T+F=F; F+T=F; F+F=T;

Do i just negate the weights and interchange the thresholds?
Posted
Updated 5-May-10 23:24pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900