/Multilayer-Perceptron

Multilayer Perceptron using Python to solve XOR problem

Primary LanguagePythonMIT LicenseMIT

Multilayer Perceptron

GitHub language count GitHub top language GitHub repo size GitHub

It is the simplest Multilayer Perceptron to solve XOR problem.

Overview

The architecture adopted to solve the XOR problem is shown below:

Multilayer Perceptron Example Image

Found in:

Dependencies

  • datetime
  • matplotlib
  • numpy
  • tensorflow
  • time

You can install missing dependencies with pip.

Usage

  1. Install the dependencies;
  2. Open terminal and run python Multilayer-Perceptron-XOR.py

Recommended Readings

License

Code released under the MIT license.