登录
首页 » matlab » Intelligent_Algorithm

Intelligent_Algorithm

于 2019-06-15 发布 文件大小:2521KB
0 144
下载积分: 1 下载次数: 13

代码说明:

  搜集了几种人工只能算法,基于Matlab平台编写,包括聚类、统计稀疏、最小范数法、DOA、投影追踪、稀疏贝叶斯等(Several artificial algorithms are collected and compiled on the platform of matlab, including clustering, statistical sparseness, minimum norm method, DOA, projection tracking, sparse Bayesian, etc.)

文件列表:

Intelligent_Algorithm\Clustering-master\Clustering.m, 3744 , 2019-01-28
Intelligent_Algorithm\Clustering-master\data\toy_clustering.mat, 2753 , 2019-01-28
Intelligent_Algorithm\Clustering-master\data\toy_subspace_clustering.mat, 3596 , 2019-01-28
Intelligent_Algorithm\Clustering-master\lib\DBSCAN.m, 3843 , 2019-01-28
Intelligent_Algorithm\Clustering-master\lib\Entropy_Weighting_Subspace_Kmeans.m, 2089 , 2019-01-28
Intelligent_Algorithm\Clustering-master\lib\Gaussian_Mixture.m, 2685 , 2019-01-28
Intelligent_Algorithm\Clustering-master\lib\ISODATA.m, 3552 , 2019-01-28
Intelligent_Algorithm\Clustering-master\lib\Kmeans.m, 1470 , 2019-01-28
Intelligent_Algorithm\Clustering-master\lib\Kmeanspp.m, 2712 , 2019-01-28
Intelligent_Algorithm\Clustering-master\lib\LVQ.m, 1949 , 2019-01-28
Intelligent_Algorithm\Clustering-master\lib\Mean_Shift.m, 3347 , 2019-01-28
Intelligent_Algorithm\Clustering-master\lib\Subspace_Kmeans.m, 2875 , 2019-01-28
Intelligent_Algorithm\Clustering-master\README.md, 2707 , 2019-01-28
Intelligent_Algorithm\Clustering-master\Subspace_Clustering.m, 135 , 2019-01-28
Intelligent_Algorithm\Clustering-master\tool\GenerateDataset.m, 927 , 2019-01-28
Intelligent_Algorithm\Clustering-master\tool\OptimalDecisionBoundary.m, 229 , 2019-01-28
Intelligent_Algorithm\Clustering-master\tool\PlotData.m, 1378 , 2019-01-28
Intelligent_Algorithm\C均值聚类分析\FCMClust.m, 5232 , 2009-06-28
Intelligent_Algorithm\C均值聚类分析\KFCMClust.m, 6960 , 2009-07-01
Intelligent_Algorithm\C均值聚类分析\核聚类算法.pdf, 128731 , 2005-05-06
Intelligent_Algorithm\Hough-master\CircleFromPoints.m, 990 , 2015-12-24
Intelligent_Algorithm\Hough-master\CircleFromThreePoints.m, 614 , 2015-12-24
Intelligent_Algorithm\Hough-master\coins2.jpg, 44601 , 2015-12-24
Intelligent_Algorithm\Hough-master\corridor.png, 295447 , 2015-12-24
Intelligent_Algorithm\Hough-master\exercise03.m, 2956 , 2018-12-29
Intelligent_Algorithm\Hough-master\HoughMatrix.m, 375 , 2015-12-24
Intelligent_Algorithm\Hough-master\HoughPoints.m, 1463 , 2015-12-24
Intelligent_Algorithm\Hough-master\naiveHough.m, 1026 , 2015-12-24
Intelligent_Algorithm\Hough-master\RandomHough.m, 2522 , 2015-12-24
Intelligent_Algorithm\Hough-master\randomhough.pdf, 99459 , 2015-12-24
Intelligent_Algorithm\Hough-master\RandomHoughCircles.m, 2837 , 2015-12-24
Intelligent_Algorithm\Hough-master\RandomPoints.m, 352 , 2015-12-24
Intelligent_Algorithm\Hough-master\README.md, 96 , 2015-12-24
Intelligent_Algorithm\K-means\FunK_mean.m, 2546 , 2019-04-21
Intelligent_Algorithm\K-means\FunK_mean3D.m, 2917 , 2019-04-21
Intelligent_Algorithm\K-means\FunK_meanPolyD.m, 2895 , 2019-04-21
Intelligent_Algorithm\K-means\FunK_meanPolyD_op.m, 2298 , 2019-04-21
Intelligent_Algorithm\K-means\New_test.m, 595 , 2019-04-21
Intelligent_Algorithm\K-means\TWO_D_K_means_test.m, 2358 , 2019-04-21
Intelligent_Algorithm\l1最小范数解\l1_ls.m, 8681 , 2018-12-21
Intelligent_Algorithm\l1范数最小化算法\l1_ls_nonneg.m, 8431 , 2013-09-19
Intelligent_Algorithm\TDOAAOAMatlab\ExtendedKalmanFilter.m, 4580 , 2019-01-18
Intelligent_Algorithm\TDOAAOAMatlab\TDOA AOA定位的扩展卡尔曼滤波定位算法Matlab源码.txt, 4586 , 2008-11-22
Intelligent_Algorithm\TDOAAOAMatlab\www.pudn.com.txt, 218 , 2007-06-05
Intelligent_Algorithm\投影追踪法\diaoyong.m, 753 , 2010-04-20
Intelligent_Algorithm\投影追踪法\Feasibility.m, 118 , 2010-03-30
Intelligent_Algorithm\投影追踪法\RAGA.m, 3877 , 2010-03-30
Intelligent_Algorithm\投影追踪法\Target.m, 447 , 2018-12-21
Intelligent_Algorithm\投影追踪法\投影追踪法.docx, 612652 , 2017-08-08
Intelligent_Algorithm\投影追踪法\综合评分法的投影寻踪评标方法研究_余贤华.caj, 270682 , 2017-08-08
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\cdf.m, 168 , 2017-05-01
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\crps.asv, 460 , 2017-04-24
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\crps.m, 190 , 2017-05-01
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\crps1.asv, 436 , 2017-05-01
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\crps1.m, 435 , 2017-04-27
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\fff.xlsx, 10133 , 2017-04-23
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\jisuan.m, 123 , 2017-05-10
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\main.m, 208 , 2015-09-26
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\main_me.asv, 690 , 2017-05-10
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\main_me.m, 909 , 2017-05-10
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\mean5_3.m, 611 , 2016-12-12
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\NAE_function.m, 300 , 2015-04-07
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\SB2_ControlSettings.m, 4564 , 2014-06-26
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\SB2_Diagnostic.m, 3845 , 2014-06-26
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\SB2_FormatTime.m, 1627 , 2014-06-26
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\SB2_FullStatistics.m, 6006 , 2014-06-26
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\SB2_Initialisation.m, 7449 , 2014-06-26
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\SB2_Likelihoods.m, 2240 , 2014-06-26
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\SB2_ParameterSettings.m, 3155 , 2014-06-26
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\SB2_PosteriorMode.m, 6419 , 2014-06-26
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\SB2_PreProcessBasis.m, 1898 , 2014-06-26
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\SB2_Sigmoid.m, 1145 , 2014-06-26
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\SB2_UserOptions.m, 5926 , 2014-06-26
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\sbl.asv, 3651 , 2017-05-10
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\sbl.m, 3650 , 2017-05-10
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\sbl_power1.asv, 3349 , 2016-11-30
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\sbl_powerfengsu.m, 4380 , 2014-06-26
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\sbl_quantile.asv, 3388 , 2017-01-19
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\sbl_quantile.m, 3387 , 2017-01-19
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\sbl_train.xlsx, 301653 , 2017-04-19
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\SparseBayes.m, 25270 , 2014-06-26
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\SparseBayesDemo.m, 8124 , 2014-06-26
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\sum_pin_ball.m, 286 , 2017-01-19
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\yc.mat, 4995 , 2017-04-25
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序\结果.xlsx, 384064 , 2017-04-27
Intelligent_Algorithm\稀疏贝叶斯程序\幅相值\fff.xlsx, 161881 , 2017-04-19
Intelligent_Algorithm\稀疏贝叶斯程序\幅相值\zhuanhuan.asv, 320 , 2017-04-19
Intelligent_Algorithm\稀疏贝叶斯程序\幅相值\zhuanhuan.m, 321 , 2017-04-19
Intelligent_Algorithm\统计稀疏分解欠定盲源分离程序\ssdp.m, 2768 , 2018-12-29
Intelligent_Algorithm\聚类分析及matlab实现.ppt, 1121280 , 2018-12-22
Intelligent_Algorithm\遗传算法加投影寻踪\pursuit.m, 2944 , 2018-12-21
Intelligent_Algorithm\Clustering-master\data, 0 , 2019-01-28
Intelligent_Algorithm\Clustering-master\lib, 0 , 2019-01-28
Intelligent_Algorithm\Clustering-master\tool, 0 , 2019-01-28
Intelligent_Algorithm\稀疏贝叶斯程序\SBL程序, 0 , 2019-05-27
Intelligent_Algorithm\稀疏贝叶斯程序\幅相值, 0 , 2017-09-07
Intelligent_Algorithm\Clustering-master, 0 , 2019-02-18
Intelligent_Algorithm\C均值聚类分析, 0 , 2009-07-02
Intelligent_Algorithm\Hough-master, 0 , 2015-12-24
Intelligent_Algorithm\K-means, 0 , 2019-04-21

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

