Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages