资源简介
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
相关资源
- AsyncTask文件控制暂停和继续,在状态
- Navicat Premium 15汉化包.zip55438
- Wolfram Mathematica 矩阵初等变换函数(
- Reparatory Effects of Nicotine on NMDA Recepto
- Fabrication and all-optical poling characteris
- KICA的详细代码,包附高斯核,多项式
- 经典的Viterbi算法
- Studies In Vitro and In Vivo of Pharmacologica
- Research on pharmacological effects of lycorin
- HslCommunication 7.0.1 免费版本 免费使用
- Navicat Keygen Patch v5.6.0 DFoX
- 翻译的美国大学经典参考书,Roland
- MT6771T_LTE-A_Smartphone_Application_Processor
- RapidIO 2.2 Specification
- RapidIO_Rev_2.2_Specification
- Indentification of Interface Blocker to the LA
- Bandicam注册机
- bandicam 4.2.1.1454
- Navicat V11全系列注册机
- Electricity and hydrogen co-production from me
- Polarization Optics in Telecommunication
- Numerical simulation and prediction of radio f
- Investigation of the Lower Resistance Meridian
- Investigation of the Lower Resistance Meridian
- 西班牙Telefonica电信公司采用Sun数据仓
- 中文版AutoCAD_Mechanical_2010_官方教程-
- PCI Express SFF-8639 Module Specification
- Anomalous optical forces on radially anisotrop
- New Analytical Solution of a Generalized Negat
- A Globally Convergent and Closed Analytical So
评论
共有 条评论