登录
首页 » matlab » kmbox-master

kmbox-master

于 2021-03-14 发布
0 241
下载积分: 1 下载次数: 5

代码说明:

说明:  核自适应滤波代码 KRLS KLMS KAPA(Kernel adaptive filter code krls klms Kapa)

文件列表:

kmbox-master, 0 , 2019-06-15
kmbox-master\.gitignore, 6 , 2019-06-15
kmbox-master\demo, 0 , 2019-06-15
kmbox-master\demo\km_demo_akcca.m, 4179 , 2019-06-15
kmbox-master\demo\km_demo_kcca.m, 2766 , 2019-06-15
kmbox-master\demo\km_demo_kcca_full.m, 2839 , 2019-06-15
kmbox-master\demo\km_demo_kde.m, 784 , 2019-06-15
kmbox-master\demo\km_demo_kiham.m, 2225 , 2019-06-15
kmbox-master\demo\km_demo_kpca_3clusters.m, 1999 , 2019-06-15
kmbox-master\demo\km_demo_kpca_u.m, 2298 , 2019-06-15
kmbox-master\demo\km_demo_krlst.m, 3155 , 2019-06-15
kmbox-master\demo\km_demo_krls_mg30.m, 3930 , 2019-06-15
kmbox-master\demo\km_demo_krls_wiener.m, 3513 , 2019-06-15
kmbox-master\demo\km_demo_krr.m, 1360 , 2019-06-15
kmbox-master\demo\km_demo_krr_icd.m, 1257 , 2019-06-15
kmbox-master\demo\km_demo_krr_nystrom.m, 1308 , 2019-06-15
kmbox-master\demo\km_demo_pca.m, 955 , 2019-06-15
kmbox-master\demo\km_demo_template.m, 350 , 2019-06-15
kmbox-master\demo\km_run_all_demos.m, 788 , 2019-06-15
kmbox-master\install.m, 227 , 2019-06-15
kmbox-master\lib, 0 , 2020-03-25
kmbox-master\lib\km_akcca.m, 14990 , 2019-06-15
kmbox-master\lib\km_aldkrls.m, 2774 , 2019-06-15
kmbox-master\lib\km_fbkrls.m, 3781 , 2020-03-25
kmbox-master\lib\km_kcca.m, 5159 , 2019-06-15
kmbox-master\lib\km_kde.m, 1379 , 2019-06-15
kmbox-master\lib\km_kernel.m, 1217 , 2019-06-15
kmbox-master\lib\km_kernel_center.m, 983 , 2019-06-15
kmbox-master\lib\km_kernel_icd.m, 2319 , 2019-06-15
kmbox-master\lib\km_kiham.m, 2357 , 2019-06-15
kmbox-master\lib\km_kpca.m, 1065 , 2019-06-15
kmbox-master\lib\km_kpca_icd.m, 1281 , 2019-06-15
kmbox-master\lib\km_krlst.m, 5733 , 2019-06-15
kmbox-master\lib\km_krr.m, 1080 , 2019-06-15
kmbox-master\lib\km_krr_icd.m, 1280 , 2019-06-15
kmbox-master\lib\km_krr_nystrom.m, 1665 , 2019-06-15
kmbox-master\lib\km_memfill.m, 504 , 2019-06-15
kmbox-master\lib\km_norma.m, 2278 , 2019-06-15
kmbox-master\lib\km_pca.m, 881 , 2019-06-15
kmbox-master\lib\km_qklms.m, 2682 , 2019-06-15
kmbox-master\lib\km_silverman.m, 797 , 2019-06-15
kmbox-master\lib\km_swkrls.m, 3061 , 2020-03-26
kmbox-master\lib\km_template.m, 318 , 2019-06-15
kmbox-master\LICENSE.txt, 1510 , 2019-06-15
kmbox-master\README.md, 7811 , 2019-06-15

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

发表评论

