Demonstration and test of the kernel-ica package
標簽: Demonstration kernel-ica package test
上傳時間: 2014-01-05
上傳用戶:wangdean1101
RSA算法 :首先, 找出三個數, p, q, r, 其中 p, q 是兩個相異的質數, r 是與 (p-1)(q-1) 互質的數...... p, q, r 這三個數便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 這個 m 一定存在, 因為 r 與 (p-1)(q-1) 互質, 用輾轉相除法就可以得到了..... 再來, 計算 n = pq....... m, n 這兩個數便是 public_key ,編碼過程是, 若資料為 a, 將其看成是一個大整數, 假設 a < n.... 如果 a >= n 的話, 就將 a 表成 s 進位 (s
標簽: person_key RSA 算法
上傳時間: 2013-12-14
上傳用戶:zhuyibin
用于腦電信號特征提取的InfoMax Algorithm Based on ICA;也可以稍作改動用于其他信息提取。
標簽: Algorithm InfoMax Based ICA
上傳時間: 2014-01-22
上傳用戶:diets
Bell and Sejnowski 在1996提出的ica算法,用matlab實現的,但版本較舊,需要做修改才能用于新版本。
上傳時間: 2015-03-23
上傳用戶:tedo811
這是一個基于峰度的ICA算法,里面的ica_kurt.m是主文件,輸入為待處理的觀察信號,要求是矩陣形式,行數為所包含的分量數,列數為每一個分量包含的抽樣點數。
上傳時間: 2013-12-27
上傳用戶:qilin
This a Bayesian ICA algorithm for the linear instantaneous mixing model with additive Gaussian noise [1]. The inference problem is solved by ML-II, i.e. the sources are found by integration over the source posterior and the noise covariance and mixing matrix are found by maximization of the marginal likelihood [1]. The sufficient statistics are estimated by either variational mean field theory with the linear response correction or by adaptive TAP mean field theory [2,3]. The mean field equations are solved by a belief propagation method [4] or sequential iteration. The computational complexity is N M^3, where N is the number of time samples and M the number of sources.
標簽: instantaneous algorithm Bayesian Gaussian
上傳時間: 2013-12-19
上傳用戶:jjj0202
cardoso 的ICA編碼,可以用在人臉識別上面
上傳時間: 2014-12-03
上傳用戶:ggwz258
本系統采用A. 系統需求分析報告(設計方法/數據流圖/數據字典) B. 數據庫的信息要求報告(E—R圖及關系數據模型) C. 數據庫的操作和應用要求報告(模塊結構圖<概念結構設計及邏輯結構設計>) D. 調試中出現的問題及解決方法(物理設計,調試及運行,維護) E. 訪問數據庫的方式(ODBC,
上傳時間: 2013-12-27
上傳用戶:日光微瀾
The ICA/BSS algorithms are pure mathematical formulas, powerful, but rather mechanical procedures: There is not very much left for the user to do after the machinery has been optimally implemented. The successful and efficient use of the ICALAB strongly depends on a priori knowledge, common sense and appropriate use of the preprocessing and postprocessing tools. In other words, it is preprocessing of data and postprocessing of models where expertise is truly ne
標簽: mathematical algorithms mechanical procedures
上傳時間: 2015-03-31
上傳用戶:silenthink
卡爾曼濾波器matlab源代碼。 function [Y,PY,KC]=myKalman(x,A,B,Q,H,R,y0,P0) 這是我課程設計時做的。
標簽: function myKalman matlab PY
上傳時間: 2014-10-28
上傳用戶:agent