CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 凸优化

搜索资源列表

  1. Archetype-Hull-Ranking

    0下载:
  2. 我们设计一个新奇的规则化框架以学习相似性度量用于无约束人脸验证。我们形式化它的目标函数通过融合鲁棒性对于大规模的个人人脸的内部变化和新奇的相似性度量的辨别力。额外,我们的形式是一个凸优化问题,保证了全局最优解的存在。-we migrate such a geometric model to address face recognition and verification together through proposing a unified archetype hull rankin
  3. 所属分类:Project Design

    • 发布日期:2017-05-06
    • 文件大小:840166
    • 提供者:郭继东
  1. matlab_cvx

    0下载:
  2. 用于L1范数凸优化的一款matlab工具包,对压缩感知学者有一定帮助。-L1 norm for a convex optimization matlab toolkit, compression perception scholars have some help.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8069623
    • 提供者:李明
  1. CSDOA

    1下载:
  2. 凸优化算法实现DOA估计,可以分辨多个目标,估计出目标方位,且有很高的分辨性能。-Convex optimization algorithm to achieve DOA estimation, can distinguish multiple targets, to estimate the direction of the target, and has a high resolution performance.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1352
    • 提供者:赵安琦
  1. lmi

    0下载:
  2. 俞立老师书本例题的仿真程序,凸优化,最优解,可行性等问题。对线性不等式的编程有很好的参考性-Yu Li, teacher simulation of the book program, convex optimization, the optimal solution, feasibility and other issues. The programming of linear inequalities has a good reference
  3. 所属分类:source in ebook

    • 发布日期:2017-05-05
    • 文件大小:5871
    • 提供者:郭婷婷
  1. ADMM-method

    4下载:
  2. ADMM方法对于求解线性约束凸优化问题是有效的。在本文中,我们提出了一个邻近线性算法,同伦算法习惯于求解每个迭代点的子问题。在合适的条件下,这个全局收敛和的收敛速度是所提出算法被证明的最糟糕的情况。一个初始的数值结果表明提出方法的有效性。-ADMM method for solving linear constrained convex optimization problem is effective. In this paper, we propose a near linear algo
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:147713
    • 提供者:akd
  1. maximalPowerPlanningCVX

    0下载:
  2. 运用凸优化理论,在matlab中采用CVX工具箱进行仿真的最大功率分配算法-the maximal power planning of CVX
  3. 所属分类:3G develop

    • 发布日期:2017-12-13
    • 文件大小:515
    • 提供者:wangguo
  1. examples

    0下载:
  2. 求解满足约束的稀疏化矩阵,使用L1范数进行凸松弛转化为一个凸优化问题(to solve the sparsity matrix)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:6144
    • 提供者:火山520
  1. Exp_1_2

    0下载:
  2. 非线性凸优化约束问题 min 10 - x1**2 - x2**2, s.t. x1**2 - x2 <= 0 and x1 + x2 = 0(In this exercise, I use Python-Scipy to solve the following constrained nonlinear optimazation problem: min 10 - x1**2 - x2**2, s.t. x1**2 - x2 <= 0 and x1 + x2 = 0)
  3. 所属分类:Python编程

    • 发布日期:2017-12-31
    • 文件大小:4096
    • 提供者:koutianwu
  1. 线性分类器

    0下载:
  2. 该程序能够实现对于一个样本完成感知机,最小二乘法,凸优化方法解决SVM和matlab自带函数解决SVM的四种程序,并且通过修改部分参数可以完成不同效果。(The program can be achieved for a complete sample perceptron, least squares method, convex optimization method to solve SVM and MATLAB with four program function to solve th
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:14336
    • 提供者:围生
  1. APGL

    2下载:
  2. 用于求解凸优化问题,恢复低秩密度矩阵问题(this matlab Algorithm can be used for the convey optimal problen, and also for the low-rank density matrix reconstruction)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:4096
    • 提供者:柴丹
  1. cvx

    0下载:
  2. 凸优化工具,matlab中初始化后可以用来构造转换滤波器。(tool box to design filter)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-05
    • 文件大小:8015872
    • 提供者:花开未靡
  1. 基于backtracking和0.618的两种梯度下降直线搜索算法

    3下载:
  2. 本算法为凸优化中的常用优化算法:梯度下降算法。本程序由matlab编写,内含有注释,分别用非精确直线搜索和精确直线搜索两种方法实现了梯度下降算法。
  3. 所属分类:matlab例程

  1. cvx

    0下载:
  2. 求解最优化问题的matlab 工具 cvx,直接解压后运行 cvx_setup 即可(Matlab tool CVX for solving optimization problems, running cvx_setup after direct decompression)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:21197824
    • 提供者:电动鱼
  1. cvx-w64

    0下载:
  2. 计算凸优化问题的matlab程序包,支持64位系统。来自斯坦福大牛Boyd。(CVX is a Matlab-based modeling system for convex optimization. CVX turns Matlab into a modeling language, allowing constraints and objectives to be specified using standard Matlab expression syntax.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-09
    • 文件大小:20770816
    • 提供者:metachaos
  1. 凸优化

    0下载:
  2. this is a good book for convec optimazation
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:askldsa
  1. Mutual_Coupling

    0下载:
  2. 阵列互耦估计,凸优化,均匀线阵解决一维DOA估计问题(Array mutual coupling estimation)
  3. 所属分类:交通/航空行业

    • 发布日期:2018-04-29
    • 文件大小:6144
    • 提供者:doutdy126
  1. 支持向量机( SVM)

    0下载:
  2. 支持向量机凸优化例子,利用支持向量机算法建立分类模型的例子(An example of support vector machine convex optimization and an example of using support vector machine to establish a classification model)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:yyuan15
  1. BP

    3下载:
  2. 除匹配追踪类贪婪迭代算法之外,压缩感知重构算法另一大类就是凸优化算法或最优化逼近方法,这类方法通过将非凸问题转化为凸问题求解找到信号的逼近,其中最常用的方法就是基追踪(Basis Pursuit, BP),该方法提出使用l1范数替代l0范数来解决最优化问题,以便使用线性规划方法来求解(In addition to match-tracking greedy iterative algorithms, another major category of compressed-perceptual
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:730112
    • 提供者:jiaxiaoxiao
  1. Code

    1下载:
  2. 凸优化教程学习以及Matlab例程使用,里面有各种方法的structure和example(convex optimization learning programs in Matlab, including structure guides and examples of various methods)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:609280
    • 提供者:Queensatoria
  1. cvx_double_stabel_and_move

    2下载:
  2. 基于凸优化算法,频率分集阵列天线在全时空域内可控点聚焦,实现对动目标追踪、多目标聚焦,可用于实现点对点秘密通信(Based on convex optimization algorithm, the frequency diversity array antenna can focus on controllable points in the whole time and space domain, and can be used to realize point to point secre
  3. 所属分类:matlab例程

    • 发布日期:2020-05-17
    • 文件大小:2048
    • 提供者:喑哑无言
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com