CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Multipliers

搜索资源列表

  1. 4mult

    0下载:
  2. 可用的4位乘法器,用VHDL在FPGA中实现-available four multipliers, FPGA VHDL in achieving
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:江良伟
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. exact_alm_rpca

    1下载:
  2. RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)-The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function i
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:372.33kb
    • 提供者:Bingmiao Huang
  1. zuiyouhuashiyanbaogao

    5下载:
  2. 用MATLAB求解无约束的问题,主要有最速下降法,牛顿法,共轭梯度法,变尺度法(DFP和BFGS法),非线性最小二乘法。 用MATLAB求解有约束的问题,主要是外惩罚函数和广义乘子法。 以及一些对具体问题的分析,MATLAB的代码在文档里都有。 -Using MATLAB to solve the problem of non-binding, there are the steepest descent method, Newton method, conjugate gradie
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:80.39kb
    • 提供者:ljw
  1. optimizatiom-ariszheng2005

    0下载:
  2. 关于最大最小值,用拉格朗日乘子算法来解决。-Minimum value on the largest, with Lagrange multipliers to solve the algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-03
    • 文件大小:1.06mb
    • 提供者:林惠贞
  1. titanium

    0下载:
  2. VC Support Vector Classification Usage: [nsv alpha bias] = svc(X,Y,ker,C) Parameters: X - Training inputs Y - Training targets ker - kernel function C - upper bound (non-separable case) nsv - number of support vectors alpha -
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:706byte
    • 提供者:bahman
  1. chengzifa

    4下载:
  2. 基本的拉格朗日乘子法(又称为拉格朗日乘数法),就是求函数f(x1,x2,...)在g(x1,x2,...)=0的约束条件下的极值的方法。其主要思想是引入一个新的参数λ(即拉格朗日乘子),将约束条件函数与原函数联系到一起,使能配成与变量数量相等的等式方程,从而求出得到原函数极值的各个变量的解。 -Basic Lagrange multipliers (also known as Lagrange multiplier method), is of a function f (x1, x2 ,.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:537byte
    • 提供者:马晓敏
  1. MATLAB

    0下载:
  2. MATLAB函数参考手册,查看matlab函数作用以及功能。- SVMLSPex02.m Two Dimension SVM Problem, Two Class and Separable Situation Difference with SVMLSPex01.m: Take the Largrange Function (16)as object function insteads ||W||, so it need more
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:548.34kb
    • 提供者:王东东
  1. Fisherfenleiqi

    0下载:
  2. 理解Fisher准则方法确定最佳线性分界面方法的原理,以及拉格朗日乘子求解的原理-Fisher criterion to determine the best way to understand the interface methods of linear theory, and the principle of Lagrange multipliers to solve
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:348.86kb
    • 提供者:wgs
  1. LADM_LRR

    0下载:
  2. This the alternating direction method of multipliers by Zouchen Lin-This is the alternating direction method of multipliers by Zouchen Lin
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:8.63kb
    • 提供者:Dr.
  1. Onestep

    0下载:
  2. This the one step alternating direction method of multipliers by Deren Han-This is the one step alternating direction method of multipliers by Deren Han
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:680byte
    • 提供者:Dr.
  1. newton_lagrange

    1下载:
  2. 在matlab r2010a环境下编写的newton-lagrange算法,可以求解约束优化问题,程序返回目标函数值及拉格朗日乘子。-In matlab r2010a environment prepared newton-lagrange algorithms can solve constrained optimization problems, the program returns the value of the objective function and Lagrange mult
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:50.67kb
    • 提供者:程征
  1. Lagrange-multipliers

    1下载:
  2. 在matlab的环境下实现拉格朗日乘子法 -matlab achieve Lagrange multipliers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:161.79kb
    • 提供者:许晓菲
  1. ADMM

    5下载:
  2. The alternating direction method of multipliers优化算法。简称ADMM,是机器学习中比较广泛使用的约束问题最优化方法。-The alternating direction method of multipliers optimization algorithm. Acronym ADMM, the machine learning problem is more widespread use of constraint optimization me
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:856byte
    • 提供者:边疆
  1. Solver_Cosparse_ADMM

    0下载:
  2. Solver of Alternating Direction Method of Multipliers for analysis model
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:672byte
    • 提供者:文俊
  1. Huber

    0下载:
  2. 机器学习ADMM Huber损失最小化1范式约束算法Sparse Huber With L1 Constrain And Alternating Direction Method of Multipliers Method-Sparse Huber With L1 Constrain And Alternating Direction Method of Multipliers Method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1.14kb
    • 提供者:Allen
  1. ADMM_ALL

    0下载:
  2. 张量分解在推荐系统中有重要作用,代码实现张量的CP分解,用ADMM算法实现(We design an algorithm based on the Alternating Direction Method of Multipliers (ADM- M) technique. Experiments on real-world datasets find that the proposed model outperforms traditional methods.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:5.34mb
    • 提供者:miqiqian
  1. Deep-ADMM-Net-master

    0下载:
  2. Net is defined over a data flow graph, which is derived from the iterative pro- cedures in Alternating Direction Method of Multipliers (ADMM) algorithm for optimizing a CS-based MRI model. In the training phase, all parameters of the net, e.g., im
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:78.07mb
    • 提供者:隔壁家的熊
  1. admm_lin_inv

    2下载:
  2. ADMM 交替方向乘子法Alternating Direction Method of Multipliers(Alternating Direction Method of Multipliers)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:507kb
    • 提供者:妲己陪你玩
  1. FELICITY

    0下载:
  2. There are many finite element packages available, both commercial and free. FELICITY is designed for simulating problems where sub-domains interact in non-trivial ways, i.e. Partial Differential Equations (PDEs) on surfaces (e.g. Laplace-Beltrami) in
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:10.55mb
    • 提供者:davidbath
« 12 »
搜珍网 www.dssz.com