Skip to content

deepweaver/Perceptron

Repository files navigation

how to run perceptron?

requirement: numpy

  1. pip install numpy
  2. goto current directory
  3. python ./perceptron.py (doesn't matter python2 or python3, I wrote the code compatable with both)

How to run perceptron with built in libraries?

  1. pip install pytorch ( or follow the instruction in pytorch.org)
  2. goto current directory
  3. python ./perceptron_torch.py

All the results are available in file 'result.txt'

About

implementation of original (1 layer) perceptron network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages