필터,filter

거름망, 거르개, 거름종이, .. 암튼 거르는 도구인데

filter가 하는 행동이 필터링,filtering? { 신호,signal에 포함된 잡음이나 간섭 성분을 제거하거나, ... }
or 여과,filtration?




1. CNN에서 filter

CNN,convolutional_neural_network
or
합성곱신경망,convolutional_neural_network,CNN
에서는 입력의 일부를 (보통 정사각형? - x, y 크기는 홀수인(그래서 중심이 어디인지 명확한)) 잘라내고 그걸 행렬,matrix과 elementwise product를 구하는 즉 아다마르_곱,Hadamard_product을 구하는 것을 반복하여 합성곱,convolution을 구하게 되는데... 이 행렬? chk
잘라낸 곳과 hadamard product 구하는 것은 convolution이 아니고 autocorrelation이고,
filter가 반대로 된 것(inverted?)과 구해야 convolution인데
CNN에서는 대부분 filter kernel이 대칭인 것을 쓰므로 그냥 구분없이 'convolutional' NN이라 한다는데....? chk

filter가 건너뛰는 step은 stride. - chk

Sub:
Haar-like_filter
image에서 features를 detect할 때 사용?
gaussian_filter
gaussian_derivative_filter (? del ok)
Laplacian of Gaussian (LoG) Filter
... Google:CNN filter

TBW
kernel_filter Google:kernel_filter - syn?
receptive_filter Google:receptive_filter - receptive_field?

비교: (CNN의 다른 용어들)
channel - 채널,channel - cnn에서 image의 channel은 R, G, B를 뜻하는 듯? 항상?
stride - easy { 1 이상의 정수? }
padding - easy
kernel - 커널,kernel

3. 제어에서 filter? (위와 merge?)

4. Python filter

stmt?

파이썬,Pythonfilter(함수, 반복가능한것)
반복가능한것함수에 입력되었을 때 return_value 가 참,true인 것만 걸러내어 돌려준다? chk

5. 수학의 filter


Martin_measure =,Martin_measure . Martin_measure
{
Martin measure

https://en.wikipedia.org/wiki/Martin_measure
"In descriptive_set_theory =,descriptive_set_theory =,descriptive_set_theory . descriptive_set_theory { https://ko.wikipedia.org/wiki/기술적_집합론 https://en.wikipedia.org/wiki/Descriptive_set_theory 기술,description 집합론,set_theory } , the Martin measure is a filter(필터,filter) on the set of Turing_degrees of sets of natural numbers, named after Donald A. Martin{ https://en.wikipedia.org/wiki/Donald_A._Martin ...에 따른 업적은 주로 집합론,set_theory의 determinacy =,determinacy . determinacy
{ NdEn:determinacy WtEn:determinacy https://en.wikipedia.org/wiki/Determinacy 게임,game 게임이론,game_theory 전략,strategy perfect_information ... Google:determinacy } }. Under the axiom of determinacy(determinacy_axiom https://en.wikipedia.org/wiki/Axiom_of_determinacy ) it can be shown to be an ultrafilter."

(via Turing_degree is_a 디그리,degree)


comparison of filters
같은 집합에 대한 filter들간의 비교. 어떤 filter가 다른 filter보다
  • finer
  • coarser
  • strictly finer
  • strictly coarser
  • comparable
에 대해: https://planetmath.org/comparisonoffilters
비교,comparison





Inter: