Simple neural network for solution this task
- Clone or download this repository
- Create virtual environment in repository:
python3 -m venv venv - Activate virtual environment:
source venv/bin/activate - Install requirements:
python3 -m pip install -r requirements.txt - Run from the terminal as:
./neural_network.py