Difference between revisions of "Perceptron (P)"

From
Jump to: navigation, search
Line 1: Line 1:
 
[http://www.youtube.com/results?search_query=perceptron YouTube search...]
 
[http://www.youtube.com/results?search_query=perceptron YouTube search...]
  
 +
* [[AI Solver]]
 +
** [[...predict categories]]
 +
* [[Capabilities]]
 
* [http://www.asimovinstitute.org/author/fjodorvanveen/ Neural Network Zoo | Fjodor Van Veen]
 
* [http://www.asimovinstitute.org/author/fjodorvanveen/ Neural Network Zoo | Fjodor Van Veen]
 
* [http://en.wikipedia.org/wiki/Perceptron Wikipedia]
 
* [http://en.wikipedia.org/wiki/Perceptron Wikipedia]
 +
 +
___________________________________________________
  
 
A linear classifier (binary) helps to classify the given input data into two parts.  
 
A linear classifier (binary) helps to classify the given input data into two parts.  
Line 15: Line 20:
 
<youtube>OVHc-7GYRo4</youtube>
 
<youtube>OVHc-7GYRo4</youtube>
 
<youtube>kDHR7MjZyTQ</youtube>
 
<youtube>kDHR7MjZyTQ</youtube>
 +
 +
== Two-Class Averaged Perceptron ==
 +
[http://www.youtube.com/results?search_query=+Two+Class+Averaged+Perceptron+artificial+intelligence YouTube search...]
 +
 +
* [http://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/two-class-averaged-perceptron Two-Class Averaged Perceptron | Microsoft]
 +
 +
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."
 +
 +
<youtube>iVbBIAgTJ2M</youtube>

Revision as of 21:47, 2 June 2018

YouTube search...

___________________________________________________

A linear classifier (binary) helps to classify the given input data into two parts.

perceptron_schematic_overview.png pointsandline.png

Two-Class Averaged Perceptron

YouTube search...

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."