It is the simplest Multilayer Perceptron to solve XOR problem.
The architecture adopted to solve the XOR problem is shown below:
Found in:
- BEALE, Russell; JACKSON, Tom. Neural Computing-an introduction. CRC Press, 1990. (Chapter: 4, Page: 75).
- datetime
- matplotlib
- numpy
- tensorflow
- time
You can install missing dependencies with pip.
- Install the dependencies;
- Open terminal and run python Multilayer-Perceptron-XOR.py
- BEALE, Russell; JACKSON, Tom. Neural Computing-an introduction. CRC Press, 1990.
Code released under the MIT license.