登录
首页 » matlab » Intelligent_Algorithm

Intelligent_Algorithm

于 2019-06-15 发布 文件大小:2521KB
0 167
下载积分: 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 个回复

  • 1-DIPUM-Code
    Image processing Basic Programms -1 using Matlab(Image processing Basic Programms-1 using Matlab)
    2009-06-06 18:13:03下载
    积分:1
  • Signal-analysis-and-recognition
    信号分析与识别仿真,采用GUI界面,包括数字和模拟信号的调制、解调及分析,可估计信号的频率、带宽等参数(Signal analysis and recognition simulation, USES the GUI interface, including digital and analog signal modulation and demodulation and analysis, can be estimated parameters such as frequency, bandwidth of the signal)
    2014-11-24 10:37:27下载
    积分:1
  • gen_ambig_lfwlfw
    LFM—LFM组合波形信号模糊函数图及模糊度图的仿真。(LFM-LFM combination waveform signal ambiguity function diagram and ambiguity simulation.)
    2013-02-01 22:31:43下载
    积分:1
  • maxicode.1.4.tar
    Maxicode 2D Barcode written in C. It is the latest version what I found.
    2015-03-27 16:07:46下载
    积分:1
  • relay-selection-wireless
    无线协同通信中中继选择算法的几种仿真程序,附有配套的论文。(Wireless cooperative communication relay selection algorithm several simulation program, accompanied by supporting papers.)
    2021-03-06 11:59:30下载
    积分:1
  • CM_MC_PLF
    说明:  含分布式电源的半不变量法概率潮流计算程序(Probabilistic Power Flow Computing Program Based on Semi-invariant Method)
    2021-01-25 11:48:37下载
    积分:1
  • Directional-patterns
    This MATLAB M-file will produce the FDTD solution of a sectoral (2-D) Perfectly Electric Conducting (PEC) horn antenna excited by a sinusoidal voltage in a TEz computational domain.(This MATLAB M-file will produce the FDTD solution of a sectoral (2-D) Perfectly Electric Conducting (PEC) horn antenna excited by a sinusoidal voltage in a TEz computational domain.)
    2013-11-24 23:30:57下载
    积分:1
  • Optimization-by-simulated-annealing
    Optimization by simulated annealing genetic algorithm, genetic algorithm so that the reverse search capabilities, through the simulation shows that can be better value.
    2013-12-10 05:31:57下载
    积分:1
  • krig
    说明:  MATLAB克里金差值,主要是之前收集的一些程序汇总(MATLAB Kriging Difference)
    2019-04-22 14:53:00下载
    积分:1
  • MATLAB-logis
    matlab 关于logistics映射的映射图,希望对您有所帮助(matlab logistic)
    2012-04-20 11:38:52下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载