请选择 进入手机版 | 继续访问电脑版
楼主: hanszhu
6304 14

[下载]Andrew R. Webb:Statistical Pattern Recognition, Second Edition [推广有奖]

  • 0关注
  • 34粉丝

院士

26%

还不是VIP/贵宾

-

TA的文库  其他...

Clojure NewOccidental

Job and Interview

Perl资源总汇

威望
7
论坛币
144575150 个
通用积分
74.1937
学术水平
37 点
热心指数
38 点
信用等级
25 点
经验
23228 点
帖子
1869
精华
1
在线时间
793 小时
注册时间
2005-1-3
最后登录
2024-3-3

hanszhu 发表于 2005-4-13 20:43:00 |显示全部楼层 |坛友微信交流群
相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币

Statistical Pattern Recognition, Second Edition Andrew R. Webb ISBN: 0-470-84514-7 Paperback 514 pages August 2002 CDN $103.99

Statistical pattern recognition is a very active area of study and research, which has seen many advances in recent years. New and emerging applications - such as data mining, web searching, multimedia data retrieval, face recognition, and cursive handwriting recognition - require robust and efficient pattern recognition techniques. Statistical decision making and estimation are regarded as fundamental to the study of pattern recognition.

Statistical Pattern Recognition, Second Edition has been fully updated with new methods, applications and references. It provides a comprehensive introduction to this vibrant area - with material drawn from engineering, statistics, computer science and the social sciences - and covers many application areas, such as database design, artificial neural networks, and decision support systems.

* Provides a self-contained introduction to statistical pattern recognition. * Each technique described is illustrated by real examples. * Covers Bayesian methods, neural networks, support vector machines, and unsupervised classification. * Each section concludes with a description of the applications that have been addressed and with further developments of the theory. * Includes background material on dissimilarity, parameter estimation, data, linear algebra and probability. * Features a variety of exercises, from 'open-book' questions to more lengthy projects.

The book is aimed primarily at senior undergraduate and graduate students studying statistical pattern recognition, pattern processing, neural networks, and data mining, in both statistics and engineering departments. It is also an excellent source of reference for technical professionals working in advanced information development environments.

For further information on the techniques and applications discussed in this book please visit www.statistical-pattern-recognition.net

12156.rar (2.47 MB, 需要: 100 个论坛币) 本附件包括:

  • Statistical Pattern Recognition (2nd Ed.).pdf

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:Statistical Recognition statistica statistic cognition Statistical Edition Recognition Pattern Andrew

本帖被以下文库推荐

hanszhu 发表于 2005-4-13 20:44:00 |显示全部楼层 |坛友微信交流群

Table of Contents

Preface.

Notation.

Introduction to statistical pattern recognition.

Density estimation - parametric.

Density estimation - nonparametric.

Linear discriminant analysis

Nonlinear discriminant analysis - kernel methods.

Nonlinear discriminant analysis - projection methods.

Tree-based methods.

Performance.

Feature selection and extraction.

Clustering.

Additional topics.

Appendix A: Measures of dissimilarity.

Appendix B: Parameter estimation.

Appendix C: Linear algebra.

Appendix D: Data.

Appendix E: Probability theory.

References.

Index.

使用道具

hanszhu 发表于 2005-4-13 20:45:00 |显示全部楼层 |坛友微信交流群

Related Websites

http://www.statistical-pattern-recognition.net/

Visit this site for references and links to further information on techniques and applications.

[此贴子已经被作者于2005-4-13 20:47:59编辑过]

使用道具

hanszhu 发表于 2005-4-14 09:21:00 |显示全部楼层 |坛友微信交流群
  • Provides a self-contained introduction to statistical pattern recognition.
  • Each technique described is illustrated by real examples.
  • Covers Bayesian methods, neural networks, support vector machines, and unsupervised classification.
  • Each section concludes with a description of the applications that have been addressed and with further developments of the theory.
  • Includes background material on dissimilarity, parameter estimation, data, linear algebra and probability.
  • Features a variety of exercises, from ‘open-book’ questions to more lengthy projects.

使用道具

hanszhu 发表于 2005-4-14 09:24:00 |显示全部楼层 |坛友微信交流群
This book provides an introduction to statistical pattern recognition theory and techniques. Most of the material presented in this book is concerned with discrimination and classification and has been drawn from a wide range of literature including that of engineering, statistics, computer science and the social sciences. The book is an attempt to provide a concise volume containing descriptions of many of the most useful of today's pattern processing techniques including many of the recent advances in nonparametric approaches to discrimination developed in the statistics literature and elsewhere. The techniques are illustrated with examples of real-world applications studies. Pointers are also provided to the diverse literature base where further details on applications, comparative studies and theoretical developments may be obtained.

