Mastering Pattern Recognition to Intuitive Learning

AI Thread Summary
The discussion centers around the challenges of learning pattern recognition from the book "Pattern Classification" by Duda et al., which is noted for its density and abstract concepts. Participants recommend alternative resources that provide more intuitive explanations, including Bishop's book, "Pattern Recognition and Machine Learning," which is praised for its clarity and has accompanying MATLAB code available on GitHub. Other suggested readings include "Pattern Recognition and Neural Networks" by Ripley and "Elements of Statistical Learning" by Hastie et al., both of which are considered more accessible. The conversation also touches on the inherent complexity of pattern recognition as a skill, highlighting the evolutionary adaptations that enable humans to excel in this area compared to other species.
Avatrin
Messages
242
Reaction score
6
I am currently trying to learn pattern recognition from Pattern Classification by Duda et al. However, this books is a bit too dense for me. I keep hitting walls while trying to read the books (I understand most of the reasoning, but it just becomes too much and too abstract).

Can anybody recommend a book that eases you in more? Or, gives more intuitive explanations of the results? I am trying to get through the first five chapters of the second edition of the book.
 
Computer science news on Phys.org
I would stand by jedishrfu's recommendation of Bishop's book.

Here are some additional suggestions:

Pattern Recognition and Neural Networks, by Ripley

https://www.amazon.com/dp/0521460867/?tag=pfamazon01-20

Elements of Statistical Learning, by Hastie et al.

https://www.amazon.com/dp/0387848576/?tag=pfamazon01-20

(the R functions and the additional resources for the above link can be found in the link below)

http://statweb.stanford.edu/~tibs/ElemStatLearn/index.html
 
Last edited by a moderator:
  • Like
Likes Avatrin
So, I gather you have mastered 'wall' pattern recognition ; Seriously, though, pattern recognition is a complex skill that humans master rather easily. Even birds do not seem to 'recognize' images in the clouds much less those of: dragons, angels,ships, or faces of their fledgeling friends. It took millenia of adaptations for us to acquire the algorithms and memory cross wiring to facilitate this ability, endowing each individual with unique pattern recognition skills. Programmers faces an enormous challenge in writing the alogithms and reference libraries necessary to replicate this ability.
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...

Similar threads

Back
Top