Artificial Intelligence - Machine Learning

Go To StackoverFlow.com

4

I'm just finishing my reading of the Artificial Intelligence a modern approach 3rd Ed. by Perter Norvig. I used this book mostly as an introduction, and to learn more about the general concept of AI. I'll soon start in a machine learning study group with one of my professors and I'd like to know if anyone knows some good books to learn more about Machine Learning (especially Neural Nets, but not just it).

2012-04-03 22:41
by Raphael Mitrious


5

Here's some extracts from the reading list of a course I finished recently:

 

Core Textbook

Machine Learning by Tom Mitchell, McGraw-Hill Press, 1997

 

Neural Networks

D. Chen and P. Burrell, 'Case-based reasoning system and artificial neural networks: A Review (pdf file)', in Neural Computing & Applications, vol. 10, no. 3, pp. 264-276, 2001 (Copyright 2001 Springer).

M.F. Valstar and M. Pantic, 'Biologically vs. logic inspired encoding of facial actions and emotions in video (pdf file)', in Proc. IEEE Int'l Conf. on Multimedia and Expo (ICME '06), Toronto, Canada, July 2006 (Copyright 2006 IEEE Press).

S. Petridis and M. Pantic, 'Audiovisual Discrimination between Laughter and Speech (pdf file)', in Proc. IEEE Int’l Conf. Acoustics, Speech and Signal Processing (ICASSP’08), pp. 5117-5120, Las Vegas, USA, April 2008 (Copyright © 2008 IEEE Press).

 

Excellent Books

Pattern Classification by R.O. Duda, P.E. Hart, and D.G. Stork, John Wiley Press, 2005.

Pattern Recognition and Machine Learning by Christopher Bishop, Springer, 2006

2012-04-03 23:33
by Richard Inglis


5

You may want to check out these free online courses:

2012-04-03 23:54
by Franck Dernoncourt


3

Elements of Statistical Learning

This book (there's a free PDF available in the link webpage) is an excellent and nearly exhaustive review of the field of machine learning. I know this sounds a bit presumptuous, but it's that good.

By the way, even though the book of Norvig and Russell is very good, it provides next to nothing on machine learning. So, the PDF will be a tough read if you are not sure of your math background.

2012-04-03 23:22
by Fezvez
Thanks I'll take a look at this book, I have a medium foundation on mathematics, I've taken some courses in uni. Well thanks I'll take a look at the PD - Raphael Mitrious 2012-04-03 23:27
Ads