凸优化

凸优化 pdf epub mobi txt 电子书 下载 2025

出版者:世界图书出版公司北京公司
作者:Stephen Boyd
出品人:
页数:716
译者:
出版时间:2013-10-1
价格:149.00
装帧:平装
isbn号码:9787510061356
丛书系列:
图书标签:
  • 数学
  • 机器学习
  • 优化
  • 计算机
  • optimization
  • Math
  • 组合优化
  • MathOptimization
  • 凸优化
  • 最优化理论
  • 数学规划
  • 工程数学
  • 运筹学
  • 机器学习
  • 算法设计
  • 线性代数
  • 非线性优化
  • 应用数学
想要找书就要到 小美书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

具体描述

《凸优化(英文)》由世界图书出版社出版。

作者简介

作者:(美国)鲍迪(Stephen Boyd)

目录信息

Preface
Introduction
1.1. Mathematical optimization
1.2 Least—squares and linear programming
1.3 Convex optimization
1.4 Nonlinear optimization
1.5 Outline
1.6 Notation
Bibliography
Theory
Convex sets
2.1 Affine and convex sets
2.2 Some important examples
2.3 Operations that preserve convexity
2.4 Generalized inequalities
2.5 Separating and supporting hyperplanes
2.6 Dual cones and generalized inequalities
Bibliography
Exercises
Convex functions
3.1 Basic properties and examples
3.2 Operations that preserve convexity
3.3 The conjugate function
3.4 Quasiconvex functions
3.5 Log—concave and log—convex functions
3.6 Convexity with respect to generalized inequalities
Bibliography
Exercises
Convex optimization problems
4.1 Optimization problems
4.2 Convex optimization
4.3 Linear optimization problems
4.4 Quadratic optimization problems
4.5 Geometric programming
4.6 Generalized inequality constraints
4.7 Vector optimization
Bibliography
Exercises
Duality
5.1 The Lagrange dual function
5.2 The Lagrange dual problem
5.3 Geometric interpretation
5.4 Saddle—point interpretation
5.5 Optimality conditions
5.0 Perturbation and sensitivity analysis
5.7 Examples
5.8 Theorems of alternatives
5,9 Generalized inequalities
Bibliography
Exercises
II Applications
6 Approximation and fitting
6.1 Norm approximation
0.2 Least—norm problems
6.3 Regularized approximation
6.4 Robust approximation
6.5 Function fitting and interpolation
Bibliography
Exercises
Statistical estimation
7.1 Parametric distribution estimation
7.2 Nonparametric distribution estimation
7.3 Optimal detector design and hypothesis testing
7.4 Chebyshev and Chernoff bounds
7.5 Experiment design
Bibliography
Exercises
8 Geometric problems
8.1 Projection on a set
8.2 Distance between sets
8.3 Euclidean distance and angle problems
8.4 Extremal volume ellipsoids
8.5 Centering
8.6 Classification
8.7 Placement and location
8.8 Floor planning
Bibliography
Exercises
III Algorithms
9 Unconstrained minimization
9.1 Unconstrained minimization problems
9.2 Descent methods
9.3 Gradient descent method
9.4 Steepest descent method
9.5 Newton's method
9.6 Self—concordance
9.7 Implementation
Bibliography
Exercises
10 Equality constrained minimization
10.1 Equality constrained minimization problems
10.2 Newton's method with equality constraints
10.3 Infeasible start Newton method
10.4 Implementation
Bibliography
Exercises
11 Interior—point methods
11.1 Inequality constrained minimization problems
11.2 Logarithmic barrier function and central path
11.3 The barrier method
11.4 Feasibility and phase I methods
11.5 Complexity analysis via self—concordance
11.6 Problems with generalized inequalities
11.7 Primal—dual interior—point methods
11.8 Implementation
Bibliography
Exercises
Appendices
A Mathematical background
A.1 Norms
A.2 Analysis
A.3 Functions
A.4 Derivatives
A.5 Linear algebra
Bibliography
B Problems involving two quadratic functions
B.1 Single constraint quadratic optimization
B.2 The S—procedure
B.3 The field of values of two symmetric matrices
B.4 Proofs of the strong duality results
Bibliography
C Numerical linear algebra background
C.1 Matrix structure and algorithm complexity
C.2 Solving linear equations with factored matrices
C.3 LU, Cholesky, and LDLT factorization
C.4 Block elimination and Schur complements
C.5 Solving underdetermined linear equations
Bibliography
References
Notation
Index
· · · · · · (收起)

读后感

评分

强大的数学工具----凸优化! 用于解决很多工程问题 无数科学研究者在这上面砸无数文章 这本书是对凸优化最全面的介绍 但是阅读前最好有较好的矩阵论运算的基础 比如向量分解,特征值分解等等 学完此书再看些文章可以感觉你真正学到了东西!!  

评分

本书是我目前为止读过的最难的书籍之一,上一本天书是《纯粹理性批判》,两书以截然不同的方式抽象世界、认识世界,但都以同样的方式碾压了我微不足道的智力。 本书分三大部分,采用多次阅读逐渐深入的方法,读了两个月,第一部分理论读3遍,理解30%;第二部分应用读5遍,理解7...  

评分

这本书最大的不同就是理论介绍很多,而且采用很好的几何学到方法解释,非常清楚。后面一部分介绍具体到算法,只介绍了重要的算法,如果能于Numerical Opimization结合看会很好。此外,还可以verycd上找到视频讲座,那个老外发音相当标准。;)  

评分

强大的数学工具----凸优化! 用于解决很多工程问题 无数科学研究者在这上面砸无数文章 这本书是对凸优化最全面的介绍 但是阅读前最好有较好的矩阵论运算的基础 比如向量分解,特征值分解等等 学完此书再看些文章可以感觉你真正学到了东西!!  

评分

”初版即过时“ 这本书是相当尴尬的,记得英文是04年出的, 05-06年以后,这方面的求解方法大量涌现, 尤其是关于L1 L2范数的优化文章 压缩感知、sparse model在计算机视觉等领域的火热 直接推动了 L-p 范数优化的广泛研究 内点法(本书主要方法) 被当作 base method 来比...  

用户评价

评分

凸优化

评分

例子丰富,应用为主

评分

配合CVX101,效果好到爆。10天入门凸分析。

评分

凸优化

评分

例子丰富,应用为主

本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

© 2025 book.quotespace.org All Rights Reserved. 小美书屋 版权所有