Error Estimation for Pattern Recognition
Home > Computing and Information Technology > Computer science > Artificial intelligence > Pattern recognition > Error Estimation for Pattern Recognition
Error Estimation for Pattern Recognition

Error Estimation for Pattern Recognition

|
     0     
5
4
3
2
1




International Edition


About the Book

This book is the first of its kind to discuss error estimation with a model-based approach. From the basics of classifiers and error estimators to distributional and Bayesian theory, it covers important topics and essential issues pertaining to the scientific validity of pattern classification. Error Estimation for Pattern Recognition focuses on error estimation, which is a broad and poorly understood topic that reaches all research areas using pattern classification. It includes model-based approaches and discussions of newer error estimators such as bolstered and Bayesian estimators. This book was motivated by the application of pattern recognition to high-throughput data with limited replicates, which is a basic problem now appearing in many areas. The first two chapters cover basic issues in classification error estimation, such as definitions, test-set error estimation, and training-set error estimation. The remaining chapters in this book cover results on the performance and representation of training-set error estimators for various pattern classifiers. Additional features of the book include: • The latest results on the accuracy of error estimation • Performance analysis of re-substitution, cross-validation, and bootstrap error estimators using analytical and simulation approaches • Highly interactive computer-based exercises and end-of-chapter problems This is the first book exclusively about error estimation for pattern recognition. Ulisses M. Braga Neto is an Associate Professor in the Department of Electrical and Computer Engineering at Texas A&M University, USA. He received his PhD in Electrical and Computer Engineering from The Johns Hopkins University. Dr. Braga Neto received an NSF CAREER Award for his work on error estimation for pattern recognition with applications in genomic signal processing. He is an IEEE Senior Member. Edward R. Dougherty is a Distinguished Professor, Robert F. Kennedy ’26 Chair, and Scientific Director at the Center for Bioinformatics and Genomic Systems Engineering at Texas A&M University, USA. He is a fellow of both the IEEE and SPIE, and he has received the SPIE Presidents Award. Dr. Dougherty has authored several books including Epistemology of the Cell: A Systems Perspective on Biological Knowledge and Random Processes for Image and Signal Processing (Wiley-IEEE Press).

