<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	<review id="9682128">
    <user id="601086">
    <name><![CDATA[Adam]]></name>
    <location><![CDATA[The United States]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/601086-adam]]></url>
  </user>
      <rating>4</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Wed Nov 28 16:50:58 -0800 2007</date_added>
  <date_updated>Wed Jun 25 10:32:52 -0700 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[This book is a survey of machine learning algorithms useful for tasks like spam filters and recommendation engines.  It's a great book if you're a practicing programmer that want to get thing done, less great if you're looking for a deep exploration of a particular topic.<br/><br/>There's a few things I liked about it.  The most important feature of the book is its breadth.  It covers a variety of useful algorithms, from more well known techniques (Baysian filters) to recent developments (support vector machines).<br/><br/>Another thing I liked about this book was the example problems all use real-world datasets.  RSS feeds, the Facebook API, and live flight searches are all used in various places.<br/><br/>One excellent feature of the book is the example code builds at each step.  Generic algorithms written in earlier chapters are reused or extended in later chapters.  In addition to being good software design, this lets the reader see how a concept (e.g. optimization) can be applied in different contexts.<br/><br/>The book makes liberal use of the interactive interpreter to explore the algorithms, and the code itself is fairly readable (though not fantastic).  ]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/9682128]]></url>
</review>

</GoodreadsResponse>