Details

Knowledge Discovery with Support Vector Machines


Knowledge Discovery with Support Vector Machines


Wiley Series on Methods and Applications in Data Mining, Band 3 1. Aufl.

von: Lutz H. Hamel

117,99 €

Verlag: Wiley
Format: EPUB
Veröffentl.: 20.09.2011
ISBN/EAN: 9781118211038
Sprache: englisch
Anzahl Seiten: 262

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

Beschreibungen

<b>An easy-to-follow introduction to support vector machines</b> <p>This book provides an in-depth, easy-to-follow introduction to support vector machines drawing only from minimal, carefully motivated technical and mathematical background material. It begins with a cohesive discussion of machine learning and goes on to cover:</p> <ul> <li> <p>Knowledge discovery environments</p> </li> <li> <p>Describing data mathematically</p> </li> <li> <p>Linear decision surfaces and functions</p> </li> <li> <p>Perceptron learning</p> </li> <li> <p>Maximum margin classifiers</p> </li> <li> <p>Support vector machines</p> </li> <li> <p>Elements of statistical learning theory</p> </li> <li> <p>Multi-class classification</p> </li> <li> <p>Regression with support vector machines</p> </li> <li> <p>Novelty detection</p> </li> </ul> <p>Complemented with hands-on exercises, algorithm descriptions, and data sets, <i>Knowledge Discovery with Support Vector Machines</i> is an invaluable textbook for advanced undergraduate and graduate courses. It is also an excellent tutorial on support vector machines for professionals who are pursuing research in machine learning and related areas.</p>
Preface. <p><b>PART I.</b></p> <p><b>1 What is Knowledge Discovery?</b></p> <p>1.1 Machine Learning.</p> <p>1.2 The Structure of the Universe X.</p> <p>1.3 Inductive Learning.</p> <p>1.4 Model Representations.</p> <p>Exercises.</p> <p>Bibliographic Notes.</p> <p><b>2 Knowledge Discovery Environments.</b></p> <p>2.1 Computational Aspects of Knowledge Discovery.</p> <p>2.1.1 Data Access.</p> <p>2.1.2 Visualization.</p> <p>2.1.3 Data Manipulation.</p> <p>2.1.4 Model Building and Evaluation.</p> <p>2.1.5 Model Deployment.</p> <p>2.2 Other Toolsets.</p> <p>Exercises.</p> <p>Bibliographic Notes.</p> <p><b>3 Describing Data Mathematically.</b></p> <p>3.1 From Data Sets to Vector Spaces.</p> <p>3.1.1 Vectors.</p> <p>3.1.2 Vector Spaces.</p> <p>3.2 The Dot Product as a Similarity Score.</p> <p>3.3 Lines, Planes, and Hyperplanes.</p> <p>Exercises.</p> <p>Bibliographic Notes.</p> <p><b>4 Linear Decision Surfaces and Functions.</b></p> <p>4.1 From Data Sets to Decision Functions.</p> <p>4.1.1 Linear Decision Surfaces through the Origin.</p> <p>4.1.2 Decision Surfaces with an Offset Term.</p> <p>4.2 A Simple Learning Algorithm.</p> <p>4.3 Discussion.</p> <p>Exercises.</p> <p>Bibliographic Notes.</p> <p><b>5 Perceptron Learning.</b></p> <p>5.1 Perceptron Architecture and Training.</p> <p>5.2 Duality.</p> <p>5.3 Discussion.</p> <p>Exercises.</p> <p>Bibliographic Notes.</p> <p><b>6 Maximum Margin Classifiers.</b></p> <p>6.1 Optimization Problems.</p> <p>6.2 Maximum Margins.</p> <p>6.3 Optimizing the Margin.</p> <p>6.4 Quadratic Programming.</p> <p>6.5 Discussion.</p> <p>Exercises.</p> <p>Bibliographic Notes.</p> <p><b>PART II.</b></p> <p><b>7 Support Vector Machines.</b></p> <p>7.1 The Lagrangian Dual.</p> <p>7.2 Dual MaximumMargin Optimization.</p> <p>7.2.1 The Dual Decision Function.</p> <p>7.3 Linear Support Vector Machines.</p> <p>7.4 Non-Linear Support Vector Machines.</p> <p>7.4.1 The Kernel Trick.</p> <p>7.4.2 Feature Search.</p> <p>7.4.3 A Closer Look at Kernels.</p> <p>7.5 Soft-Margin Classifiers.</p> <p>7.5.1 The Dual Setting for Soft-Margin Classifiers.</p> <p>7.6 Tool Support.</p> <p>7.6.1 WEKA.</p> <p>7.6.2 R.</p> <p>7.7 Discussion.</p> <p>Exercises.</p> <p>Bibliographic Notes.</p> <p><b>8 Implementation.</b></p> <p>8.1 Gradient Ascent.</p> <p>8.1.1 The Kernel-Adatron Algorithm.</p> <p>8.2 Quadratic Programming.</p> <p>8.2.1 Chunking.</p> <p>8.3 Sequential Minimal Optimization.</p> <p>8.4 Discussion.</p> <p>Exercises.</p> <p>Bibliographic Notes.</p> <p><b>9 Evaluating What has been Learned.</b></p> <p>9.1 Performance Metrics.</p> <p>9.1.1 The Confusion Matrix.</p> <p>9.2 Model Evaluation.</p> <p>9.2.1 The Hold-Out Method.</p> <p>9.2.2 The Leave-One-Out Method.</p> <p>9.2.3 N-Fold Cross-Validation.</p> <p>9.3 Error Confidence Intervals.</p> <p>9.3.1 Model Comparisons.</p> <p>9.4 Model Evaluation in Practice.</p> <p>9.4.1 WEKA.</p> <p>9.4.2 R.</p> <p>Exercises.</p> <p>Bibliographic Notes.</p> <p><b>10 Elements of Statistical Learning Theory.</b></p> <p>10.1 The VC-Dimension and Model Complexity.</p> <p>10.2 A Theoretical Setting for Machine Learning.</p> <p>10.3 Empirical Risk Minimization.</p> <p>10.4 VC-Confidence.</p> <p>10.5 Structural Risk Minimization.</p> <p>10.6 Discussion.</p> <p>Exercises.</p> <p>Bibliographic Notes.</p> <p><b>PART III.</b></p> <p><b>11 Multi-Class Classification.</b></p> <p>11.1 One-versus-the-Rest Classification.</p> <p>11.2 Pairwise Classification.</p> <p>11.3 Discussion.</p> <p>Exercises.</p> <p>Bibliographic Notes.</p> <p><b>12 Regression with Support Vector Machines.</b></p> <p>12.1 Regression as Machine Learning.</p> <p>12.2 Simple and Multiple Linear Regression.</p> <p>12.3 Regression with Maximum Margin Machines.</p> <p>12.4 Regression with Support Vector Machines.</p> <p>12.5 Model Evaluation.</p> <p>12.6 Tool Support.</p> <p>12.6.1 WEKA.</p> <p>12.6.2 R.</p> <p>Exercises.</p> <p>Bibliographic Notes.</p> <p><b>13 Novelty Detection.</b></p> <p>13.1 Maximum Margin Machines.</p> <p>13.2 The Dual Setting.</p> <p>13.3 Novelty Detection in R.</p> <p>Exercises.</p> <p>Bibliographic Notes.</p> <p>Appendix A: Notation.</p> <p>Appendix B: A Tutorial Introduction to R.</p> <p>B.1 Programming Constructs.</p> <p>B.2 Data Constructs.</p> <p>B.3 Basic Data Analysis.</p> <p>Bibliographic Notes.</p> <p>References.</p> <p>Index. </p>
<b>Lutz Hamel, PhD</b>, teaches at the University of Rhode Island, where he founded the machine learning and data mining group. His major research interests are computational logic, machine learning, evolutionary computation, data mining, bioinformatics, and computational structures in art and literature.
<b>An easy-to-follow introduction to support vector machines</b> <p>This book provides an in-depth, easy-to-follow introduction to support vector machines drawing only from minimal, carefully motivated technical and mathematical background material. It begins with a cohesive discussion of machine learning and goes on to cover:</p> <ul> <li> <p>Knowledge discovery environments</p> </li> <li> <p>Describing data mathematically</p> </li> <li> <p>Linear decision surfaces and functions</p> </li> <li> <p>Perceptron learning</p> </li> <li> <p>Maximum margin classifiers</p> </li> <li> <p>Support vector machines</p> </li> <li> <p>Elements of statistical learning theory</p> </li> <li> <p>Multi-class classification</p> </li> <li> <p>Regression with support vector machines</p> </li> <li> <p>Novelty detection</p> </li> </ul> <p>Complemented with hands-on exercises, algorithm descriptions, and data sets, <i>Knowledge Discovery with Support Vector Machines</i> is an invaluable textbook for advanced undergraduate and graduate courses. It is also an excellent tutorial on support vector machines for professionals who are pursuing research in machine learning and related areas.</p>

Diese Produkte könnten Sie auch interessieren:

The CISO Evolution
The CISO Evolution
von: Matthew K. Sharp, Kyriakos Lambros
PDF ebook
33,99 €
Data Mining and Machine Learning Applications
Data Mining and Machine Learning Applications
von: Rohit Raja, Kapil Kumar Nagwanshi, Sandeep Kumar, K. Ramya Laxmi
EPUB ebook
190,99 €