Table of Contents:
Preface xiii Acknowledgments xix List of Symbols xxi 1 Classification 1 1.1 Classifiers 1 1.2 Population-Based Discriminants 3 1.3 Classification Rules 8 1.4 Sample-Based Discriminants 13 1.4.1 Quadratic Discriminants 14 1.4.2 Linear Discriminants 15 1.4.3 Kernel Discriminants 16 1.5 Histogram Rule 16 1.6 Other Classification Rules 20 1.6.1 k-Nearest-Neighbor Rules 20 1.6.2 Support Vector Machines 21 1.6.3 Neural Networks 22 1.6.4 Classification Trees 23 1.6.5 Rank-Based Rules 24 1.7 Feature Selection 25 Exercises 28 2 Error Estimation 35 2.1 Error Estimation Rules 35 2.2 Performance Metrics 38 2.2.1 Deviation Distribution 39 2.2.2 Consistency 41 2.2.3 Conditional Expectation 41 2.2.4 Linear Regression 42 2.2.5 Confidence Intervals 42 2.3 Test-Set Error Estimation 43 2.4 Resubstitution 46 2.5 Cross-Validation 48 2.6 Bootstrap 55 2.7 Convex Error Estimation 57 2.8 Smoothed Error Estimation 61 2.9 Bolstered Error Estimation 63 2.9.1 Gaussian-Bolstered Error Estimation 67 2.9.2 Choosing the Amount of Bolstering 68 2.9.3 Calibrating the Amount of Bolstering 71 Exercises 73 3 Performance Analysis 77 3.1 Empirical Deviation Distribution 77 3.2 Regression 79 3.3 Impact on Feature Selection 82 3.4 Multiple-Data-Set Reporting Bias 84 3.5 Multiple-Rule Bias 86 3.6 Performance Reproducibility 92 Exercises 94 4 Error Estimation for Discrete Classification 97 4.1 Error Estimators 98 4.1.1 Resubstitution Error 98 4.1.2 Leave-One-Out Error 98 4.1.3 Cross-Validation Error 99 4.1.4 Bootstrap Error 99 4.2 Small-Sample Performance 101 4.2.1 Bias 101 4.2.2 Variance 103 4.2.3 Deviation Variance, RMS, and Correlation 105 4.2.4 Numerical Example 106 4.2.5 Complete Enumeration Approach 108 4.3 Large-Sample Performance 110 Exercises 114 5 Distribution Theory 115 5.1 Mixture Sampling Versus Separate Sampling 115 5.2 Sample-Based Discriminants Revisited 119 5.3 True Error 120 5.4 Error Estimators 121 5.4.1 Resubstitution Error 121 5.4.2 Leave-One-Out Error 122 5.4.3 Cross-Validation Error 122 5.4.4 Bootstrap Error 124 5.5 Expected Error Rates 125 5.5.1 True Error 125 5.5.2 Resubstitution Error 128 5.5.3 Leave-One-Out Error 130 5.5.4 Cross-Validation Error 132 5.5.5 Bootstrap Error 133 5.6 Higher-Order Moments of Error Rates 136 5.6.1 True Error 136 5.6.2 Resubstitution Error 137 5.6.3 Leave-One-Out Error 139 5.7 Sampling Distribution of Error Rates 140 5.7.1 Resubstitution Error 140 5.7.2 Leave-One-Out Error 141 Exercises 142 6 Gaussian Distribution Theory: Univariate Case 145 6.1 Historical Remarks 146 6.2 Univariate Discriminant 147 6.3 Expected Error Rates 148 6.3.1 True Error 148 6.3.2 Resubstitution Error 151 6.3.3 Leave-One-Out Error 152 6.3.4 Bootstrap Error 152 6.4 Higher-Order Moments of Error Rates 154 6.4.1 True Error 154 6.4.2 Resubstitution Error 157 6.4.3 Leave-One-Out Error 160 6.4.4 Numerical Example 165 6.5 Sampling Distributions of Error Rates 166 6.5.1 Marginal Distribution of Resubstitution Error 166 6.5.2 Marginal Distribution of Leave-One-Out Error 169 6.5.3 Joint Distribution of Estimated and True Errors 174 Exercises 176 7 Gaussian Distribution Theory: Multivariate Case 179 7.1 Multivariate Discriminants 179 7.2 Small-Sample Methods 180 7.2.1 Statistical Representations 181 7.2.2 Computational Methods 194 7.3 Large-Sample Methods 199 7.3.1 Expected Error Rates 200 7.3.2 Second-Order Moments of Error Rates 207 Exercises 218 8 Bayesian MMSE Error Estimation 221 8.1 The Bayesian MMSE Error Estimator 222 8.2 Sample-Conditioned MSE 226 8.3 Discrete Classification 227 8.4 Linear Classification of Gaussian Distributions 238 8.5 Consistency 246 8.6 Calibration 253 8.7 Concluding Remarks 255 Exercises 257 A Basic Probability Review 259 A.1 Sample Spaces and Events 259 A.2 Definition of Probability 260 A.3 Borel-Cantelli Lemmas 261 A.4 Conditional Probability 262 A.5 Random Variables 263 A.6 Discrete Random Variables 265 A.7 Expectation 266 A.8 Conditional Expectation 268 A.9 Variance 269 A.10 Vector Random Variables 270 A.11 The Multivariate Gaussian 271 A.12 Convergence of Random Sequences 273 A.13 Limiting Theorems 275 B Vapnik–Chervonenkis Theory 277 B.1 Shatter Coefficients 277 B.2 The VC Dimension 278 B.3 VC Theory of Classification 279 B.3.1 Linear Classification Rules 279 B.3.2 kNN Classification Rule 280 B.3.3 Classification Trees 280 B.3.4 Nonlinear SVMs 281 B.3.5 Neural Networks 281 B.3.6 Histogram Rules 281 B.4 Vapnik–Chervonenkis Theorem 282 C Double Asymptotics 285 Bibliography 291 Author index 301 Subject index 305


Best Sellers


Product Details
  • ISBN-13: 9781118999738
  • Publisher: John Wiley & Sons Inc
  • Binding: Hardback
  • Language: English
  • Returnable: N
  • Spine Width: 31 mm
  • Width: 160 mm
  • ISBN-10: 1118999738
  • Publisher Date: 29 Jun 2015
  • Height: 239 mm
  • No of Pages: 336
  • Returnable: N
  • Weight: 707 gr


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Error Estimation for Pattern Recognition
John Wiley & Sons Inc -
Error Estimation for Pattern Recognition
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Error Estimation for Pattern Recognition

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!