网上购物 货比三家
您现在的位置:快乐比价网 > 图书 > 人文社科 > 其它 > 商品详情

支持向量机导论(英文影印版)[按需印刷]

分享到:
支持向量机导论(英文影印版)[按需印刷]

最 低 价:¥58.00

定 价:¥29.00

作 者:(美)Nello Cristianini,(英)John Shawe-Taylor

出 版 社:机械工业出版社

出版时间:2005 年8月

I S B N:7111167899

商品详情

编辑推荐

内容简介

“本书对机器学习和数据挖掘的最重要发展领域进行了全面的介绍。书中清晰的条理、富于逻辑性的推演以及优美的文字,备受初学者和专家的赞许。在线参考文献与软件是本书独一无二的和适应时代的新颖特点。我竭诚地向读者推荐此书。”——olvi mangasarian,威斯康星大学
  
   “本书介绍支持向量机的理论与实践,是一本优秀的和引人入胜的著作。书中阐明了专业人员所面临的种种关键问题及其解决方案,书后包含一个非常有用的附录,是用伪代码编写的优化算法。”——david haussler,加利福尼亚大学
  
   “本书展现了一个主要由vladimir vapnik 创立的统计学习理论的全新领域,它以正则化技术的研究成果为基础,在数学方法和应用技术两个方面都可能成为一座真正的科学金矿。在这一领域中形成并在日益增多的重大应用中得到使用的主要算法是与正则化类似的支持向量机技术。这本简明扼要的著作对支持向量机及其理论基础进行了严密而自含的介绍。这是值得数学家和工程师一读的读物。”——tomaso poggio,麻省理工学院
  
  支持向量机 (support vector machine, svm) 是建立在统计学理论最新进展基础上的新一代学习系统。本书是第一本全面介绍支持向量机的著作。支持向量机是在20世纪90年代初提出的,随之引发了对这种技术的广泛应用和深入理论分析。至今在若干实际应用 (如文本编目、手写字符识别、图像分类和生物进化链分析等)中,支持向机量足以提供最佳的学习性能,而且在机器学习与数据挖掘中已被确立为一种标准工具。学生将会发现本书不仅对他们具有激励作用,同时也很容易理解;对于专业人员而言,本书可以引导他们轻松自如地获得为掌握理论及其应用所需的材料。本书以循序渐进的、自含的、易于接受的方式引入各种概念,而且论述严谨透彻。本书所提供的参考文献和可以下载软件的网站将会成为读者进一步学习的起点。同样,本书及相关网站将引导专业人员了解最新的文献、新应用和在线软件。

作者简介

Nello Cristlanini 先后在意大利的里雅斯特大学、英国伦敦大学皇家豪勒威学院、英国布里斯投大学、美国加州大学圣克鲁兹分校学习。他是支持向量机与其他学习系统的理论与应用方面卓有成就的年青研究人员,在各种杂志和国际学术会议上发表了许多有关这一领域的论文。
John Shawe-Taylor 先后在英国剑桥大学、位子斯洛文尼亚的卢布尔雅那大学、加拿大西蒙·弗雷泽大学、英国伦敦大学帝国学院、英国伦敦大学皇家豪勒威学院学习。他发表了许多有关学习系统以及离散数学和计算机科学等领域.. << 查看详细

目录

preface
notation
1 the learning methodology
1.1 supervised learning
1.2 learning and generalisation
1.3 improving generalisation
1.4 attractions and drawbacks of learning
1.5 support vector machines for learning
1.6 exercises
1.7 further reading and advanced topics
2 linear learning machines
2.1 linear classification
2.1.1 rosenblatt's perceptron
2.1.2 other linear classifiers
2.1.3 multi-class discrimination
2.2 linear regression
2.2.1 least squares
2.2.2 ridge regression
2.3 dual representation of linear machines
2.4 exercises
.2.5 further reading and advanced topics
3 kernel-induced feature spaces
3.1 learning in feature space
3.2 the implicit mapping into feature space
3.3 making kernels
3.3.1 characterisation of kernels
3.3.2 making kernels from kernels
3.3.3 making kernels from features
3.4 working in feature space
3.5 kernels and gaussian processes
3.6 exercises
3.7 further reading and advanced topics
4 generalisation theory
4.1 probably approximately correct learning
4.2 vapnik chervonenkis (vc) theory
4.3 margin-based bounds on generalisation
4.3.1 maximal margin bounds
4.3.2 margin percentile bounds
4.3.3 soft margin bounds
4.4 other bounds on generalisation and luckiness
4.5 generalisation for regression
4.6 bayesian analysis of learning
4.7 exercises
4.8 further reading and advanced topics
5 optimisation theory
5.1 problem formulation
5.2 lagrangian theory
5.3 duality
5.4 exercises
5.5 further reading and advanced topics
6 support vector machines
6.1 support vector classification
6.1.1 the maximal margin classifier
6.1.2 soft margin optimisation
6.1.3 linear programming support vector machines
6.2 support vector regression
6.2.1 8-insensitive loss regression
6.2.2 kernel ridge regression
6.2.3 gaussian processes
6.3 discussion
6.4 exercises
6.5 further reading and advanced topics
7 implementation techniques
7.1 general issues
7.2 the naive solution: gradient ascent
7.3 general techniques and packages
7.4 chunking and decomposition
7.5 sequential minimal optimisation (smo)
7.5.1 analytical solution for two points
7.5.2 selection heuristics
7.6 techniques for gaussian processes
7.7 exercises
7.8 further reading and advanced topics
8 applications of support vector machines
8.1 text categorisation
8.1.1 a kernel from ir applied to information filtering
8.2 image recognition
8.2.1 aspect independent classification
8.2.2 colour-based classification
8.3 hand-written digit recognition
8.4 bioinformatics
8.4.1 protein homology detection
8.4.2 gene expression
8.5 further reading and advanced topics
a pseudocode for the smo algorithm
b background mathematics
b.1 vector spaces
b.2 inner product spaces
b.3 hilbert spaces
b.4 operators, eigenvalues and eigenvectors
references
index

商品评论(0条)

暂无评论!

您的浏览历史

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