Difference between revisions of "Perceptron (P)"
m |
m |
||
| Line 10: | Line 10: | ||
* [[AI Solver]] | * [[AI Solver]] | ||
** [[...predict categories]] | ** [[...predict categories]] | ||
| − | |||
* [[Neural Network]] | * [[Neural Network]] | ||
** [[Neural Network#Neural Network History|Neural Network History]] | ** [[Neural Network#Neural Network History|Neural Network History]] | ||
Revision as of 14:15, 2 July 2023
YouTube search... ...Google search
___________________________________________________
A linear classifier (binary) helps to classify the given input data into two parts.
Two-Class Averaged Perceptron
The averaged perceptron method is an early and very simple version of a neural network. In this approach, inputs are classified into several possible outputs based on a linear function, and then combined with a set of weights that are derived from the feature vector—hence the name "perceptron."