由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 一层卷积很容易理解...
相关主题
CNN网络之后一般还要加FNN?如何自学python
matlab里数字滤波的问题推荐个VISUAL STUDIO 2010和C++入门书吧
how to print 2 exponential digits in windows by using Perl请大牛们帮忙看一段并行c++代码的效率问题
数学的美這版的碼工每一個都弱爆了
如何计算卷积?妈的怎么那么多鸡毛语言/软件
code swarm (video)神经网络研究的致命伤
stl iterator has "NULL" like const?Re: [BSSD] GTX1080是业余GPU (转载)
有人参加hacker cup吗?CNN相关的Scale,Translation Invariant都是伪概念
相关话题的讨论汇总
话题: linear话题: operation话题: function话题: transfer话题: br
进入Programming版参与讨论
1 (共1页)
g****t
发帖数: 31659
1
say we had two time series
x(k)
y(k)
x(k)*y(-k) basically decided the transfer function between x and y.
For 2-d signals like imagine, it is the transfer function matrix or
solution of linear PDEs
What is the x*y*z*a*b*c*d... in high dimension?
g*****y
发帖数: 7271
2
From frequency domain, it is simple:
it is XYZABCD...
It is harder when there are none linear operation after each convolution,
right?

【在 g****t 的大作中提到】
: say we had two time series
: x(k)
: y(k)
: x(k)*y(-k) basically decided the transfer function between x and y.
: For 2-d signals like imagine, it is the transfer function matrix or
: solution of linear PDEs
: What is the x*y*z*a*b*c*d... in high dimension?

g****t
发帖数: 31659
3
We cannot control the error.

【在 g*****y 的大作中提到】
: From frequency domain, it is simple:
: it is XYZABCD...
: It is harder when there are none linear operation after each convolution,
: right?

f*********g
发帖数: 25
4
如果convolution之后没有non-linear operation,根据Central-limit theorem,最终
的filter会变成Gaussian Filter。如果有non-linear operation,可以看一下这篇文章
https://www.di.ens.fr/~mallat/papiers/Bruna-Mallat-Pami-Scat.pdf
虽然它里面的non-linear operation用的是Fourier modulus针对的是complex value
filte和CNN的不一样,但是从single processing 和能量传播角度去看这个问题挺有意
思的
g****t
发帖数: 31659
5
Before finishing Einstein and Fourier's papers,
why we need to waste time on these papers?
I am old and I usually only checked modern papers' result and test data,
coding, 这些干货。


: 如果convolution之后没有non-linear operation,根据Central-limit
theorem
,最终

: 的filter会变成Gaussian Filter。如果有non-linear operation,可以
看一下
这篇文章

: https://www.di.ens.fr/~mallat/papiers/Bruna-Mallat-Pami-Scat.pdf

: 虽然它里面的non-linear operation用的是Fourier modulus针对的是
complex
value

: filte和CNN的不一样,但是从single processing 和能量传播角度去看这
个问题
挺有意

: 思的



【在 f*********g 的大作中提到】
: 如果convolution之后没有non-linear operation,根据Central-limit theorem,最终
: 的filter会变成Gaussian Filter。如果有non-linear operation,可以看一下这篇文章
: https://www.di.ens.fr/~mallat/papiers/Bruna-Mallat-Pami-Scat.pdf
: 虽然它里面的non-linear operation用的是Fourier modulus针对的是complex value
: filte和CNN的不一样,但是从single processing 和能量传播角度去看这个问题挺有意
: 思的

1 (共1页)
进入Programming版参与讨论
相关主题
CNN相关的Scale,Translation Invariant都是伪概念如何计算卷积?
caffe等CNN里面convolution和relu是分开的两层?code swarm (video)
问个dl基本常识stl iterator has "NULL" like const?
卷积这东西真神了有人参加hacker cup吗?
CNN网络之后一般还要加FNN?如何自学python
matlab里数字滤波的问题推荐个VISUAL STUDIO 2010和C++入门书吧
how to print 2 exponential digits in windows by using Perl请大牛们帮忙看一段并行c++代码的效率问题
数学的美這版的碼工每一個都弱爆了
相关话题的讨论汇总
话题: linear话题: operation话题: function话题: transfer话题: br