登录
首页 » matlab » LARS-with-LASSO-modification

LARS-with-LASSO-modification

于 2020-07-14 发布 文件大小:391KB
0 239
下载积分: 1 下载次数: 224

代码说明:

  带LASSO修正的LARS算法 稀疏表示(LARS with LASSO modification Sparse Representation)

文件列表:

LARS with LASSO modification
............................\l1范数最小化方法文献阅读报告.pdf,196757,2012-03-06
............................\LARS_with_LASSO_modification_0.4
............................\................................\asd.asv,73,2011-11-08
............................\................................\gamma1_generate.m,861,2011-11-09
............................\................................\gamma2_generate.m,570,2011-11-09
............................\................................\LARS.asv,2541,2011-11-09
............................\................................\LARS.m,2633,2011-11-09
............................\................................\lars_diabetesData.fig,35553,2011-11-10
............................\................................\lars_myown.fig,101790,2011-11-10
............................\................................\lars_plot.m,174,2011-11-08
............................\................................\LARS_test_diabetesData.m,205,2011-11-09
............................\................................\LARS_test_myown.asv,336,2011-11-08
............................\................................\LARS_test_myown.m,483,2011-11-08
............................\................................\Phi.mat,69316,2011-11-08
............................\................................\Phi_sub_generate.m,151,2011-11-08
............................\................................\residual_correlatin_vector.m,120,2011-11-06
............................\................................\standard_dictionary_model_generation.m,238,2011-11-06
............................\................................\standard_length_1.m,247,2011-11-06
............................\................................\standard_mean_zero.m,215,2011-11-06
............................\................................\standard_norm_dictionary_generate.m,212,2011-11-06
............................\................................\test_lars_diabetesData.mat,15925,2006-05-21

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GA-DF2
    说明:  利用GA遗传算法解决欺骗函数最优问题,具体问题描述如下,如有问题请与我联系(The deceptive functions are a family of functions in which there exists low-order building blocks that do not combine to form the higher-order building blocks. Here, a deceptive problem that consists of 25 copies of the order-4 fully deceptive function DF2 is constructed for this paper. DF2 can be described as follows: f(0000)=28 f(0001)=26 f(0010)=24 f(0011)=18 f(0100)=22 f(0101)=6 f(0110)=14 f(0111)=0 f(1000)=20 f(1001)=12 f(1010)=10 f(1011)=2 f(1100)=8 f(1101)=4 f(1110)=6 f(1111)=30 This problem has a maximal function value of 750.)
    2020-05-10 09:50:49下载
    积分:1
  • KFFT
    计算离散傅里叶变换的一种快速算法,简称FFT。快速傅里叶变换是1965年由J.W.库利和T.W.图基提出的。采用这种算法能使计算机计算离散傅里叶变换所需要的乘法次数大为减少,特别是被变换的抽样点数N越多,FFT算法计算量的节省就越显著。(A computing discrete Fourier transform fast algorithm, referred to as FFT. Fast Fourier Transform in 1965 by the JW Cooley and TW Tuji Ti out. Using this algorithm enables a computer to calculate the number of multiplications needed for the discrete Fourier transform greatly reduced, especially sampling points N is transformed more and save FFT algorithm to calculate the amount of the more remarkable.)
    2013-12-18 22:32:50下载
    积分:1
  • 指派问题
    使用匈牙利算法来解决指派问题,MATLAB代码(The Hungarian algorithm solves the assignment problem)
    2017-10-12 23:30:41下载
    积分:1
  • for-anderson-CFD-code
    计算流体力学安德森第七章练习作业,附源程序。。(CFD Anderson Chapter VII practice operations, with source code. .)
    2014-04-05 09:52:41下载
    积分:1
  • Lorenz
    Evesen开发的洛伦兹模型耦合集合卡尔曼滤波算法(Lorenz model coupled with ensembled Kalman Filter)
    2013-10-09 13:55:31下载
    积分:1
  • vlmd
    计算低速气动力的涡格法程序,来自NASA,可信度高(This is a vortex lattice aerodynamic program from the low speed aerodynamics group at NASA Langley)
    2021-03-17 18:19:21下载
    积分:1
  • jisuanqi
    可以进行简单的数学运算:加、减、乘、除,sin(),cos(),tan()等,还可以对数字进行取余和开方的运算。但仅限于十进制下,还可以进行数的正、负之间的相互转换,exit表示退出, clear表示初始化,有一个 TextField用于显示传来的计算结果;Server端用于监听连接请求、计算发送过来的两数的和、送回数据结果。(Can perform simple arithmetic: add, subtract, multiply, divide, sin (), cos (), tan (), etc. can also figure to take over and prescribing arithmetic. But only under the metric system can also be used for a number of positive and negative between the conversion, exit, said exit, clear that the initialization, there is a TextField to display the results from the calculation Server client connection requests for eavesdropping, calculated sent the two and the number of returned data.)
    2009-03-06 20:45:25下载
    积分:1
  • SUANFAPPT
    常用的算法设计策略(包括分治策略、动态规划、贪心策略、回溯法、随机算法等) 算法复杂度分析方法(计算迭代次数、使用递归方程、频度分析等) (Commonly used algorithm design strategies (including the strategy of divide and conquer, dynamic programming, greedy strategy, backtracking method, random algorithm) algorithm complexity analysis (number of iterations, using a recursive equation, frequency analysis, etc.))
    2013-04-23 12:28:26下载
    积分:1
  • EOF
    说明:  经验正交函数分析FORTRAN程序,用于变量场的时空结构分离(配套书籍《现代气候统计诊断与预测技术》)。(empirical orthogonal function, FORTRAN procedure, used to separate the spatio-temporal structure of climate variables.)
    2019-03-07 17:15:59下载
    积分:1
  • Toeplitz-MUSIC-
    基于解相干的MUSIC源程序 矩阵分解算法 Toeplitz算法 矢量奇异值法 双向空间平滑MUSIC源程序(Based on decorrelation MUSIC algorithm source Toeplitz matrix factorization algorithms singular value vector bi source spatial smoothing MUSIC)
    2020-12-22 15:59:09下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载