-
H2_1sin
it s backpropagation neural network for iris data set
- 2014-01-24 15:28:07下载
- 积分:1
-
ga
说明: 基于小生境遗传算法的DOA估计,并附相关MATLAB仿真图结果,与其他算法进行相关比较(Based on Niche Genetic Algorithm for DOA estimation, together with related results of MATLAB simulation diagram, compared with other related algorithms)
- 2010-04-04 12:15:57下载
- 积分:1
-
3
说明: 例题全部代码. 薛定宇, 陈阳泉. 高等应用数学问题的Matlab求解.(All the code examples. Xue Dingyu, Chen Yangquan. MATLAB to solve higher applied mathematical problems.)
- 2011-04-29 10:13:28下载
- 积分:1
-
MS_AR_FEX
MS-AR:马尔科夫取值转移自回归模型,状态可取两种状态,也可以取多种状态。(MS-AR:the program of Markov Switching autoregressive model.)
- 2014-01-23 17:09:22下载
- 积分:1
-
pca_comparison
Matlab comparison of PCA algorithms
- 2009-09-12 00:12:09下载
- 积分:1
-
flux
一个好用的磁链观测模型文件,已经经过测试(A useful document flux model has been tested)
- 2008-07-08 11:08:42下载
- 积分:1
-
exm0925_1
有关matlab初学编程的人有帮助的程序,特别是simulink的初学者。(the Matlab programming novice who help procedures, in particular Simulink beginners.)
- 2007-05-08 16:01:23下载
- 积分:1
-
ProUnit6
米字序贯,是传统序贯法的一种变异,可以处理一些特殊的多普勒回波(M word sequential is a variation of the traditional sequential method that can handle some special Doppler echo)
- 2012-07-07 11:42:07下载
- 积分:1
-
gui
结合gui和simulink的编程,能在gui中实时显示simulink模型中的数据。(combines gui and simulink, making the data of simulink model can display on the gui in real-time.)
- 2011-10-26 22:22:36下载
- 积分:1
-
GM_EM
不错的GM_EM代码。用于聚类分析等方面。( GM_EM- fit a Gaussian mixture model to N points located in n-dimensional
space.
Note: This function requires the Statistical Toolbox and, if you wish to
plot (for k = 2), the function error_ellipse
Elementary usage:
GM_EM(X,k)- fit a GMM to X, where X is N x n and k is the number of
clusters. Algorithm follows steps outlined in Bishop
(2009) Pattern Recognition and Machine Learning , Chapter 9.
Additional inputs:
bn_noise- allow for uniform background noise term ( T or F ,
default T ). If T , relevant classification uses the
(k+1)th cluster
reps- number of repetitions with different initial conditions
(default = 10). Note: only the best fit (in a likelihood sense) is
returned.
max_iters- maximum iteration number for EM algorithm (default = 100)
tol- tolerance value (default = 0.01)
Outputs
idx- classification/labelling of data in X
mu- GM centres)
- 2013-03-28 12:26:37下载
- 积分:1