Skip to content

adnanmdd/Perceptron-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Perceptron Learning Algorithm — Overview

The Perceptron Learning Algorithm (PLA) is a simple supervised learning method used for binary classification. It works by finding a linear decision boundary (a line or hyperplane) that separates data points into two classes.

The perceptron learns by adjusting weights based on prediction errors:

  • If prediction is correct → no update
  • If prediction is incorrect → update weights

About

Implementing a perceptron algorithm from scratch for binary classification tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors