《Matlab7.x系统建模与仿真光盘内容》源码,人民邮电出版社06年出版,学习simulink很好的例子
上传时间: 2014-01-07
上传用户:天诚24
《Matlab7.x数字信号处理》源码,人民邮电出版社06年版,学习DSP算法很好的参考资料
上传时间: 2014-01-02
上传用户:wanqunsheng
一个GNU的开源软件,基于linux下X-Window的flash播放器,工作稳定,方便移植和修改
上传时间: 2014-01-14
上传用户:aa54
Source code (C++) of the Amoebax game for Symbian OS UIQ3.x。
标签: Amoebax Symbian Source code
上传时间: 2014-01-25
上传用户:qiao8960
Source code (C++) of the Icebloxx game for Symbian OS UIQ3.x
标签: Icebloxx Symbian Source code
上传时间: 2016-06-01
上传用户:JasonC
凯撒密码的过程,再用配对字母取代讯息里的原始字母位移加密法(shift cipher):模数计算。Ek(x)=(x+k)mod 26,Dk(y)=(y –k)mod 26 如:k=5 “hello world”加密为:mjqqt….
上传时间: 2014-01-23
上传用户:nairui21
Matlab7.x程序设计-王建卫-源代码及习题答案
上传时间: 2014-06-15
上传用户:ls530720646
Delphi direct X图象处理教程,讲述在Delphi环境中进行图象处理的方法
上传时间: 2014-01-11
上传用户:851197153
BP算法 给定一个由N维向量X组成的集合,这些向量将是一个响应agent的感知处理单元计算出的特征向量。这些分量的值可以是数值,也可以是布尔值。这些动作也许是学习者所观察到的一个教师对一组输入的响应。这些相关的动作有时称为向量的“标号”或“类别”。集合与响应的标号组成“训练集合(training set)”.机器学习问题就是寻找一个函数。
上传时间: 2016-06-03
上传用户:waizhang
% EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input data, n=number of observations, d=dimension of variable % k - maximum number of Gaussian components allowed % ltol - percentage of the log likelihood difference between 2 iterations ([] for none) % maxiter - maximum number of iteration allowed ([] for none) % pflag - 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) % Init - structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) % % Ouputs: % W(1,k) - estimated weights of GM % M(d,k) - estimated mean vectors of GM % V(d,d,k) - estimated covariance matrices of GM % L - log likelihood of estimates %
标签: multidimensional estimation algorithm Gaussian
上传时间: 2013-12-03
上传用户:我们的船长