- #1
shivajikobardan
- 674
- 54
- Homework Statement
- perceptron xor gate
- Relevant Equations
- xor gate truth table
As you can see this is perceptron training rule. I want to learn how it can't implement xor. After 1 epoch/iteration, I get w1=0, w2=0,b=0. does this keeps on repeating? Anyone can implement this algorithm to code in python? Would be nice to see what happens in long run.