Difference between revisions of "Perceptron (P)"
m |
m |
||
| Line 17: | Line 17: | ||
[http://www.google.com/search?q=perceptron+deep+machine+learning+ML+artificial+intelligence ...Google search] | [http://www.google.com/search?q=perceptron+deep+machine+learning+ML+artificial+intelligence ...Google search] | ||
| − | * [[AI Solver]] | + | * [[AI Solver]] ... [[Algorithms]] ... [[Algorithm Administration|Administration]] ... [[Model Search]] ... [[Discriminative vs. Generative]] ... [[Optimizer]] ... [[Train, Validate, and Test]] |
** [[...predict categories]] | ** [[...predict categories]] | ||
| − | * [[Neural Network]] | + | * [[What is Artificial Intelligence (AI)? | Artificial Intelligence (AI)]] ... [[Machine Learning (ML)]] ... [[Deep Learning]] ... [[Neural Network]] ... [[Reinforcement Learning (RL)|Reinforcement]] ... [[Learning Techniques]] |
** [[Neural Network#Neural Network History|Neural Network History]] | ** [[Neural Network#Neural Network History|Neural Network History]] | ||
* [http://www.asimovinstitute.org/author/fjodorvanveen/ Neural Network Zoo | Fjodor Van Veen] | * [http://www.asimovinstitute.org/author/fjodorvanveen/ Neural Network Zoo | Fjodor Van Veen] | ||
Revision as of 22:09, 11 July 2023
YouTube search... ...Google search
- AI Solver ... Algorithms ... Administration ... Model Search ... Discriminative vs. Generative ... Optimizer ... Train, Validate, and Test
- Artificial Intelligence (AI) ... Machine Learning (ML) ... Deep Learning ... Neural Network ... Reinforcement ... Learning Techniques
- Neural Network Zoo | Fjodor Van Veen
- Wikipedia
___________________________________________________
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."