스터디 로그/Math (3) 썸네일형 리스트형 [STAT] Probability vs. Likelihood Maximum Likelihood: Reference https://www.youtube.com/watch?v=Dn6b9fCIUpM [STAT] The Central Limit Theorem Given a population with any probability distribution, the sampling distribution of the sample means (or sums) will approximate a normal distribution as the sample size increases regardless of the shape of the original distribution. The sample means are normally distributed. 왜 중요한가? When we do experiments, we don't always know what distribution our data comes from. However, with the central limit.. [Linear Algebra] Scala, Vector, and Matrix Scala (스칼라) 수 또는 변수를 행렬과 구분하기 위하여 부르는 명칭 (일반적으로 상수 의미) 크기만을 나타내는 물리량으로 크기와 방향을 모두 나타내는 벡터와 구분됨 벡터나 행렬은 서로 곱할 때 (내적/외적) 그 크기가 서로 맞아야 하는데 스칼라는 위치에 상관없이 곱할 수 있음 e.g.) x = 5 Vector (벡터) 크기와 방향을 모두 나타내는 물리량으로 스칼라의 집합, 행렬을 구성하는 기본 단위 위 수식의 v는 2차원 벡터로, 2차원의 column space에 존재함 2차원 상에 원점으로부터 (a, b)까지를 이은 화살표로 그려보면 크기(magnitude)와 방향(direction)을 나타냄 (화살표의 길이가 크기) a, b를 벡터의 component, 성분이라 함. 벡터의 차원 확장됨에 따라서.. 이전 1 다음