or
Sign in to turn on 1-Click ordering.
Trade in Yours
For a £4.05 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Sorry, this item is not available in
Image not available for
Colour:
Image not available

 

Machine Learning: An Algorithmic Perspective (Chapman & Hall/CRC Machine Learning & Pattern Recognition) [Hardcover]

Stephen Marsland
3.7 out of 5 stars  See all reviews (3 customer reviews)
RRP: £48.99
Price: £43.11 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £5.88 (12%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 2 left in stock (more on the way).
Dispatched from and sold by Amazon. Gift-wrap available.
Want delivery by Friday, 24 May? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £32.33  
Hardcover £43.11  
Trade In this Item for up to £4.05
Trade in Machine Learning: An Algorithmic Perspective (Chapman & Hall/CRC Machine Learning & Pattern Recognition) for an Amazon.co.uk gift card of up to £4.05, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Learn more

Book Description

8 April 2009 1420067184 978-1420067187 1

Traditional books on machine learning can be divided into two groups — those aimed at advanced undergraduates or early postgraduates with reasonable mathematical knowledge and those that are primers on how to code algorithms. The field is ready for a text that not only demonstrates how to use the algorithms that make up machine learning methods, but also provides the background needed to understand how and why these algorithms work. Machine Learning: An Algorithmic Perspective is that text.

Theory Backed up by Practical Examples

The book covers neural networks, graphical models, reinforcement learning, evolutionary algorithms, dimensionality reduction methods, and the important area of optimization. It treads the fine line between adequate academic rigor and overwhelming students with equations and mathematical concepts. The author addresses the topics in a practical way while providing complete information and references where other expositions can be found. He includes examples based on widely available datasets and practical and theoretical problems to test understanding and application of the material. The book describes algorithms with code examples backed up by a website that provides working implementations in Python. The author uses data from a variety of applications to demonstrate the methods and includes practical problems for students to solve.

Highlights a Range of Disciplines and Applications

Drawing from computer science, statistics, mathematics, and engineering, the multidisciplinary nature of machine learning is underscored by its applicability to areas ranging from finance to biology and medicine to physics and chemistry. Written in an easily accessible style, this book bridges the gaps between disciplines, providing the ideal blend of theory and practical, applicable knowledge.


Frequently Bought Together

Machine Learning: An Algorithmic Perspective (Chapman & Hall/CRC Machine Learning & Pattern Recognition) + Introduction to Machine Learning (Adaptive Computation and Machine Learning) (Adaptive Computation and Machine Learning Series) + Pattern Recognition and Machine Learning (Information Science and Statistics)
Price For All Three: £131.38

Buy the selected items together


Product details

  • Hardcover: 406 pages
  • Publisher: Chapman and Hall/CRC; 1 edition (8 April 2009)
  • Language: English
  • ISBN-10: 1420067184
  • ISBN-13: 978-1420067187
  • Product Dimensions: 15.6 x 2.3 x 23.5 cm
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (3 customer reviews)
  • Amazon Bestsellers Rank: 364,745 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Discover books, learn about writers, and more.

Product Description

Review

… liberally illustrated with many programming examples, using Python. It includes a basic primer on Python and has an accompanying website.
It has excellent breadth, and is comprehensive in terms of the topics it covers, both in terms of methods and in terms of concepts and theory. …
I think the author has succeeded in his aim: the book provides an accessible introduction to machine learning. It would be excellent as a first exposure to the subject, and would put the various ideas in context …
This book also includes the first occurrence I have seen in print of a reference to a zettabyte of data (1021 bytes) — a reference to "all the world’s computers" being estimated to contain almost a zettabyte by 2010.
—David J. Hand, International Statistical Review (2010), 78

If you are interested in learning enough AI to understand the sort of new techniques being introduced into Web 2 applications, then this is a good place to start. … it covers the subject matter of many an introductory course on AI and it has references to the source material and further reading but it is written in a fairly casual style. Overall it works and much of the mathematics is explained in ways that make it fairly clear what is going on … . This is a suitable introduction to AI if you are studying the subject on your own and it would make a good course text for an introduction and overview of AI.
—I-Programmer, November 2009

About the Author

Massey University, Palmerston North, New Zealand

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

4 star
0
2 star
0
1 star
0
3.7 out of 5 stars
3.7 out of 5 stars
Most Helpful Customer Reviews
3.0 out of 5 stars Too short for the number of topics covered 22 Mar 2012
Format:Hardcover
This is a very short book which attempts to cover a large range of topics from machine learning which includes techniques from computational intelligence, AI, statistics and probability.

I think the only audience this book would be useful for is someone completely new to the field who wants a (sometimes VERY) brief taste of what each of the areas are in order to select which areas to study in more detail, the further reading at the end of each chapter are quite good to direct the interested reader to where they can learn about the topics from the chapter. If you have any knowledge of the field or already know a particular area you want to read more about it may be worth getting a more specific text.

For anyone who wants to learn about the subject in order to apply these techniques, this book is too brief and it would be worth looking elsewhere, 'Pattern Recognition and Machine Learning' (Bishop) may be a better buy if you're serious about studying Machine Learning including the statistics and probability theory which can be applied to it. If you want to learn about Neural Networks, Reinforcement Learning or Evolutionary Algorithms they are better handled by texts aimed specifically at these topics (Neural Networks and Learning Machines (Haykin), Reinforcement Learning: An Introduction (Sutton and Barto) [also available on-line on Sutton's website], Introduction to Evolutionary Computing (Eiben) respectively).
Comment | 
Was this review helpful to you?
3 of 5 people found the following review helpful
3.0 out of 5 stars algorithmic perspective 8 Oct 2010
By Ioana
Format:Hardcover
i suppose many of people who check this book here notice the difference between the name of the book in the picture: machine learning - an algorithmic perspective and the given name of the book - introduction to machine learning. I took the risk and bought it, and it is the book in the imagine: machine learning - an algorithmic perspective.
it's a good book if you want to implement those algorithms yourself, but I needed other books too to really understand the topics on machine learning.
I only gave it 3 stars because, if you're not in front of your computer implementing the algorithms then the reading flow is always interrupted by coding parts.
Anyway, if what you're interested in is the way to write code for the techniques, then I suppose it's not a bad book...
Comment | 
Was this review helpful to you?
1 of 2 people found the following review helpful
5.0 out of 5 stars Really like it so far 13 Mar 2011
Format:Hardcover
This book is a good combination of: Maths, theory and code.

It has real world examples - both sample data and code. I like to see things in action.
It has good charts that explain theory.
I found that Python is surprisingly suitable for Maths. A single line of code does a lot. I would like to have these examples running on IronPython (Python for .NET), so I could add on top of them easily.
At least half of the book uses not so complex Maths.

I strongly recommend this book.
Comment | 
Was this review helpful to you?
Would you like to see more reviews about this item?
Were these reviews helpful?   Let us know
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges