Is there a package to perform Independent Component Analysis (ICA) in MATLAB?

135 次查看(过去 30 天)

采纳的回答

MathWorks Support Team
编辑:MathWorks Support Team 2024-1-23
■R2017a and later versions:
Although it is not the Independent Component Analysis (ICA) itself, Statistics and Machine Learning Toolbox has the function rica , which is the derivation of the ICA called Reconstruction ICA (RICA). This algorithm is based on ICA, but with a reconstruction cost. Here, the cost means a penalty or regularization term.
By replacing the normal orthonormal constraints of the ICA with the smoother cost term, this algorithm can improve the convergence speed of computation and enables feature extraction with not local but global orthogonality. The details of the algorithms of ICA with the reconstruction cost, please refer to the following documentation:
- Reconstruction ICA algorithm
https://www.mathworks.com/help/stats/feature-extraction.html
■R2016b or earlier versions:
The ability to perform Independent Component Analysis is not available in MATLAB.
Please refer the following URL of MATLAB Central:
Note that The MathWorks does not guarantee or warrant the use or content of these submissions. Any questions, issues, or complaints should be directed to the contributing author. 
・The FastICA package for MATLAB 
http://research.ics.aalto.fi/ica/fastica/
・NLPCAMATLAB 
http://www.nlpca.org/ica_independent_component_analysis.html
・ICALAB Toolboxes 
https://web.archive.org/web/20191229160146/https://bsp.teithe.gr/members/downloads/ICALABSignal.htmlhttps://web.archive.org/web/20191229160146/https://bsp.teithe.gr/members/downloads/ICALABImage.html
・PCA and ICA Package
https://www.mathworks.com/matlabcentral/fileexchange/38300-pca-and-ica-package

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Dimensionality Reduction and Feature Extraction 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by