Skip to content

Simple perceptron implementation in python written using org-mode

License

Notifications You must be signed in to change notification settings

irfus/perceptron

Repository files navigation

LING 590 hw01

Implementation of a single cell perceptron as described in the hw requirements. See file:./perceptron.org for details and code.

train.py usage: python3 train.py <number of iterations> <learning-rate> <input-file.tsv>

test.py usage: python3 test.py <input-file.tsv> <W1\tW2\t...Wn>

About

Simple perceptron implementation in python written using org-mode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published