发表评论

0 个回复

  • emd
    Hilbert 黄变换代码,主要实现黄变换的分解和谱分析(Hilbert Huang Transform code, the main achievement of Huang transform decomposition and spectral analysis)
    2008-03-02 00:13:06下载
    积分:1
  • ~6Book_MATLAB+simulink
    电子通信系统的建模与仿真 第6章 信号处理 6.1 MATLAB的数据可视化表达 6.2 MATLAB仿真中的信号处理 6.3 信号特征参数的计算 6.4 信号的频谱分析? 6.5 线性系统 6.6 数字滤波器设计与实现 (Electronic communications system modeling and simulation of signal processing Chapter 6 of the 6.1 MATLAB data visualization Expression 6.2 MATLAB simulation of signal processing 6.3 signal characteristic parameters for calculating the spectrum analyzer 6.4 signal ? 6.5 Linear Systems 6.6 Digital Filter Design and realize)
    2008-07-27 21:48:28下载
    积分:1
  • fankui
    关于反馈线性化的S函数文件 可修改应用到自己的程序中去(On the feedback of the linear S-function file)
    2012-06-01 22:27:31下载
    积分:1
  • Basics-of-MATLAB-and-Beyond---Andrew-Knight-(
    This file include matlab files to simulate example in "Basics of MATLAB and Beyond - Andrew Knight" e-book, you can use these .m file to improve your knowledge about matlab
    2011-08-29 12:56:32下载
    积分:1
  • juzhenjisuanyuyouhua
    矩阵运算与优化,包括特殊矩阵的生成及稀疏矩阵的介绍(Matrix calculation and optimization, including the introduction of a special matrix generation and sparse matrix)
    2014-10-19 16:12:28下载
    积分:1
  • music
    music算法的matlab实现,常用的一个matlab程序实例(the use of the music algorithm )
    2012-05-12 00:06:45下载
    积分:1
  • ClassResult
    可以获取Libsvm训练的model中支持向量在原始数据中的位置。(this function can get the model Libsvm training support vector in the original data.)
    2012-05-18 11:17:44下载
    积分:1
  • tsp_dp1
    traveler sale person in dynamic programming
    2011-10-24 03:59:34下载
    积分:1
  • GA
    说明:  改进遗传算法,克服遗传算法的缺点,有一定的参考价值。(The disadvantage improved genetic algorithm to overcome the genetic algorithm, a certain reference value.)
    2014-11-09 20:41:26下载
    积分:1
  • GMM
    通过应用matlab实现高斯算法,用EM估计GMM的数据参数,并把运算时其遗漏数据补全(Matlab achieved through the application of Gauss algorithm estimates GMM data parameters EM, and the missing data when computing its complement)
    2013-11-26 16:26:30下载
    积分:1
  • 696522资源总数
  • 104029会员总数
  • 31今日下载