Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 142 Bytes

File metadata and controls

4 lines (2 loc) · 142 Bytes

perceptron

The perceptron model is one of the simplest linear classifiers, and here it is implemented from scratch for learning purposes.