data_mining:neural_network:perceptron

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
data_mining:neural_network:perceptron [2017/02/03 23:17] – [What perceptrons can't do] phreazerdata_mining:neural_network:perceptron [2017/02/03 23:21] (current) – [What perceptrons can't do] phreazer
Line 62: Line 62:
 Pos and neg cases can not be seperated by a plane => not linearly separable. Pos and neg cases can not be seperated by a plane => not linearly separable.
  
 +=== Discriminate patterns under translation with wrap-around ===
 +
 +Binary threshold neuron can't discriminate between different patterns that have same number of on pixels (if pattern can translate with wrap-around).
 +
 +Proof:
 +
 +Pattern A on all possible translations (4 on pixels). 
 +Total Input will be 4x sum of all the weights.
 +
 +Pattern B on all possible translations (4 on pixels)
 +Total Input will be 4x sum of all the weights.
 +
 +But every single case of pattern A must provide more import than all single cases of pattern B.
  
 Case: Case:
  • data_mining/neural_network/perceptron.1486160244.txt.gz
  • Last modified: 2017/02/03 23:17
  • by phreazer