3

My main reference for machine learning and pattern recognition is Pattern Recognition and Machine Learning by Bishop. But I want a complementary reference to this which has more exercises and explains the mathematical stuff in more details, e.g. formulas and proofs.

Gigili
  • 503
  • 4
  • 14

3 Answers3

3

Another good book is: - Pattern Recognition by Theodoridis and Koutroumbas

It's about classifiers, features and clustering in the context of pattern recognition.

It contains all the mathematical stuff you want, and backs everything up with references to papers, books, etc. It has no exercises, so for that you need to look somewhere else.

Also see this StackOverflow question on the matter.

Geerten
  • 1,371
  • 1
  • 9
  • 17
1

Pattern Recognition by Theodoridis and Koutroumbas (Suggested above) has a companion Matlab book which has lot of Matlab exercises and goes along with the main text book. Check it out>> Introduction to Pattern Recognition: A Matlab Approach

Aniket
  • 11
  • 1
1

The most popular choices seem to be

Also noteworthy

Maurits
  • 752
  • 6
  • 11