注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當(dāng)前位置: 首頁出版圖書科學(xué)技術(shù)計算機(jī)/網(wǎng)絡(luò)人工智能模式分析的核方法:英文版

模式分析的核方法:英文版

模式分析的核方法:英文版

定 價:¥59.00

作 者: (英)John Shawe-Taylor,(美)Nello Cristianini著
出版社: 機(jī)械工業(yè)出版社
叢編項: 經(jīng)典原版書庫
標(biāo) 簽: 模式識別

ISBN: 9787111155553 出版時間: 2005-01-01 包裝: 膠版紙
開本: 24cm 頁數(shù): 462 字?jǐn)?shù):  

內(nèi)容簡介

  模式分析是從一批數(shù)據(jù)中尋找普遍關(guān)系的過程。它逐漸成為許多學(xué)科的核心,從神經(jīng)網(wǎng)絡(luò)到所謂句法模式識別,從統(tǒng)計模式識別到機(jī)器學(xué)習(xí)和數(shù)據(jù)挖掘,模式分析的應(yīng)用覆蓋了從生物信息學(xué)到文檔檢索的廣泛領(lǐng)域。本書所描述的核方法為所有這些學(xué)科提供了一個有力的和統(tǒng)一的框架,推動了可以用于各種普遍形式的數(shù)據(jù)(如字符串、向量、文本等)的各種算法的發(fā)展,并可以用于尋找各種普遍的關(guān)系類型(如排序、分類、回歸和聚類等)。本書有兩個主要目的。首先,它為專業(yè)人員提供了一個包容廣泛的工具箱,其中包含各種易于實現(xiàn)的算法、核函數(shù)和解決方案。許多算法給出了MATLAB編碼,可適用于許多領(lǐng)域的模式分析任務(wù)。其次,它為學(xué)生和研究人員提供了一個方便的入門向?qū)?,去了解基于核的模式分析這個迅速發(fā)展的領(lǐng)域。書中舉例說朋了如何針對新的特定應(yīng)用手工寫出一個算法或核函數(shù),同時還給出了為完成此任務(wù)所需的初步方案及數(shù)學(xué)工具。本書分三部分。第一部分介紹了這個領(lǐng)域的基本概念,書中不僅給出了一個展開的入門例子,而且還闡述了這種方法的主要理論基礎(chǔ)。第二部分包含了若干基于核的算法,從最簡單的到較復(fù)雜的系統(tǒng),例如核偏序最小二乘法、正則相關(guān)分析、支持向量機(jī)、主成分分析等。第三部分描述了若干核函數(shù),從基本的例子到高等遞歸核函數(shù)、從生成模型導(dǎo)出的核函數(shù)(女IIHMM)和基于動態(tài)規(guī)劃的串匹配核函數(shù),以及用于處理文本文檔的特殊核函數(shù)。本書適用于所有從事模式識別、機(jī)器學(xué)習(xí)、神經(jīng)網(wǎng)絡(luò)及其應(yīng)用(從計算生物學(xué)到文本分析)的研究人員。

作者簡介

  John Shawe-Taylor英國南安普敦大學(xué)計算機(jī)科學(xué)系教授。1986年在倫敦大學(xué)皇家勒威學(xué)院獲得博士學(xué)位。他的主要研究領(lǐng)域包括:神經(jīng)網(wǎng)絡(luò)、機(jī)器學(xué)習(xí)、信息論、算法理論、機(jī)器視覺、語言處理、觸覺處理等。他還是NeuroCOLT學(xué)會歐洲組的成員,發(fā)表過大量技術(shù)論文。Nello Cristianini美國加州大學(xué)戴維斯分校統(tǒng)計學(xué)系副教授。他的主要研究領(lǐng)域包括:機(jī)器學(xué)習(xí)算法的分析與設(shè)計及其應(yīng)用領(lǐng)域。他還是Journal of Machine Learning Research雜志的執(zhí)行編輯。

