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
data_mining:neural_network:perceptron [2017/02/03 23:19] – [What perceptrons can't do] phreazerdata_mining:neural_network:perceptron [2017/02/03 23:21] (current) – [What perceptrons can't do] phreazer
Line 66: Line 66:
 Binary threshold neuron can't discriminate between different patterns that have same number of on pixels (if pattern can translate 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.1486160340.txt.gz
  • Last modified: 2017/02/03 23:19
  • by phreazer