网上购物 货比三家
您现在的位置:快乐比价网 > 图书 > 计算机与网络 > 软件工程 > 商品详情

(特价书)模式分类(英文版·第2版)

分享到:
(特价书)模式分类(英文版·第2版)

最 低 价:¥27.60

定 价:¥69.00

作 者:(美)Richard O.Duda,Peter E.Hart,David G.Stork

出 版 社:机械工业出版社

出版时间:2004 年2月

I S B N:711113687X

价格
27.60元

商品详情

编辑推荐

内容简介

书籍
计算机书籍
   [style type="text/css"][!--.unnamed1 { font-size: 14px}--][/style] “本书的第1版是模式识别领域的奠基性著作。而今,stork博士又从近年这一领域的最新成果中精选出重要的内容,对模式识别领域的发展进行了新的总结,并指明了对未来30年至关重要的问题。本书简明易读,新增的图表使得许多统计和数学题材非常生动,最终以完美和谐的形式,引导读者深入各种新的主题。”
   ——sargur n.srihari博士,纽约州立大学布法罗分校计算机科学与工程学教授开发和研究模式识别系统的实践者,无论其应用涉及语音识别,字符识别。图像处理还是信号分析,常会遇到需要从大量令人迷惑的技术中做出选择的难题。这本独一无二的教材及专业参考书,为你准备了充足的资料和信息,帮你选择最适合的技术。作为几十年内模式识别领域经典著作的新版,这一版本更新并扩充了原作,重点介绍模式分类及该领域近年来的巨大进展。本书已被卡内基-梅隆、哈佛、斯坦福、剑桥等120多所大学采纳为教材。
  
  清晰地阐明了模式识别的经典方法和新方法,包括神经网络、随机方法、遗传算法以及机器学习理论。
   提供了大量双色图表,用于突出展示各种概念。
   收录了大量实用的例题。
   采用伪代码形式的模式识别算法。
   扩充了对正文有关键意义的习题和计算机练习。
   用算法形式讲解特殊的模式识别和机器学习技术。
   每章后面均附有文献历史评述以及重要的参考文献。
   附录补充了必要的数学基础知识。
  [table width="191" border="0" align="center" height="124"] [tr] [td] [div align="center"][a href="http://www.china-pub.com/computers/common/info.asp?id=14573" target="_blank"][img src="http://www.china-pub.com/computers/ebook10000-15000/14573/cover.gif" width="78" height="110" border="0"][/a]
   [span class="unnamed1"] [a href="http://www.china-pub.com/computers/common/info.asp?id=14573" target="_blank"]模式分类(原书第2版)[/a][/span]
   [/div] [/td] [/tr][/table]

作者简介

Richard O.Duda于麻省理工学院获得电气工程博士学位,是加州San Jose州立大学电气工程系名誉教授。他是美国人工智能学会会士。IEEE会士。
Peter E. Hart是加州Ricoh Innovations公司的创始人、总裁和CEO,同时还是理光公司的高级副总裁,此前曾任理光加州研究中心的高级副总裁。他是美国人工智能学会会士、IEEE会士,曾获IEEE信息论协会50周年论文奖。
David G.Stork于马里兰大学获得博士学位,现任加州Ricoh Innovations公司的首席科学家,同时也是斯坦福大学电气工程与计算.. << 查看详细

目录

preface
1 introduction
1.1 machine perception, 1
1.2 an example, 1
1.2.1 related fields, 8
1.3 pattern recognition systems, 9
1.3.1 sensing, 9
1.3.2 segmentation and grouping, 9
1.3.3 feature extraction, 11
1.3.4 classification, 12
1.3.5 post processing, 13
1.4 the design cycle, 14
1.4.1 data collection, 14
1.4.2 feature choice, 14
1.4.3 model choice, 15
1.4.4 training, 15
1.4.5 evaluation, 15
1.4.6 computational complexity, 16
1.5 learning and adaptation, 16
1.5.1 supervised learning, 16
.1.5.2 unsupervised learning, 17
1.5.3 reinforcement learning, 17
1.6 conclusion, 17
summary by chapters, 17
bibliographical and historical remarks, 18
bibliography, 19
2 bayesian decision theory
2.1 introduction, 20
2.2 bayesian decision theory--continuous features, 24
2.2.1 two-category classification, 25
2.3 minimum-error-rate classification, 26
2.3.1 minimax criterion, 27
*2.3.2 neyman-pearson criterion, 28
2.4 classifiers, discriminant functions, and decision surfaces, 29
2.4.1 the multicategory case, 29
2.4.2 the two-category case, 30
2.5 the normal density, 31
2.5.1 univariate density, 32
2.5.2 multivariate density, 33
2.6 discriminant functions for the normal density, 36
*2.7 error probabilities and integrals, 45
*2.8 error bounds for normal densities, 46
2.8.1 chernoffbound, 46
2.8.2 bhattacharyyabound, 47
example 2 error bounds for gaussian distributions, 48
2.8.3 signal detection theory and operating characteristics, 48
2.9 bayes decision theory--discrete features, 51
2.9.1 independent binary features, 52
example 3 bayesian decisions for three-dimensional
binary data, 53
'2.10 missing and noisy features, 54
2.10.1 missing features, 54
2.10.2 noisy features, 55
*2.11 bayesian belief networks, 56
example 4 belief network for fish, 59
2.12 compound bayesian decision theory and context, 62
summary, 63
bibliographical and historical remarks, 64
problems, 65
computer exercises, 80
bibliography, 82
maximum-likelihood and bayesian
3 parameter estimation
3.1 introduction, 84
3.2 maximum-likelihood estimation, 85
3.2.1 the general principle, 85
3.2.2 the gaussian case: unknown , 88
3.2.3 the gaussian case: unknown and , 88
3.2.4 bias, 89
3.3 bayesian estimation, 90
3.3.1 the class-conditional densities, 91
3.3.2 the parameter distribution, 91
3.4 bayesian parameter estimation: gaussian case, 92
3.4.1 the univariate case: p(d), 92
3.4.2 the univariate case: p(x

商品评论(0条)

暂无评论!

您的浏览历史

loading 内容加载中,请稍后...