Statistical pattern recognition is a very active area of research. Many advances over recent years have been due to the increased computational power available, enabling some techniques to have much wider applicability. Most of the chapters in this book have concluding sections that describe, albeit briefly, the wide range of practical applications that have been addressed and further developments of theoretical techniques.

Thus, the book is aimed at practitioners in the `field' of pattern recognition (if such a multidisciplinary collection of techniques can be termed a field) as well as researchers in the area. Also, some of this material has been presented as part of a graduate course on information technology. A prerequisite is a knowledge of basic probability theory and linear algebra, together with basic knowledge of mathematical methods (the use of Lagrange multipliers to solve problems with equality and inequality constraints, for example). Some basic material is presented as appendices. The exercises at the ends of the chapters vary from `open book' questions to more lengthy computer projects.

Chapter 1 provides an introduction to statistical pattern recognition, defining some terminology, introducing supervised and unsupervised classification. Two related approaches to supervised classification are presented: one based on the estimation of probability density functions and a second based on the construction of discriminant functions. The chapter concludes with an outline of the pattern recognition cycle, putting the remaining chapters of the book into context. Chapters 2 and 3 pursue the density function approach to discrimination, with Chapter 2 addressing parametric approaches to density estimation and Chapter 3 developing classifiers based on nonparametric schemes.

Chapters 4-7 develop discriminant function approaches to supervised classification. Chapter 4 focuses on linear discriminant functions; much of the methodology of this chapter (including optimisation, regularisation, support vector machines) is used in some of the nonlinear methods. Chapter 5 explores kernel-based methods, in particular, the radial basis function network and the support vector machine, techniques for discrimination and regression that have received widespread study in recent years. Related nonlinear models (projection-based methods) are described in Chapter 6. Chapter 7 considers a decision tree approach to discrimination, describing the CART (classification and regression tree) methodology and MARS (multivariate adaptive regression splines).

Chapter 8 considers performance: measuring the performance of a classifier and improving the performance by classifier combination. The techniques of Chapters 9 and 10 may be described as methods of exploratory data analysis or preprocessing (and as such would usually be carried out prior to the supervised classification techniques of Chapters 2-7, although they could, on occasion, be post-processors of supervised techniques). Chapter 9 addresses feature selection and feature extraction - the procedures for obtaining a reduced set of variables characterising the original data. Such procedures are often an integral part of classifier design and it is somewhat artificial to partition the pattern recognition problem into separate processes of feature extraction and classification. However, feature extraction may provide insights into the data structure and the type of classifier to employ; thus, it is of interest in its own right. Chapter 10 considers unsupervised classification or clustering - the process of grouping individuals in a population to discover the presence of structure; its engineering application is to vector quantisation from image and speech coding.

Finally, Chapter 11 addresses some important diverse topics including model selection. Appendices largely cover background material and material appropriate if this book is used as a text for a 'conversion course': measures of dissimilarity, estimation, linear algebra, data analysis and basic probability.

The website www.statistical-pattern-recognition.net contains references and links to further information on techniques and applications. In preparing the second edition of this book I have been helped by many people. I am grateful to colleagues and friends who have made comments on various parts of the manuscript. In particular, I would like to thank Mark Briers, Keith Copsey, Stephen Luttrell, John O'Loghlen and Kevin Weekes (with particular thanks to Keith for examples in Chapter 2); Wiley for help in the final production of the manuscript; and especially Rosemary for her support and patience

使用道具

hannie 发表于 2005-4-14 12:12:00 |显示全部楼层 |坛友微信交流群
我没钱了!

使用道具

math616 发表于 2008-2-28 14:24:00 |显示全部楼层 |坛友微信交流群

怎样搛分?

使用道具

math616 发表于 2008-2-28 14:25:00 |显示全部楼层 |坛友微信交流群
请教各位,怎样才能得到高分?

使用道具

dyz 发表于 2008-2-28 15:20:00 |显示全部楼层 |坛友微信交流群
太贵了

使用道具

kken 发表于 2008-9-15 12:32:00 |显示全部楼层 |坛友微信交流群
请教各位,怎样才能得到高分?

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注jltj
拉您入交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-3-28 17:32