Details

Data Mining and Statistics for Decision Making


Data Mining and Statistics for Decision Making


1. Aufl.

von: Stéphane Tufféry

77,99 €

Verlag: Wiley
Format: EPUB
Veröffentl.: 23.03.2011
ISBN/EAN: 9780470979280
Sprache: englisch
Anzahl Seiten: 720

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<p>Data mining is the process of automatically searching large volumes of data for models and patterns using computational techniques from statistics, machine learning and information theory; it is the ideal tool for such an extraction of knowledge. Data mining is usually associated with a business or an organization's need to identify trends and profiles, allowing, for example, retailers to discover patterns on which to base marketing objectives.</p> <p>This book looks at both classical and recent techniques of data mining, such as clustering, discriminant analysis, logistic regression, generalized linear models, regularized regression, PLS regression, decision trees, neural networks, support vector machines, Vapnik theory, naive Bayesian classifier, ensemble learning and detection of association rules. They are discussed along with illustrative examples throughout the book to explain the theory of these methods, as well as their strengths and limitations.</p> <p> Key Features:</p> <ul> <li>Presents a comprehensive introduction to all techniques used in data mining and statistical learning, from classical to latest techniques.</li> <li>Starts from basic principles up to advanced concepts.</li> <li>Includes many step-by-step examples with the main software (R, SAS, IBM SPSS) as well as a thorough discussion and comparison of those software.</li> <li>Gives practical tips for data mining implementation to solve real world problems.</li> <li>Looks at a range of tools and applications, such as association rules, web mining and text mining, with a special focus on credit scoring.</li> <li>Supported by an accompanying website hosting datasets and user analysis.</li> </ul> <p>Statisticians and business intelligence analysts, students as well as computer science, biology, marketing and financial risk professionals in both commercial and government organizations across all business and industry sectors will benefit from this book.</p>
Preface. <p>Foreword.</p> <p>Foreword from the French language edition.</p> <p>List of trademarks.</p> <p><b>1. Oveview of data mining.</b></p> <p>1.1 What is data mining?</p> <p>1.2 What is data mining used for?</p> <p>1.3 Data mining and statistics.</p> <p>1.4 Data mining and information technology.</p> <p>1.5 Data mining and protection of persona; data.</p> <p>1.6 Implementation of data mining.</p> <p><b>2. The development of a data mining study.</b></p> <p>2.1 Defining the aims.</p> <p>2.2 Listing the existing data.</p> <p>2.3 Collecting the data.</p> <p>2.4 Exploring and preparing the data.</p> <p>2.5 Population segmentation.</p> <p>2.6 Drawing up and validating predictive models.</p> <p>2.7 Synthesizing predictive models of different segments.</p> <p>2.8 Iteration of the preceding steps.</p> <p>2.9 Deploying the models.</p> <p>2.10 Training the model users.</p> <p>2.11 Monitoring the models.</p> <p>2.12 Enriching the models.</p> <p>2.13 Remarks.</p> <p>2.14 Life cycle of a model.</p> <p>2.15 Costs of a pilot project.</p> <p><b>3. Data Exploration and preparation.</b></p> <p>3.1 The different types of data.</p> <p>3.2 Examining the distribution of variables.</p> <p>3.3 Detection of rare or missing values.</p> <p>3.4 Detection of aberrant values.</p> <p>3.5 Detection of extreme values.</p> <p>3.6 Tests of normality.</p> <p>3.7 Homoscedasticity and heteroscedasticity.</p> <p>3.8 Detection of the most discriminating variables.</p> <p>3.9 Transformation of variables.</p> <p>3.10 Choosing ranges of values of binned variables.</p> <p>3.11 Creating new variables.</p> <p>3.12 Detecting interactions.</p> <p>3.13 Automatic variable selection.</p> <p>3.14 Detection of collinearity.</p> <p>3.15 Sampling.</p> <p><b>4. Using commercial data.</b></p> <p>4.1 Data used in commercial applications.</p> <p>4.2 Special data.</p> <p>4.3 Data used by business sector.</p> <p><b>5. Statistical and data mining software.</b></p> <p>5.1 Types of data mining and statistical software.</p> <p>5.2 Essential characteristics of the software.</p> <p>5.3 The main software packages.</p> <p>5.4 Comparison of R, SAS and IBM SPSS.</p> <p>5.5 How to reduce processing time.</p> <p><b>6. An outline of data mining methods.</b></p> <p>6.1 Classification of the methods.</p> <p>6.2 Comparison of the methods.</p> <p><b>7. Factor analysis.</b></p> <p>7.1 Principal component analysis.</p> <p>7.2 Variants of principal component analysis.</p> <p>7.3 Correspondence analysis.</p> <p>7.4 Multiple correspondence analysis.</p> <p><b>8. Neural networks.</b></p> <p>8.1 General information on neural networks.</p> <p>8.2 Structure of a neural network.</p> <p>8.3 Choosing the learning sample.</p> <p>8.4 Some empirical rules for network design.</p> <p>8.5 Data normalization.</p> <p>8.6 Learning algorithms.</p> <p>8.7 The main neural networks.</p> <p><b>9. Cluster analysis.</b></p> <p>9.1 Definition of clustering.</p> <p>9.2 Applications of clustering.</p> <p>9.3 Complexity of clustering.</p> <p>9.4 Clustering structures.</p> <p>9.5 Some methodological considerations.</p> <p>9.6 Comparison of factor analysis and clustering.</p> <p>9.7 Within-cluster and between-cluster sum of squares.</p> <p>9.8 Measurements of clustering quality.</p> <p>9.9 Partitioning methods.</p> <p>9.10 Agglomerative hierarchical clustering.</p> <p>9.11 Hybrid clustering methods.</p> <p>9.12 Neural clustering.</p> <p>9.13 Clustering by similarity aggregation.</p> <p>9.14 Clustering of numeric variables.</p> <p>9.15 Overview of clustering methods.</p> <p><b>10. Association analysis.</b></p> <p>10.1 Principles.</p> <p>10.2 Using taxonomy.</p> <p>10.3 Using supplementary variables.</p> <p>10.4 Applications.</p> <p>10.5 Example of use.</p> <p><b>11. Classification and prediction methods.</b></p> <p>11.1 Introduction.</p> <p>11.2 Inductive and transductive methods.</p> <p>11.3 Overview of classification and prediction methods.</p> <p>11.4 Classification by decision tree.</p> <p>11.5 Prediction by decision tree.</p> <p>11.6 Classification by discriminant analysis.</p> <p>11.7 Prediction by linear regression.</p> <p>11.8 Classification by logistic regression.</p> <p>11.9 Developments in logistic regression.</p> <p>11.10 Bayesian methods.</p> <p>11.11 Classification and prediction by neural networks.</p> <p>11.12 Classification by support vector machines.</p> <p>11.13 Prediction by genetic algorithms.</p> <p>11.14 Improving the performance of a predictive model.</p> <p>11.15 Bootstrapping and ensemble methods.</p> <p>11.16 Using classification and prediction methods.</p> <p><b>12. An application of data mining: scoring.</b></p> <p>12.1 The different types of score.</p> <p>12.2 Using propensity scores and risk scores.</p> <p>12.3 Methodology.</p> <p>12.4 Implementing a strategic score.</p> <p>12.5 Implementing an operational score.</p> <p>12.6 Scoring solutions used in a business.</p> <p>12.7 An example of credit scoring (data preparation).</p> <p>12.8 An example of credit scoring (modeling by logistic regression).</p> <p>12.9 An example of credit scoring (modeling by DISQUAL discriminant analysis).</p> <p>12.10 A brief history of credit scoring.</p> <p><b>13. Factors for success in a data mining project.</b></p> <p>13.1 The subject.</p> <p>13.2 The people.</p> <p>13.3 The data.</p> <p>13.4 The IT systems.</p> <p>13.5 The business culture.</p> <p>13.6 Data mining: eight common misconceptions.</p> <p>13.7 Return on investment.</p> <p><b>14. Text mining.</b></p> <p>14.1 Definition of text mining.</p> <p>14.2 Text sources used.</p> <p>14.3 Using text mining.</p> <p>14.4 Information retrieval.</p> <p>14.5 Information extraction.</p> <p>14.6 Multi-type data mining.</p> <p><b>15. Web mining.</b></p> <p>15.1 The aims of web mining.</p> <p>15.2 Global analyses.</p> <p>15.3 Individual analyses.</p> <p>15.4 Personal analysis.</p> <p>Appendix A. Elements of statistics.</p> <p>Appendix B. Further reading.</p> <p>Index. </p>
"Business intelligence analysts and statisticians, compliance and financial experts in both commercial<br /> and government organizations across all industry sectors will benefit from this book." (Zentralblatt MATH, 2011) <p> </p>
<p><b>Dr Stephane Tuffery</b> teaches Data Mining and statistics, University Rennes 1, Paris, France.</p> <p>Translator, <b>Rod Riesco</b>, UK.</p>
<p><b>Data Mining and Statistics for Decision Making</b><br /><b>Stéphane Tufféry</b>, Universitie of Paris-Dauphine, France</p> <p>Data mining is the process of automatically searching large volumes of data for models and patterns using computational techniques from statistics, machine learning and information theory; it is the ideal tool for such an extraction of knowledge. Data mining is usually associated with a business or an organization's need to identify trends and profiles, allowing, for example, retailers to discover patterns on which to base marketing objectives.</p> <p>This book looks at both classical and modern methods of data mining, such as clustering, discriminate analysis, decision trees, neural networks and support vector machines along with illustrative examples throughout the book to explain the theory of these models. Recent methods such as bagging and boosting, decision trees, neural networks, support vector machines and genetic algorithm are also discussed along with their advantages and disadvantages.</p> <p>Key Features:</p> <ul> <li>Presents a comprehensive introduction to all techniques used in data mining and statistical learning.</li> <li>Includes coverage of data mining with R as well as a thorough comparison of the two industry leaders, SAS and SPSS.</li> <li>Gives practical tips for data mining implementation as well as the latest techniques and state of the art theory.</li> <li>Looks at a range of methods, tools and applications, such as scoring to web mining and text mining and presents their advantages and disadvantages.</li> <li>Supported by an accompanying website hosting datasets and user analysis.</li> </ul> <p>Business intelligence analysts and statisticians, compliance and financial experts in both commercial and government organizations across all industry sectors will benefit from this book.</p>

Diese Produkte könnten Sie auch interessieren:

Statistics for Microarrays
Statistics for Microarrays
von: Ernst Wit, John McClure
PDF ebook
90,99 €