Machine Learning/misc
SNU Math + Machine learning course
Alex_Rose
2017. 11. 10. 15:35
강사가 2시에 오면 수업을 시작한다
ㄴ 강사가 2시에 왔는데 수업을 안 한다 : False
ㄴ 강사가 아예 오지 않았다 : True (아예 위반할 것이 없으므로 True가 된다.)
the set of intergers with squares less than 100 is not a subset of the set of nonnegative integers
len(set) = 3 then, 2^3 = 8 (is it set's cardinality)
Real numbers
은 대략
이라고 생각하면 된다.
dot product 와 matrix multiplication 의 정확한 차이
a = a1, a2, a3, ...
b = b1, b2, b3 ...
a*b(dot product) 에 대응되는 건 a1*b1 + a2*b2 + a3*b3 + ... 그래서 dot product의 정의가 summation인가보당 ㅇㅇ
ㄴ 위의 이 둘은 같은 내적 표시이다.
어떻게든 function이 되려면 각 element가 mapping이 되어야 한다. A,B,C,D가 0 또는 1로 mapping되어야 함. 그래서 2^4 가 된다.
domain의 element의 수가 다르면 결과값의 element 수도 다르다.