본 자료는 edwith 최성준님이 강의하신 Bayesian Deep Learning 강의를 참고하였다.
핵심 키워드
Set theory
대학교로 예를 들자면,
disjoint set :
partition of
example :
Cartesian product :
example :
power set :
example :
Cardinality
finite인 경우는 큰 문제가 되지 않는다. 하지만 그 뒤로 갈수록 이상해지기 시작한다. 정수의 개수와 실수의 개수는 infinite하지만 두 infinite값이 같진 않다. 왜 아닌지에 대해서는 뒤에서 증명할 것이다.
-
-
- If there exists one-to-one correspondence between to sets, they have the same cardinality.
countable : There is one-to-one correspondence between the set and a set of natural numbers
natrual numbers와 일대일 대응이 이루어 진다면 그
Are the set of all integers and the set of all rational numbers countable? Yes
두

denumerable : countably infinite
uncountable : continuum
The smallest known uncountable set is
Show that the cardinality of
1. Suppose that
2. Then there exists a sequence
3. We can represent each
where
만약
4. Define
5. Clearly,
Then what is the number of real numbers between 0 and 1?
1. We can represent a real number between 0 and 1 using a binary system.
where
2. To fully distinguish a real number
3.
이로써 integer, real number 모두 infinite하지만 집합들의 개수에 대해서는 차이가 있음을 확인할 수 있다.
Function or mapping
domain :
image
range :
inverse image or preimage :
우리가 실제로 많이 다루는 문제는 inverse image, preimage 다. 강아지에서 라벨을 찾고, 이 사진이 강아지일지 고양이일지 찾는 것이 preimage와 유사하다.

one-to-one or injective :
onto or surjective :
inverible or bijective : one-to-one and onto

'Mathematics > Statistics' 카테고리의 다른 글
[Bayesian] Bayesian Deep Learning - Random Process (0) | 2021.07.12 |
---|---|
[Bayesian] Bayesian Deep Learning - Random variable (0) | 2021.07.09 |
[Bayesian] Bayesian Deep Learning - Probability (0) | 2021.07.06 |
[Bayesian] Bayesian Deep Learning - Measure theory (0) | 2021.07.06 |
[Statisctics] Maximum Likelihood Estimate (0) | 2021.06.29 |