圖書目錄

Part I Basic concepts 1
1 Pattern analysis 3
1.1 Patterns in data 4
1.2 Pattern analysis algorithms 12
1.3 Exploiting patterns 17
1.4 Summary 22
1.5 Further reading and advanced topics 23
2 Kernel methods: an overview 25
2.1 The overall picture 26
2.2 Linear regression in a feature space 27
2.3 Other examples 36
2.4 The modularity of kernel methods 42
2.5 Roadmap of the book 43
2.6 Summary 44
2.7 Further reading and advanced topics 45
3 Properties of kernels 47
3.1 Inner products and positive semi-definite matrices 48
3.2 Characterisation of kernels 60
3.3 The kernel matrix 68
3.4 Kernel construction 74
3.5 Summary 82
3.6 Further reading and advanced topics 82
4 Detecting stable patterns 85
4.1 Concentration inequalities 86
4.2 Capacity and regularisation: Rademacher theory 93
4.3 Pattern stability for kernel-based classes 97
4.4 A pragmatic approach 104
4.5 Summary 105
4.6 Further reading and advanced topics 106
Part II Pattern analysis algorithms 109
5 Elementary algorithms in feature space 111
5.1 Means and distances 112
5.2 Computing projections: Gram–Schmidt, QR and Cholesky 122
5.3 Measuring the spread of the data 128
5.4 Fisher discriminant analysis I 132
5.5 Summary 137
5.6 Further reading and advanced topics 138
6 Pattern analysis using eigen-decompositions 140
6.1 Singular value decomposition 141
6.2 Principal components analysis 143
6.3 Directions of maximum covariance 155
6.4 The generalised eigenvector problem 161
6.5 Canonical correlation analysis 164
6.6 Fisher discriminant analysis II 176
6.7 Methods for linear regression 176
6.8 Summary 192
6.9 Further reading and advanced topics 193
7 Pattern analysis using convex optimisation 195
7.1 The smallest enclosing hypersphere 196
7.2 Support vector machines for classification 211
7.3 Support vector machines for regression 230
7.4 On-line classification and regression 241
7.5 Summary 249
7.6 Further reading and advanced topics 250
8 Ranking, clustering and data visualisation 252
8.1 Discovering rank relations 253
8.2 Discovering cluster structure in a feature space 264
8.3 Data visualisation 280
8.4 Summary 286
8.5 Further reading and advanced topics 286
Part III Constructing kernels 289
9 Basic kernels and kernel types 291
9.1 Kernels in closed form 292
9.2 ANOVA kernels 297
9.3 Kernels from graphs 304
9.4 Diffusion kernels on graph nodes 310
9.5 Kernels on sets 314
9.6 Kernels on real numbers 318
9.7 Randomised kernels 320
9.8 Other kernel types 322
9.9 Summary 324
9.10 Further reading and advanced topics 325
10 Kernels for text 327
10.1 From bag of words to semantic space 328
10.2 Vector space kernels 331
10.3 Summary 341
10.4 Further reading and advanced topics 342
11 Kernels for structured data: strings, trees, etc. 344
11.1 Comparing strings and sequences 345
11.2 Spectrum kernels 347
11.3 All-subsequences kernels 351
11.4 Fixed length subsequences kernels 357
11.5 Gap-weighted subsequences kernels 360
11.6 Beyond dynamic programming: trie-based kernels 372
11.7 Kernels for structured data 382
11.8 Summary 395
11.9 Further reading and advanced topics 395
12 Kernels from generative models 397
12.1 P-kernels 398
12.2 Fisher kernels 421
12.3 Summary 435
12.4 Further reading and advanced topics 436
Appendix A Proofs omitted from the main text 437
Appendix B Notational conventions 444
Appendix C List of pattern analysis methods 446
Appendix D List of kernels 448
References 450
Index 460

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) m.ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號