登录
首页 » matlab » Lasso_OK

Lasso_OK

于 2020-11-05 发布
0 208
下载积分: 1 下载次数: 1

代码说明:

说明:  LASSO算法的MATLAB资料,对于数学建模很有帮助。(LASSO algorithm based on MATLAB. It is very useful for mathematical modeling.)

文件列表:

cxw_20150122\ElasticNet.pdf, 329437 , 2015-01-22
cxw_20150122\enet_talk.pdf, 189222 , 2015-01-22
cxw_20150122\l1-2.pdf, 482702 , 2015-01-22
cxw_20150122\l1_ls.pdf, 1477306 , 2015-01-22
cxw_20150122\l1_ls_matlab\@partialDCT\ctranspose.m, 72 , 2007-03-05
cxw_20150122\l1_ls_matlab\@partialDCT\mtimes.m, 175 , 2007-03-05
cxw_20150122\l1_ls_matlab\@partialDCT\partialDCT.m, 178 , 2008-04-08
cxw_20150122\l1_ls_matlab\find_lambdamax_l1_ls.m, 325 , 2007-03-05
cxw_20150122\l1_ls_matlab\find_lambdamax_l1_ls_nonneg.m, 339 , 2008-05-16
cxw_20150122\l1_ls_matlab\l1_ls.m, 8414 , 2008-04-11
cxw_20150122\l1_ls_matlab\l1_ls_nonneg.m, 7985 , 2008-04-11
cxw_20150122\l1_ls_matlab\l1_ls_usrguide.pdf, 83735 , 2008-05-16
cxw_20150122\l1_ls_matlab\mubiao.xlsx, 11061 , 2020-09-18
cxw_20150122\l1_ls_matlab\operator_example.m, 1306 , 2007-03-08
cxw_20150122\l1_ls_matlab\README.TXT, 1496 , 2008-05-16
cxw_20150122\l1_ls_matlab\simple_example.m, 387 , 2007-03-05
cxw_20150122\l1_ls_matlab\simple_example_1.m, 326 , 2020-09-18
cxw_20150122\l1_ls_matlab\te.xlsx, 1548331 , 2020-09-18
cxw_20150122\l1_ls_matlab.zip, 80125 , 2015-01-22
cxw_20150122\lasso-retro.pdf, 647463 , 2015-01-22
cxw_20150122\l1_ls_matlab\@partialDCT, 0 , 2020-09-18
cxw_20150122\l1_ls_matlab, 0 , 2020-09-18
cxw_20150122, 0 , 2020-09-18

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

发表评论

0 个回复

  • LFH_DPSK
    慢速跳频,调制样式为DPSK(DPSK/FH),包括信号的发射接收模型,自己写的代码,仅供参考。(Slow frequency hopping, modulation pattern for DPSK (DPSK/FH), including the launch of signal reception model, write your own code, for reference purposes only.)
    2008-01-11 20:21:06下载
    积分:1
  • MATLABRadarCode
    MATLAB Simulations for Radar Systems Design 书 仿真代码,按章节分好了。(MATLAB Simulations for Radar Systems Design code)
    2013-09-03 11:57:13下载
    积分:1
  • NSArray
    NSArray Class Reference for Developers
    2014-10-14 16:24:10下载
    积分:1
  • 91651897-Goldsmith-Wireless-Communications-Soluti
    Solutiona Manual Andrea Goldsmith Wireless Communications
    2013-10-09 14:51:34下载
    积分:1
  • attachments-(1)---Copy
    matlab simulation program for ASK
    2014-01-06 16:25:02下载
    积分:1
  • eqberdemo
    展示了线性、DFE、MLSE均衡器的信噪比性能,并通过蒙特卡罗模拟信道估计结果确定。(This demo shows the BER performance of linear, decision feedback (DFE), and maximum likelihood sequence estimation (MLSE) equalizers when operating in a static channel with a deep null. The MLSE equalizer is invoked first with perfect channel knowledge, then with an imperfect, although straightforward, channel estimation algorithm. The BER results are determined through Monte Carlo simulation. The demo shows how to use these equalizers seamlessly across multiple blocks of data, where equalizer state must be maintained between data blocks. )
    2014-02-10 17:47:36下载
    积分:1
  • Matlabbcsl
    matlab编程实例,合适初学者学习,参考,编程,仿真,很有价值的(matlab programming examples, suitable for beginners to learn, reference, programming, simulation, great value)
    2008-02-14 17:55:33下载
    积分:1
  • Proficient-in-MATLAB7--2007
    说明:  MATLAB7中级用户学习资料,300个详细实例(MATLAB7 intermediate users to learn the information, and 300 instances in detail)
    2011-04-14 09:12:37下载
    积分:1
  • Data-Fitting
    提供一元函数插值,样条插值,多项式插值或拟合,曲线拟合等数据拟合源码(Provide one yuan function interpolation, spline interpolation, polynomial interpolation or fitting, curve fitting, etc. Data fitting source)
    2014-09-12 16:18:26下载
    积分:1
  • BP.m
    在工程应用中 经常会遇到一些复杂的非线性系统, 这些系统状态方程复杂, 难以 用数学方 法准确建模。 在这种情况下, 可以 建立 BP 神 经网 络表达这些 非 线 性系 统。 该方法把未 知 系 统看成是一个黑箱, 首先用 系 统 输入输出 数据 训 练 BP 神 经网 络, 使网 络能 够表达该未 知 函 数, 然后就可以 用训练好的 BP 神经网络预测系统输出 。 本章拟合的非线性函 数为 y = x1^2+x2^2. 。 (In engineering applications often encounter some complex nonlinear systems, which complicated the equation of state, can not be accurately modeled mathematically. In this case, BP neural network can be established to express these nonlinear systems. The method of the unknown system as a black box, the first input and output data with systematic training BP neural network, the network can express the unknown function, then you can use the trained BP neural network forecasting system output. Chapter for fitting non-linear function y = x1 ^ 2+x2 ^ 2..)
    2014-12-13 21:39:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载