Skip to content

whoisraibolt/Multilayer-Perceptron

Repository files navigation

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.

About

Multilayer Perceptron using Python to solve XOR problem

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages