Skip to content
This repository was archived by the owner on Oct 22, 2022. It is now read-only.

Latest commit

 

History

History
2 lines (2 loc) · 294 Bytes

File metadata and controls

2 lines (2 loc) · 294 Bytes

perceptron-implementation

Perceptron implemented from scratch using python. A csv file consisting of some 2d points, some of them labelled 1 and others -1, is fed to the program and a hyperplane is plotted at the end, separating the two classes, demonstrating that the perceptron is working,