0 个回复

  • immunity
    说明:  针对实际对象数学模型不明确而难以控制的问题,采用人工免疫网络的离散模 型与学习算法,将人工免疫系统与神经网络结构的优势相结合,提出了一种基于人工免疫 网络的模式识别算法,构造了对象识别的人工免疫网络模型.该算法综合了网络节点的定 位与参数调整以及对基函数的平滑因子实施调谐等功能,有效地解决了径向基函数 (RBF)神经网络模式识别的两个阶段任务,使模式识别的精度有较大的改进.采用两个不 同对象函数进行的仿真试验表明,该算法具有快速收敛性与较高的准确性. (Mathematical model for the actual object is not clear and difficult to control the problem, the use of artificial immune network model and the discrete learning algorithm, artificial immune systems and neural networks combine the advantages of structure, an artificial immune network based on pattern recognition algorithms, Construction of the object identified by artificial immune network model. the algorithm is a combination of network nodes to adjust the position and parameters as well as the basis function implementation of the smoothing factor, tuning and other functions, to effectively solve the Radial Basis Function (RBF) neural network pattern recognition of two phase of the task, so that the accuracy of pattern recognition have greater improvements. the use of two different object functions of the simulation tests show that the algorithm has fast convergence and higher accuracy.)
    2008-10-27 20:31:43下载
    积分:1
  • classifier_D
    使用SVM分类器来预测乳腺癌病人的预后(特征选择;分类器构建),评价模型时使用无被交叉验证,性能评价指标包括准确率,AUC,灵敏度,特异度。学会最基本的机器学习方法。可查看分发给大家的代码,以后遇到类似的问题,可用相似的思路和代码。(The SVM classifier was used to predict the prognosis of breast cancer patients (feature selection; classifier construction), and the model was used without cross-validation. Performance evaluation indicators included accuracy, AUC, sensitivity, and specificity. Learn the most basic machine learning methods. You can view the code distributed to everyone, and later encounter similar problems, similar ideas and code can be used.)
    2019-03-12 19:57:53下载
    积分:1
  • pushlet
    pushlet 示例 源码,供参考 发达省份(pushlet example示例 源码,供参考 第三方)
    2011-05-11 10:46:49下载
    积分:1
  • 下单面板EA
    MT4快捷下单 多品种管理 加仓 划线下单等(MT4 Quick Single and Multiple Varieties Management)
    2020-06-30 17:00:01下载
    积分:1
  • QPSK发射机&接收机
    说明:  实现QPSK发射和接收的整个过程,并做出不同信噪比下的星座图和误码率图(Implement the entire process of QPSK transmission and reception, and make constellations and BER maps with different signal-to-noise ratios)
    2018-05-07 20:12:33下载
    积分:1
  • 基于蜜蜂群的数值优化设计
    AN IDEA BASED ON HONEY BEE SWARM FOR NUMERICAL OPTIMIZATION
    2022-01-21 22:58:28下载
    积分:1
  • VC++删除指定目录下某种类型的文件
    VC++删除指定目录下某种类型的文件,要删除的文件类型,可以选择exe/doc/txt/mp3/pdf等,指定文件类型后,会检索出这些文件,并绑定的文件列表中显示出来,当点击“删除文件”后,搜索中的文件会被全部删除。
    2023-07-08 17:20:02下载
    积分:1
  • 内存映射修改大文件.关于数据采集系统中,大数据采集实时,采用的内存技术,很好的文章
    内存映射修改大文件.关于数据采集系统中,大数据采集实时,采用的内存技术,很好的文章-Modify memory mapping large files. On the data acquisition system, the data acquisition in real time, using a memory technology, a very good article
    2022-12-30 17:35:03下载
    积分:1
  • cmm_ISO2000
    公司用于CMM3级实施培训的教程,对于提高CMM3级实施水平的提高有较好的帮助.(CMM3 class companies for the implementation of training curricula, improve CMM3 level for the implementation level have better help.)
    2007-09-14 08:58:41下载
    积分:1
  • zhouzhihua
    说明:  zhouzhihua machine learning book
    2019-07-01 13:49:24下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载