BFGS方法 Resources

Showing items tagged with "BFGS方法"

This document presents the Independent Component Analysis (ICA) algorithm, which is equivalent to Bell and Sejnowski's 1995 Infomax approach [1] formulated using maximum likelihood estimation. The implementation assumes no noise and requires the number of observations to equal the number of sources. Optimization is performed using the BFGS method [2], with dimensionality reduction via PCA and independent component count determination using Bayes Information Criterion (BIC) [3].

MATLAB 225 views Tagged