Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.56 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.56 KB

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.