Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 351 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 351 Bytes

Simple Neural Network

A simple neural network to distinguish crosses from circles given a 3x3 grid.

How to run

First install the required packages

pip install -r requirements.txt

Run the Neural Network with:

python main.py

Created by

This project is created by:

  • Niek van Leeuwen
  • Jordy van Essen
  • Tim de Jong