Could you advise me a book on the "machine learning"? I look for a book covering all aspects of the discipline. They are many books so that the choise is difficult.
Hi, although I am not an expert, but I can recommand some books that I have read.
1
Pattern recognition and machinel learning, http://book.douban.com/subject/2061116/
it is a detailed book, but there existing some formula may be difficult to people who don't have some much mathmatic background.
2
Statistical Pattern Recognition
It is a handbook for statistical learner, our teacher used it as our textbook.
3
Graphical Models, Exponential Families, and Variational Inference
As an excellent part of machine learning, graphical model is very interesting. I am now reading it.
4
some book about R
an introduction to statistical learning.
http://vdisk.weibo.com/s/yVFSlzgEVtvZ6(you can download from here)
bayssian networkin R
grahpical model in R
these books above are brief in formula and calculate, but it teach the reader how to use software R to solve the problems, putting the theory into practice quickly.
Hey, beyond the recent answers and especially the hint to Bishop's "Pattern Recognitin and Machine Learning" and Ng's lectures, I'd like to add Haykin's "Neural Networks and Learning Machines" as well as Murphey's "Machine Learning: A Probabilistic Perspective". There is also a new deep learning textbook in preparation by Bengio (http://www.iro.umontreal.ca/~bengioy/dlbook/)