Skip to content

bloomer1/perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Contains Two files perceplearn.py and percepclassify.py.

  1. perceplearn.py is an multiclass perceptron

  2. percepclassify.py will classify one file given to its stdin as input and will write output to stdout

Running Scripts:

Run perceplearn.py like this: python3 perceplearn.py

Run percepclassify.py like this: python3 percepclassify.py <modelfile(created above)>(Hit Enter to take input from STDIN) testfile_to_classify.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages