文件名称:FAST-ICA

  • 所属分类:
  • 图形图像处理(光照,映射..)
  • 资源属性:
  • [Text]
  • 上传时间:
  • 2013-06-27
  • 文件大小:
  • 1kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • liu***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

1、对观测数据进行中心化,;

2、使它的均值为0,对数据进行白化—>Z;

3、选择需要估计的分量的个数m,设置迭代次数p<-1

4、选择一个初始权矢量(随机的W,使其维数为Z的行向量个数);

5、利用迭代W(i,p)=mean(z(i,:).*(tanh((temp) *z)))-(mean(1-(tanh((temp)) *z).^2)).*temp(i,1)来学习W (这个公式是用来逼近负熵的)

6、用对称正交法处理下W

7、归一化W(:,p)=W(:,p)/norm(W(:,p))

8、若W不收敛,返回第5步

9、令p=p+1,若p小于等于m,返回第4步

剩下的应该都能看懂了

基本就是基于负熵最大的快速独立分量分析算法-1, on the center of the observation data, 2, making a mean of 0, the data to whitening-> Z 3, select the number of components to be estimated m, setting the number of iterations p < -1 4, select an initial weight vector (random W, so that the Z dimension of the row vectors of numbers) 5, the use of iteration W (i, p) = mean (z (i, :).* (tanh ((temp) ' * z)))- (mean (1- (tanh ((temp)) ' * z). ^ 2)).* temp (i, 1) to learn W (This formula is used to approximate the negative entropy) 6 with symmetric orthogonal treatments W 7, normalized W (:, p) = W (:, p)/norm (W (:, p)) 8, if W does not converge, return to step 5 9 , so that p = p+1, if p less than or equal m, return to step 4 should be able to read the rest of the basic is based on negative entropy of the largest fast independent component analysis algorithm
(系统自动生成,下载前可以参看下载内容)

下载文件列表





FAST-ICA.txt

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org