M-Adil-AS / Perceptron-Learning

Binary Linear Classifier - AI Supervised Algorithm

Home Page:https://m-adil-as.github.io/Perceptron-Learning/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Perceptron-Learning

Binary Linear Classifier - AI Supervised Algorithm

Assign a weight to each input dimension. Go through the data points multiple times and adjust the weights value by considering the difference between actual value and estimate value (hypothesis function). We constantly try to figure out whether we need to shift a weight value in order to better create some weight vector that is more accurately able to try to estimate what the output should be.

Demo Link: https://m-adil-as.github.io/Perceptron-Learning/

Untitled design (35)

let slope = -wxwy let constant = -wowy

Untitled design (36)

About

Binary Linear Classifier - AI Supervised Algorithm

https://m-adil-as.github.io/Perceptron-Learning/


Languages

Language:JavaScript 93.1%Language:HTML 4.8%Language:CSS 2.1%