Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 185 Bytes

File metadata and controls

6 lines (3 loc) · 185 Bytes

Simple-Perceptron

It's a simple one layer Perceptron written in Javascript and using p5.js for the visualization. It can learn any linear function using the Widrow-Hoff algorithm.