Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
data_mining:neural_network:perceptron [2017/02/03 22:19] – [What perceptrons can't do] phreazer | data_mining:neural_network:perceptron [2017/02/03 22: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: |