资源简介
ICA程序,利用Infomax算法实现,比较实用,建议跳过最优成分数估计,直接手动输入。
代码片段和文件信息
function [SAUllinfo]=icaML(XKpardebug_draw)
% icaML : ICA by ML (Infomax) with square mixing matrix and no noise.
%
% function [SAUllinfo]=icaML(X[K][par]) Independent component analysis (ICA) using
% maximum likelihood square mixing matrix and
% no noise [1] (Infomax). Source prior is assumed
% to be p(s)=1/pi*exp(-ln(cosh(s))). For optimization
% the BFGS algorithm is used [2]. See code for
% references.
%
% X : Mixed signals
% K : Number of source components.
% For K=0 (default) number of sources are equal to number of
% observations.
% For K < number of observations SVD is used to reduce the
% dimension.
% par: Vector with 4 elements:
% (1) : Expected length of initial step
% Stopping criteria:
% (2) : Gradient ||g||_inf <= par(2)
% (3) : Parameter changes ||dW||_2 <= par(3)*(par(3) + ||W||_2)
% (4) : Maximum number of iterations
% Any illegal element in opts is replaced by its
% default value [1 1e-4*||g(x0)||_inf 1e-8 100]
% debug_draw : Draw debug information
%
% S : Estimated source signals with variance
% scaled to one.
% A : Estimated mixing matrix
% U : Principal directions of preprocessing PCA.
% If K (the number of sources) is equal to the number
% of observations then no PCA is performed and U=eye(K).
% ll : Log likelihood for estimated sources
% info : Performance information vector with 6 elements:
% (1:3) : final values of [ll ||g||_inf ||dx||_2]
% (4:5) : no. of iteration steps and evaluations of (llg)
% (6) : 1 means stopped by small gradient
% 2 mea
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 15496 2003-09-09 13:37 MLcorrected\icaML.m
文件 3347 2006-06-22 14:15 MLcorrected\icaML_bic.m
文件 845 2002-12-18 14:56 MLcorrected\sc
相关资源
- Composite kernel for hyperspectral classificat
- jacob Hiding the application window is not all
- Mathematica 8.0.1
- Mathematica_10.4.0注册机_Keygen
- Mathematica8.0(中文版)注册机及使用说
- 数学建模--Mathematica 论文+代码+注释合
- UTMI+ Specification
-
Mathli
nk 混合编程 - Fundamentals of Wireless Communication 习题答
- PSI9 Probability and Statistical Inference 原书
- Wolfram Mathematica 11.x 全版本通用注册机
- Microsoft Root Certification 2010&2011解决VS
- Multi-AP_Specification_v1.0.docx
- CAMPOST V19
- Navicat全系列版本十一的注册机
- 气象tlogp绘图
- MyApplication(1).zip
-
Application程序,在fr
ame中加入2个按钮 - ICA算法源代码
- CertificateSigningRequest.certSigningRequest
- ApplicationInitialization让IIS 7 如同IIS 8 第
- PCI Geomatica2015自动提取DEM技术文档
- WFA_HS2-0_Technical_Specification_v1_0_0
- Microsoft Root Certificate Authority 2010 2011
- Relation Classification via Convolutional Deep
- NavicatPremium12破解版.zip
- 简单贝叶斯实现垃圾邮件分类
- Navicat附带密钥
- FastICA_2.5.zip
- Micaps资料转为little_r格式
评论
共有 条评论