Skip to content

Flow-Glow/Perceptron-and-Logistic-regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Perceptron

What is Perceptron

The Perceptron is a machine learning algorithm used for binary classification. The algorithm is based on a linear model where the input is transformed into a linear combination of the weights and bias. If the linear combination is greater than a threshold, the perceptron outputs a 1, otherwise it outputs a 0. The perceptron is trained using a training set of data where the correct output is known. The weights and bias are updated after each training example is presented until the perceptron converges on a solution.


How does Perceptron works

picture alt


Perceptron in action

2D:

picture alt


Sources :

  1. simplilearn
  2. Wikipedia

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages