模式识别与神经网络

出版时间:2009-6  出版社:人民邮电  作者:里普利  页数:403  
Tag标签:无  

前言

Pattern recognition has a long and respectable history within engineer-ing, especially for military applications, but the cost of the hardwareboth to acquire the data (signals and images) and to compute theanswers made it for many years a rather specialist subject. Hardwareadvances have made the concerns of pattern recognition of much widerapplicability. In essence it covers the following problem:'Given some examples of complex signals and the correctdecisions for them, make decisions automatically for a streamof future examples.'There are many examples from everyday life:Name the species of a flowering plant.Grade bacon rashers from a visual image.Classify an X-ray image of a tumour as cancerous or benign.Decide to buy or sell a stock option.Give or refuse credit to a shopper.Many of these are currently performed by human experts, but it isincreasingly becoming feasible to design automated systems to replacethe expert and either perform better (as in credit scoring) or 'clone' theexpert (as in aids to medical diagnosis).Neural networks have arisen from analogies with models of the waythat humans might approach pattern recognition tasks, although theyhave developed a long way from the biological roots. Great claims havebeen made for these procedures, and although few of these claims havewithstood careful scrutiny, neural network methods have had greatimpact on pattern recognition practice. A theoretical understanding ofhow they work is still under construction, and is attempted here byviewing neural networks within a statistical framework, together withmethods developed in the field of machine learning.One of the aims of this book is to be a reference resource, so almostall the results used are proved (and the remainder are given referencesto complete proofs). The proofs are often original.

内容概要

本书是模式识别和神经网络方面的名著,讲述了模式识别所涉及的统计方法、神经网络和机器学习等分支。书的内容从介绍和例子开始,主要涵盖统计决策理论、线性判别分析、弹性判别分析、前馈神经网络、非参数方法、树结构分类、信念网、无监管方法、探寻优良的模式特性等方面的内容。  本书可作为统计与理工科研究生课程的教材,对模式识别和神经网络领域的研究人员也是极有价值的参考书。

作者简介

里普利(B.D.Ripley)著名的统计学家,牛津大学应用统计教授。他在空间统计学、模式识别领域作出了重要贡献,对S的开发以及S-PLUSUS和R的推广应用有着重要影响。20世纪90年代他出版了人工神经网络方面的著作,影响很大,引导统计学者开始关注机器学习和数据挖掘。除本书外,他还著有Modern Applied Statistics with S和S Programming。

书籍目录

1 Introduction and Examples 1.1 How do neural methods differ? 1.2 The patterm recognition task 1.3 Overview of the remaining chapters 1.4 Examples 1.5 Literature2 Statistical Decision Theory 2.1 Bayes rules for known distributions 2.2 Parametric models 2.3 Logistic discrimination 2.4 Predictive classification 2.5 Alternative estimation procedures 2.6 How complex a model do we need? 2.7 Performance assessment 2.8 Computational learning approaches3 Linear Discriminant Analysis 3.1 Classical linear discriminatio 3.2 Linear discriminants via regression 3.3 Robustness 3.4 Shrinkage methods 3.5 Logistic discrimination 3.6 Linear separatio andperceptrons4 Flexible Diseriminants 4.1 Fitting smooth parametric functions 4.2 Radial basis functions 4.3 Regularization5 Feed-forward Neural Networks 5.1 Biological motivation 5.2 Theory 5.3 Learning algorithms 5.4 Examples 5.5 Bayesian perspectives 5.6 Network complexity 5.7 Approximation results6 Non-parametric Methods 6.1 Non-parametric estlmation of class densities 6.2 Nearest neighbour methods 6 3 Learning vector quantization 6.4 Mixture representations7 Tree-structured Classifiers 7.1 Splitting rules 7.2 Pruning rules 7.3 Missing values 7.4 Earlier approaches 7.5 Refinements 7.6 Relationships to neural networks 7.7 Bayesian trees8 Belief Networks 8.1 Graphical models and networks 8.2 Causal networks 8 3 Learning the network structure 8.4 Boltzmann machines 8.5 Hierarchical mixtures of experts9 Unsupervised Methods ……10 Finding Good Pattern FeaturesA Statistical SidelinesGlossaryReferencesAuthor IndexSubject Index

章节摘录

插图:The calculations here are from Hjort (1986); versions of these for-mulae are given by Aitchison & Dunsmore (1975) (up to the differencesin the meaning of their multivariate t) and Geisser (1993). This ap-proach is originally due to Geisser (1964, 1966).The differences between the predictive and plug-in approaches willbe small or zero for roughly equally prevalent classes. In other cases,for example screening for rare diseases or when very few data areavailable, the differences can be dramatic as shown by the examples inAitchison & Dunsmore (1975, 11.5-11.6). The latter do have groupswith nk only slightly greater than p, for example p = 8 and n2 = 11when fitting a covariance matrix to each class, which would be seenas over-fitting in the plug-in approach. (Indeed, one might choose notto use all the variables, or perhaps to restrict the class of covariancematrices considered.)Aitchison et al. (1977) conducted a small-sample simulation compar-ison of the plug-in and predictive methods for two multivariate normalpopulations. They were (correctly) criticized by Moran & Murphy(1979) for using the accuracy of the estimation of the log=odds as thebasis of comparison rather than error rates, and for including mainlyequal sample sizes of the two classes. Moran & Murphy's results showvery little difference in the error rates, and show that for estimationof the log-odds the debiasing methods of Section 2.5 are effective inremoving the dramatic optimism of the plug-in method where it occurs.

媒体关注与评论

“……模式分类和神经网络技术应用A-面的优秀教材……Ripley写了一本详尽、易懂的教材……这本书用简明的形式和迷人的风格介绍了统计模式识别和神经网络的数学理论,必将在该领域中广为流传。”  ——《自然》“这本书特别值得关注,是理论与实例的完美结合。”  ——A.Gelman.国际统计学会杂志“我极力推荐这本书,任何一位研究人员都可以领教Ripley的博学多才,并从书中给出的大量参考文献中获益匪浅。”  ——DeeDenteneer。ITWNieuws“对统计数据分析的原理与方法感兴趣的任何人都会从中受益……为未来数年的理论发展指明了方向。”  ——StephenRoberts.《泰晤士报高等教育增刊》

编辑推荐

随着人工智能、信息检索和海量数据处理等技术的发展,模式识别成为了研究热点。在《模式识别与神经网络(英文版)》中,Riprley将模式识别领域中的统计方法和基于神经网络的机器学习这两个关键思想结令起来:以统计决策理;仑和计算学习理论为依据,建立了神经网络理论的坚实基础。在理论层面,《模式识别与神经网络(英文版)》强调概率与统计;在实践层面。则强调模式识别的实用方法。《模式识别与神经网络(英文版)》已被国际知名大学采用为教材,对于研究模式识别和神经网络的专业人士,也是不可不读的优秀参考书。

图书封面

图书标签Tags

评论、评分、阅读与下载


    模式识别与神经网络 PDF格式下载


用户评论 (总计1条)

 
 

  •   书本身还可以,但是买家没给发票,而且书很旧,有种难闻的问道,已申请退货
 

250万本中文图书简介、评论、评分,PDF格式免费下载。 第一图书网 手机版

京ICP备13047387号-7