alexflint comments on The Featherless Biped - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (63)
This is also how linear classifiers in machine learning work, and many other statistical classifiers just replace "sum" with "something else" (support vector machines etc). On pattern recognition problems like "does this image contain a tree?" or "will this person return their loan?" they far outperform human-tuned decision trees, which classify by asking a series of yes/no questions. That's the nature of the complex sensory information we have to process, and it's not surprising that our brains work like that.