|
This was a great book!(Rating: 5) This was a great book! I highly recommend it! Have fun!
http://www.lwsfreedom.com/id/greentitan
Merry Christmas!!!
A visionary book that illuminates the Internet(Rating: 5) This is a visionary book because it predicts a lot of what will happen to the Internet soon. How do we process information in the Internet age? Instead of reading magazines and newspapers we use blogs as our source of news. This is because blogs offer much more customized news feed. In a typical newspaper, how much of its content is of interest to a reader? I guess half is a big value but typically it is less than that.
I start my working day with consuming two sweet drinks. One drink is a cup of coffee. Another is a virtual information soup made of 100 blogs. I glance over most of the stories quickly using Google Reader and select those that I am interested in. I might read them in greater detail later on during the day, in the evening, or on a weekend. I do not know which drink gives me more pleasure - the delicious cup of coffee or sweet virtual soup. I like the latter a lot because it is rich with media content - with bright images, cool videos, wow-type web pages.
However, I often discover news that I wish I found out earlier. In other words, there are so many news sources that reading them all or just looking at the headlines of major blogs will take too much time. We need targeted information delivery service.
This is the main idea of this book. In fact, it starts with explaining how to make recommendations given a set of preferences of a number of people and your own preferences. What are those cool things that you have not tried out yet but everybody else did? The example described in the book is applied to Delicious which does not offer recommendations yet.
I often try to decide what my interests are. The blogs that I am reading might answer this question if one builds groups of them. In fact, I have done this manually, but I found out that this categorization is not perfect. The book answers this question in Chapter 3.
After that the book deviates into a number of additional topics such as search, neural networks, discrete optimization. The author Toby Segaran has a great ability to explain difficult concepts using simple words and pictures. As most of the stuff was familiar to me I was wondering how easy a new concept seemed and how much time I spent originally understanding it.
After that the main melody of the book is there again - the next chapter explains how to filter documents, for example to decide if a particular news story is interesting to you or not. Then the book deviates again into decision trees and building price models and even matching people on a dating site. However, there comes our melody again - this time it explains how to extract trends from a lot of news sources, that is decide what people are discussing today. This feature is similar to Google News except that the user has no control of news sources.
I was surprised when I found out that Python is such a popular language in a scientific community. The book describes lots of libraries dealing with numerical data or displaying various charts. The book will serve as a great introduction to Python language even though there are lots of introductory books available. In fact, learning Python this way it easier and more enjoyable.
After reading the book I definitely want to try out the tricks explained there and improve my information soup. This book is my virtual cookbook.
An Eye Openning Inspiring Book(Rating: 5) I got more from this book than I have from any other book I read in the past couple of years!
It covers in a streamlined form a huge array of algorithms powering the contemporary web - from recomendation engines to a search engine that includes as one of its features the Google PageRank algorithm, to some quite recent AI innovations.
Just about the only area that was not covered was statistical machine translation. I wish he had done that, since that is my favourite subject.
It helps you see the world through the "Collective Intelligence opportunities" prism.
It will open your mind...(Rating: 4) I bought this book looking to learn something useful about web 2.0, and considering this aspect the book is really great.
I am not an expert on Collaborative Intelligence (that is why I bought the book), however, now I feel confortable about the issue.
Two good points on my view:
- This book will open your mind not only for web collaboration system, you will learn so many things that you will start to use the algorithms from this book to solve a lot of stuffs day after day.
- It will give you enough knowledment to jump to a specific topic and get more detailed information on it (let's say optimization)
Two bad things:
- The source codes are not that clear (I belive that is because of the python language - too many operation at one single line).
- It lacks of good samples dataset that you can use to compare the results and make sure you did the code well.
Well, you also have to have in mind, that you will not understand everything on a first read. The book is not that simple as common language programming book.
The most important, the book doest cost each penny that is charged for it. In fact, I believe this book is too cheap for all the things you will learn there.
Buy it. U$30,00 is a steal for all this knowledgment.
Not worth the money(Rating: 2) In short: this book isn't worth its price.
The major part of the volume of the book is code and corresponding explanations. If the reader is a decent programmer, he can actually figure it all out by himself given algorithms. Otherwise it makes more sense to get a book on data structures, or Python, or general algorithm construction and learn the basics there.
The algorithms/methods presented in this book are not really specific to "collaborative intelligence" (with a couple of exceptions). The author gives a brief overview of the techniques and then dives into great details on how to implement it. In reality unless you are working on a toy site, you don't really need that code, since it wouldn't scale or fit the production environment. You'll need the math model / algorithm to come up with reasonable implementation. However, it's exactly what the book is missing. Well, it gives *some* info on that, but you'll need to read a more comprehensive source if you intend to really implement it.
I was quite disappointed with the book. I guess it might be ok for a junior developer to get a feel of what that all is about. If you've ever come up with an algorithm by looking at a mathematical description of the approach, you don't need this book at all; you can write a similar one yourself.
|