An open API service indexing awesome lists of open source software.

https://github.com/kaustubholpadkar/perceptron_with_margin

Simulation of Perceptron Algorithm using P5.JS
https://github.com/kaustubholpadkar/perceptron_with_margin

classification-algorithm deep-learning interactive-visualizations javascript machine-learning neural-networks p5-sketches p5js perceptron perceptron-learning-algorithm simulation supervised-learning

Last synced: 3 months ago
JSON representation

Simulation of Perceptron Algorithm using P5.JS

Awesome Lists containing this project

README

        

# Perceptron_with_Margin
Simulation of Perceptron Algorithm using P5.JS

## Overview
I have created the simulation of Perceptron algorithm for Binary Classification using P5.JS graphics library.




User can insert the data-points belonging to two classes as well as change the **Learning Rate** and **Threshold or Margin** on canvas at runtime using Sliders and simulate how the Linear Separater converges to classify the given data.




sketch.js contains the core logic for the simulation.