Go to file
2021-05-04 09:43:08 +01:00
.gitignore Ignore __pycache__ directory 2017-02-10 13:22:34 +00:00
Data.py Create Data class 2017-02-10 12:11:46 +00:00
Dataset.py Create Dataset class 2017-02-10 12:23:22 +00:00
Input.py Fix print method, generate output 2017-02-09 19:05:32 +00:00
input.txt Add input and target data examples 2017-02-22 11:29:33 +00:00
LICENSE Initial commit 2017-02-08 22:59:52 +00:00
Main.py Remove graphics 2017-03-08 16:52:50 +00:00
Perceptron.py Fix input method 2017-02-10 15:31:47 +00:00
README.md Create readme before archiving repo 2021-05-04 09:43:08 +01:00
target.txt Add input and target data examples 2017-02-22 11:29:33 +00:00

perceptron

  • Simple perceptron implementation
  • Archived project written for a section of 3rd year undergraduate computer science coursework