|
|||||||||||||||||||||||||||||||||||
|
19 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
54 of 55 people found the following review helpful:
5.0 out of 5 stars
Data mining book focusing on clustering,
By
This review is from: Introduction to Data Mining (Hardcover)
I decided to start with this book as I think it is the most convenient to start in the data mining field. One big advantage of the book is the way data mining techniques are explained. It is mainly based on textual and graphical explanations. There is little equations, only what is necessary to implement the algorithms.
This book widely cover areas such as data preparation and understanding, classification, anomaly detection, association analysis and clusering. Although the book has a strong emphasis on the two last ones, nearly all standard data mining techniques are at least briefly discussed. However, this book does only have a fiew pages about kernel methods for example. Indeed, it is normal, as kernel methods are more suitable for machine learning (I mean making prediction) than data mining (I mean looking for description). Therefore, this book is: * able to explain data mining without thousands of equations * a good way to start with data mining * covering nearly all standard data mining techniques * focused on association analysis and clustering and it is not: * a good book for kernel methods and other advanced techniques * written in the statistical nor in the database perspective My comment: if you are in the data mining field and not comming from mathematics or databases, then you really should buy this book.
45 of 48 people found the following review helpful:
5.0 out of 5 stars
superb description of clusters,
By
This review is from: Introduction to Data Mining (Hardcover)
As databases keep growing unabatedly, so too has the need for smart data mining. For a competitive edge in business, it helps to be able to analyse your data in unique ways. This text gives you a thorough education in state of the art data mining. Appropriate for both a student and a professional in the field.
The extensive problem sets are well suited for the student. These often expand on concepts in the narrative, and are worth tackling. The central theme in the book is how to classify data, or find associations or clusters within it. Cluster analysis gets two chapters that are superbly done. These summarise decades of research into methods of grouping data into clusters. Usually hard to do, because an element of subjectivity can creep into the results. If your data is scattered in some n-dimensional space, then clusters might exist. But how to find them? The chapters show that the number of clusters and the constituents of these can depend on which method you adopt, and various initial conditions, like [essentially] seed values for clusters, if you choose a prototype cluster method like K-means. The descriptions of the cluster algorithms are succinct. Why is this useful? Because it helps you easily understand the operations of the algorithms, without drowning you in low level detail. Plus, by presenting a meta-level comparison between the algorithms, you can develop insight into rolling your own methods, specific to your data. Part of my research involves finding new ways to make clusters, and the text was very useful in explaining the existing ideas.
36 of 40 people found the following review helpful:
4.0 out of 5 stars
Good overview, but needs to include real-world case studies,
By Dr. Lee D. Carlson (Baltimore, Maryland USA) - See all my reviews (VINE VOICE) (HALL OF FAME REVIEWER) (REAL NAME)
Amazon Verified Purchase(What's this?)
This review is from: Introduction to Data Mining (Hardcover)
Data mining could be considered to be "Artificial Intelligence Lite", since it deals with many of the same issues in learning, classification, and analysis as they occur in the field of artificial intelligence but does not have as its goal the construction of "thinking machines." Instead, the emphasis is on practical problems that are important in business and industry, even though the solutions of many of these problems makes use of techniques that a thinking machine should be expected to have. Data mining has become an enormous industry, and has even been the subject of political and legal concerns due to the efforts of some governments to mine data on its citizens. This book gives a general overview of data mining with emphasis on classification and associative analysis. Anyone who is interested in data mining could read the book, but some rather sophisticated background in mathematics will be needed to read some of the sections. Pseudocode is given throughout the book to illustrate the different data mining algorithms. There are also exercises at the end of each chapter, but noticeably missing in the book is the inclusion of real case studies in data mining. The inclusion of these case studies would alert the reader to the fact that data mining is of great interest from the standpoint of business and industry, and would lessen the belief that data mining is just another academic field or just another branch of statistics.
Speaking somewhat loosely, the goal of data mining is to find interesting patterns in massive amounts of data or the classification of such patterns. This entails of course that one have a notion of what is "interesting" and one of the main problems in data mining is to find suitable `interestingness measures'. And since one is typically dealing with large amounts of data, one must use various statistical sampling and preprocessing techniques to massage the data and obtain a `representative' sample of the original data. In addition, one must be able to handle data that is `anomalous', i.e. data that has characteristics that are markedly different from most of the other data, or that has attributes that are unusual if compared with typical values for those attributes. These issues and techniques are discussed in detail in the first three chapters of the book, where the authors outline some of the bread-and-butter topics needed for effective manipulation of data. The real substance and power of data mining comes from its role in classification and for discovering interesting patterns in huge data sets. The authors, in chapters 4 - 7, discuss various powerful techniques for data classification and association analysis. Association analysis in particular has been used quite extensively in recent years, due to the use of market basket transactions in on-line purchasing and the goal of marketers to learn the purchasing behavior of their customers. Association analysis uncovers relationships in the marketing data in the form of `association rules'. For disjoint itemsets X and Y, an association rule is a logical implication expression between these itemsets that has a certain `strength' that is measured by its `support' and `confidence.' The support measures how often a rule is applicable to a given data set, while the confidence measures how frequently the items in Y appear in X. The support reflects the ability of the rule to be not due to chance alone, while the confidence measures the reliability of the rule inference. The collection of all association rules that can be formed from a data set is too large to be practical and so strategies must be developed to prune the number of rules. The authors discuss in detail various methods for dealing with this computational drawback, such as `frequent itemset generation' and `rule generation.' The detection of anomalies consists of the identification of `outliers', which as the name implies are data objects that lie "far away" from the other data objects. It remains of course to quantity what it means to be "far away" and for this reason this branch of data mining, as the author points out, is sometimes called `deviation detection' or `exception mining'. The omission of outliers is sometimes justified, since they are merely artifacts that only serve to alter the statistics of a particular data set. However, sometimes their presence signals important information, if not a major scientific discovery. Data mining therefore must contain tools that detect anomalies intelligently and efficiently. The authors discuss anomaly detection in fair detail, emphasizing the statistical techniques that are available to do it. They classify the techniques for anomaly detection as being `unsupervised', `supervised', and `semi-supervised'. As the name implies, supervised anomaly detection requires the existence of a training set with both anomalous and "normal" data with each class being labeled as such. When these labels are unavailable, one has to perform unsupervised anomaly detection, and for this approach to work the anomalies must be distinct from one another. If the normal data is labeled but the anomalies are not, one must do semi-supervised anomaly detection. The only weakness in the authors' discussion is that they do not include real-world case studies that illustrate the different techniques, such as clustering and density methods.
13 of 14 people found the following review helpful:
3.0 out of 5 stars
Good overview (text) -- not actually useful to do any datamining,
By
This review is from: Introduction to Data Mining (Hardcover)
Pro:
Clear, easy to read text that covers many topics of data classification and mining (as described by the several other reviewers). Con: Don't expect to be able to actually perform any of the data mining techniques discussed in the book from (or while) reading it. There is no software that comes along with it, nor does the book champion a specific package that you can use while reading through the chapters. It kind of reminded me of the old Wendy's commercial "Where's the beef?" Overall: If you're interested in getting a general feel of what data mining has to offer, this is a decent first read. If want to do any of those things, you will need to seek out other sources. I personally found books associated with specific software packages much more useful. Depending on your background, you may be better off skipping straight to them.
6 of 6 people found the following review helpful:
5.0 out of 5 stars
Amazingly well written: simple, to the point, easy to read, and full useful information,
By
This review is from: Introduction to Data Mining (Hardcover)
This book is amazingly well written. Everything is explained in a very clear and to-the-point style. The book can be read from front to back or used as a reference book. It contains countless diagrams and the structure of the content is immediately apparent.
The book covers a lot of the important aspects of data mining. It provides algorithms and techniques for classification, clustering, association analysis, and anomaly detection. Every algorithm is not only formally stated, but also explained in a way that conveys intuition. I only wish other authors also wrote books this way.
5 of 5 people found the following review helpful:
5.0 out of 5 stars
As an introduction, I love this book,
By
This review is from: Introduction to Data Mining (Hardcover)
If you think you are interested in Data Mining this is a great place to start. This book would work well for people interested in self study, or someone who is considering going to grad school to pursue a field utilizing data mining, or doing data mining research directly.
The book covers the core data mining concepts, with clear examples on how the concepts could be applied to toy problems. The book is light on math and heavy on application, which is great at maintaining interest. This book is not commonly used as a course textbook at the grad level because of its shallow treatment of the underlying math. Sometimes you just want to know how, and worry about why later. Also, if you think data mining might be of use to your research or your professional work, this book provides a broad overview of topics. If you are unfamiliar with data mining, and have just heard the term, running through the introductions of each chapter will quickly point you to techniques that will be most useful to you.
4 of 4 people found the following review helpful:
4.0 out of 5 stars
Good Book , not for beginners,
By
This review is from: Introduction to Data Mining (Hardcover)
To understand this book you need some amount of advanced Stats knowledge , i work in the field of Data warehousing and was expecting to relate it to my present field ,I did some stats in college and got little lost in topics where advanced Stats was used. To get better understanding of the concepts discussed in this book please search for "Statistical aspects of Data Mining" on You tube , The lectures given in the aforementioned Google training can serve as a companion to this book
4 of 4 people found the following review helpful:
4.0 out of 5 stars
very good introduction,
This review is from: Introduction to Data Mining (Hardcover)
I agree with the other reviews: The book is amazingly well-written, and the two chapters on cluster analysis are second-to-none;
Though I am particularly enthusiastic about this book, I believe that it cannot deserve 5 stars, for the following reasons: - Kernel methods: like most books on this subject, the authors do not explain how to choose the most appropriate kernel(s) - Cluster analysis: No examples of time-series - Fully worked-out real-world examples are missing - no solutions to the exercises If not possible to wait for a second edition, do not hesitate, this is definitely the best introduction you can find.
3 of 3 people found the following review helpful:
5.0 out of 5 stars
Great Introductory Text,
By s. student (golden, co) - See all my reviews
This review is from: Introduction to Data Mining (Hardcover)
I've just made it through the first 6 chapters of the book so far but I really enjoy this book so far. This book is terrific at introducing this material in an easy-to-understand manner. I've found myself using to supplement my machine learning textbook when more thorough explanations are needed. The section on support vectors was the easiest to grasp from about a dozen references I had on hand. I've seen a few typos here and there but I suppose that's expected from a first edition.
3 of 3 people found the following review helpful:
5.0 out of 5 stars
Great Machine Learning Introduction,
This review is from: Introduction to Data Mining (Hardcover)
This is the book I used to introduce myself to data mining as graduate student in computer science. At the time I thought it was a very well organized and self contained book. Since then I have been studying machine learning full time and I still use this book to get really great explanations of key algorithms and concepts. Every time I go back to this book I'm surprised to find all sorts of topics covered that I hadn't noticed on previous readings. Basically it covers a good breadth of topics in an easy to understand manner. I highly recommend this book for anyone interested in data mining or machine learning.
|
|
Most Helpful First | Newest First
|
|
Introduction to Data Mining by Pang-Ning Tan (Hardcover - May 12, 2005)
$124.00 $95.83
In Stock | ||