Skip to content

Sweater-Baron/perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Perceptron

A Python implementation of a perceptron

Usage

python3 perceptron.py <training_data> <test_data> <max_training_iterations>

Data files should be in CSV format, with columns representing features, except for the last column, which should be the classification label. The first row of the CSV should contain column labels. Features must be decimal values. The classification labels must either be 0/1 or -1/1.

About

A Python implementation of a perceptron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages