首页 > 其他分享 >独立成分分析

独立成分分析

时间:2022-08-25 22:57:25浏览次数:629  
标签:分析 independent given log Tx Independent 独立 sources 成分

Independent Components Analysis

目录

Ambiguity

ICA is ambiguous to scaling and permutation. but usually it doesn't matter.

As long as the data is not Gaussian, it's possible, given enough data, to recover the n independent sources.

Densities and Linear Transformations

\[p_x(x)=p_s(Wx)\,|W| \]

ICA

\[p(x)=\prod_{i=1}^n p_s(w_i^Tx)\,|W| \]

s is source and x is the detection. and \(x=As=W^{-1}s\)

we assume the CDF of \(s\) is \(g(s)\) is sigmoid. the log likelihood is given by

\[\ell(W)=\sum_{i=1}^m(\sum_{j=1}^n \log g'(w_j^Tx^{(i)})+\log|W|) \]

m training samples, and n independent sources of voice.

the stochastic gradient ascent process is:

\[W := W +\alpha([1-2g(w_1^T x^{(i)});...;1-2g(w_n^T x^{(i)})]x^{(i)^T}+(W^T)^{-1}) \]

标签:分析,independent,given,log,Tx,Independent,独立,sources,成分
From: https://www.cnblogs.com/BUAA-Stargazer/p/16626036.html

相关文章

  • 数据结构与算法分析--C语言描述 pdf
    高清扫描版下载链接:https://pan.baidu.com/s/1BGsOOAOqXE9j509OFtkjXA点击这里获取提取码书中详细介绍了当前流行的论题和新的变化,讨论了算法设计技巧,并在研究算法的性能......
  • 数据结构与算法分析 Java版 pdf
    高清扫描版下载链接:https://pan.baidu.com/s/1vDsOy1E0kHizahB6hIg2tA点击这里获取提取码本书以Java语言为基础,讨论了数据结构的线性结构和非线性结构及其实现,全书以Java......
  • 主成分分析
    PrincipalComponentsAnalysis目录PrincipalComponentsAnalysisIntuitionFormalizationIntuitionPCAtriestoidentifythesubspaceinwhichthedataapproximat......
  • 将 SAP Spartacus 作为 feature module 进行 Lazy Load 延迟加载时遇到的注入错误分析
    将SAPSpartacus作为featuremodule进行LazyLoad延迟加载时,遇到如下错误:ERRORError:Uncaught(inpromise):NullInjectorError:R3InjectorError(CatalogModu......
  • ForkJoinPool源码分析之三(ForkJoinTask源码)
    一、类结构及其成员变量1.1类结构和注释类前面的注释部分如下:ForkJoinTask是在ForkJoinPool中运行task的基础抽象类,ForkJoinTask是类似于线程的实体,其权重比普通线程要......
  • ForkJoinPool源码分析之四(ForkJoinWorkerThread源码)
    一、类结构及其成员变量1.1类结构和注释类结构代码如下:publicclassForkJoinWorkerThreadextendsThread{}ForkJoinWorkerThread继承了Thread类,ForkJoinWo......
  • 内存溢出分析
    溢出区域内存溢出分为堆内存溢出和栈内存溢出如果虚拟机在扩展堆时无法申请到足够大的内存空间时,就会抛出outOfMemoryError如果线程请求的栈深度大于虚拟机......
  • Wireshark网络分析就这么简单 pdf
    高清扫描版下载链接:https://pan.baidu.com/s/1ZCsm5DpSrEU2jVM5ZruXIg点击这里获取提取码 Wireshark可能是世界上最好的开源网络包分析器,能在多种平台上(比如Windows、L......
  • Wireshark数据包分析实战 pdf
    高清扫描版下载链接:https://pan.baidu.com/s/1f_ONlxxKzowe86LuIu6Pvw点击这里获取提取码《Wireshark数据包分析实战(第2版)》从网络与数据包分析的基础知识开始,渐进地介......
  • Wireshark网络分析的艺术 pdf
    高清扫描版下载链接:https://pan.baidu.com/s/1cAWKzic9t9nHu7HzFW0xnA点击这里获取提取码Wireshark是当前流行的网络包分析工具。它上手简单,无需培训就可门。很多棘手的网......