A simple perceptron for classification In machine learning, the perceptron is an algorithm for supervised learning of binary classifiers (functions that can decide whether an input, represented by a vector of numbers, belongs to some specific class or not).[1] It is a type of linear classifier, i.e. a classification algorithm that makes its predictions based on a linear predictor function combining a set of weights with the feature vector. The algorithm allows for online learning, in that it processes elements in the training set one at a time.
-
Notifications
You must be signed in to change notification settings - Fork 0
Devendra89/Perceptron
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simple perceptron for classification
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published