Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 517 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 517 Bytes

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