/XORProblem

Simple neural network for solution this task

Primary LanguagePython

XOR Problem

Simple neural network for solution this task

You can download my presentation here

Link

How to run?

  1. Clone or download this repository
  2. Create virtual environment in repository: python3 -m venv venv
  3. Activate virtual environment: source venv/bin/activate
  4. Install requirements: python3 -m pip install -r requirements.txt
  5. Run from the terminal as: ./neural_network.py