contents.m

来自「该代码为盲源分离中的相对牛顿法」· M 代码 · 共 23 行

M
23
字号
%% relnewton.m          - Relative Newton method for ICA (blind source separation)% relnwt_test.m        - test example % psi.m                - the nonlinearity used in quasi-maximum likelihood ICA%% newt_ica_ica2003.pdf - the paper with the description of the Relative Newton method%%%      AXILARY FUNCTIONS:%% armijostep.m    - Armijo inexact line search% cublinsrch1.m   - cubic line search% mcholmz3.m      - Modified Cholesky matrix factorization% fghd_lagr.m     - compute quasi-ML function, its gradient and Hessian% fast_newt_dir.m - fast solution of the relative Newton system (set of 2x2 modified equations)%% sep_quality.m   - compute ISR for test examples% mypca.m         - PCA/presphering%%                                  Author: Michael Zibulevsky%                                  version: 03.12.2003 %                                  http://ie.technion.ac.il/~mcib/                          

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?