Linear Algebra
KO | EN |
---|
가우스 소거법 | Gauss Elimination |
가역 행렬 | Invertible Matrix |
결합 확률 | Joint Probability |
경험적 확률 | Empirical Probability |
고유값 | Eigenvalue |
고유값 분해 | Eigen-decomposition |
고유 벡터 | Eigenvector |
과결정계 | Overdetermined System |
과소결정계 | Underdetermined System |
균일 분포 | Uniformed Distribution |
그람-슈미트 과정 | Gram-Schmidt process |
기대값 | Expected Value |
기하 분포 | Geometric Distribution |
내적 | Dot Product |
누적 분포 함수 | CDF, Cumulative Distribution Function |
누적 확률 | Cumulative Probability |
다항식 | Polynomial |
다항 분포 | Multinomial Distribution |
단위 벡터 | Unit Vector |
단위 행렬 | Unit Matrix |
단체법 | Simplex Method |
담금질 기법 | Simulated Annealing |
대각선 | Diagonal |
대각행렬 | Diagonal Matrix |
대각화 | Diagonalization |
대칭행렬 | Symmetric Matrix |
도함수 | Derivative |
독립항등분포 | IID, Independent and Identically Distributed |
둘레 | Perimeter |
매클로린 급수 | Maclaurin Series |
멱영 행렬 | Nilpotent Matrix |
무어-팬로즈 유사역행렬 | Moore-Penrose Pseudoinverse Matrix |
미분가능성 | Differentiability |
미적분 | Calculus |
볼록 최적화 | Convex Optimization |
분류 | Classification |
비직교 | Non-orthogonal |
빗변 | Hypotenuse |
사다 리꼴행렬 | Echelon Form |
사다리꼴 공식 | Trapezoidal Rule |
삼각법 | Trigonometry |
삼각행렬 | Triangular Matrix |
선형 독립 | Linear Independence |
선형 방정식 | Linear Equation |
선형 종속 | Linear Dependence |
사영 | Projection |
선형계획법 | Linear Programming |
수신자 조작 특성 | ROC, Receiver Operating Characteristics |
실수 | Real |
아다마르 곱 | Hadamard product |
아인슈타인 표기법 | Eienstein Summation Convention |
아핀 변환 | Affine Transformation |
양의 정부호 행렬 | Positive Definite Matrix |
양의 준정부호 행렬 | Positive Semi-definite Matrix |
여사건 | Complement Event |
연속 확률 변수 | Continuous Random Variables |
열 | Column |
영 | Nought |
영 공간 | Null Space |
외적 | Outer Product |
유사 변환 | Similarity Transformation |
음의 정부호 | Negative Definite Matrix |
음의 준정부호 | Negative Semi-definite Matrix |
이계도함수 | Second-Order Partial Derivatives |
이산 확률 변수 | Discrete Random Variables |
이차계획법 | Quadratic Programming |
이항 분포 | Binomial Distribution |
임계점 | Critical Point |
자동 미분 | Automatic Differentiation |
전치 행렬 | Transposed Matrix |
접선 | Tangent |
정규 분포 | Normal Distribution |
정규 직교 기저 벡터 | Orthonormal Basis Vector |
정규 직교 행렬 | Orthonormal Matrix |
정규 확률 | Normal Probability |
조건부 확률 | Conditional Probability |
종 곡선 | Bell Curve |
좌표계 | Coordinate Frame |
주대각합 | Trace of Matrix |
주변 확률 | Marginal Probability |
직각삼각형 삼각비 | Sohcahtoa |
직각의 | Perpendicular |
직교 | Orthogonal |
직교 행렬 | Orthogonal Matrix |
켤레기울기법 | Conjugate Gradient Method |
특성 다항식 | Characteristic Polynomial |
특수해 | Particular Solution |
특이값 분해 | SVD, Singular Value Decomposition |
평균 | Mean |
폐쇄성 | Closure |
포아송 분포 | Poisson Distribution |
표준 편차 | Standard Deviation |
프로베니우스 놈 | Frobenius norm |
항등 행렬 | Identity Matrix |
행 | Row |
행렬 | Matrix |
행렬식 | Determinant |
혼동 행렬 | Confusion Matrix |
확률 밀도 함수 | PDF, Probability Density Function |
회귀 | Regression |
회전행렬 | Rotation Matrix |
Optimization
제약유무 | EN | KO |
---|
Constrained | Active Set Method | 활성 집합 방법 |
| Barrier Method | 베리어 방법 |
| Interior Point Method | 내부 점 방법 |
| Lagrange Multipliers | 라그랑주 승수법 |
| Penalty Function Method | 페널티 함수 방법 |
| Sequential Quadratic Programming | 순차적 이차 프로그래밍 |
| Simplex Method | 심플렉스법, 단체법 |
Unconstrained | Conjugate Gradient Method | 켤레기울기법, 공역기울기법 |
| Genetic Algorithm | 유전자 알고리즘 |
| Gradient Descent | 경사 하강법 |
| Nelder-Mead Method | 넬더-미드 방법 |
| Newton's Method | 뉴턴 방법 |
| Quasi-Newton Methods | 준 뉴턴 방법 (BFGS) |
| Simulated Annealing | 시뮬레이티드 어닐링, 담금질법 |
Calculus
Product Rule
[f(x)g(x)]′=f(x)′g(x)+f(x)g(x)′
Quotient Rule
[g(x)f(x)]′=g(x)2f(x)′g(x)−f(x)g(x)′
Chain Rule
Composition
dxdy=dudydxdu
Derivatives of Trigonometric Functions
f(x) | f'(x) |
---|
sin(x) | cos(x) |
cos(x) | -sin(x) |
sec(x) | sec(x) * tan(x) |
tan(x) | sec(x) * sec(x) |
csc(x) | -csc(x) * cot(x) |
cot(x) | -csc(x) * csc(x) |
KO | EN | Description |
---|
불 대수 | Boolean algebra | - |
완전 이진 트리 | Complete Binary Tree | - |
유향 비순환 그래프 | DAG, Directed Acyclic Graph | - |
전위 순회 | Pre-order Traversal | 루트 - 왼쪽 - 오른쪽 |
전위 표기법 | Prefix Expression | - |
중위 순회 | In-order Traversal | 왼쪽 - 루트 - 오른쪽 |
후위 순회 | Post-order traversal | 왼쪽 - 오른쪽 - 루트 |
후위 표기법 | Postfix Expression | - |
Complexity
Algorithm | Time complexity |
---|
Binary Search | O(logn) |
Balanced Binary Search | O(logn) |
Bellman-Ford | O(V∗E) |
Bubble Sort | O(n2) |
Dijkstra | O(ElogV) |
DFS Graph | O(V+E) |
Floyd-Warshall | O(V3) |
Hash Table | O(1) |
Heap Sort | O(nlogn) |
Quick Select | O(n) |
대각행렬
A=100020003
대칭행렬
A=AT
B=123245356
삼각행렬
C=100240356
D=124035006
직교행렬
AT⋅A=I
E=1000010−10
정규직교행렬
AT⋅A=I
∣∣vi∣∣=1
vi⋅vj=0(i=j)
F1=100010001
F2=21−21021210001
∣∣v1∣∣=(21)2+(−21)2+02=21+21=1=1
∣∣v2∣ ∣=(21)2+(21)2+02=21+21=1=1
∣∣v3∣∣=02+02+12=1=1
v1⋅v2=(21)(21)+(−21)(21)+0⋅0=21−21+0=0
v1⋅v3=(21)⋅0+(−21)⋅0+0⋅1=0
v2⋅v3=(21)⋅0+(21⋅0)+0⋅1=0
멱영행렬
Ak=0(K>0)
G=000100010
기대값
이산 확률
E(X)=i=1∑nxiP(X=xi)
연속 확률
E(X)=∫−∞∞xf(x)dx
f(x)는 확률밀도함수 PDF
Var(X)=E[(X−E(X))2]=E(X2)−(E(X))2
표준편차
σ=Var(X)
테일러 급수
f(x)=f(a)+f′(a)(x−a)+2!f′′(a)(x−a)2+3!f′′′(a)(x−a)3+…=n=0∑∞n!f(n)(a)(x−a)n
맥클로린 급수
테일러급수 + a=0
f(x)=f(0)+f′(0)x+2!f′′(0)x2+3!f′′′(0)x3+…=n=0∑∞n!f(n)(0)xn
ex=1+x+2!x2+3!x3+…=n=0∑∞n!xn
sinx=x−3!x3+5!x5−7!x7+…=n=0∑∞(2n+1)!(−1)nx2n+1
cosx=1−2!x2+4!x4−6!x6+…=n=0∑∞(2n)!(−1)nx2n
이항 분포
E(X)=n⋅p
Var(X)=n⋅p⋅(1−p)
σ=n⋅p⋅(1−p)
정규 분포
E(X)=μ
Var(X)=σ2
σ=Var(X)=σ
균등 분포
E(X)=2a+b
Var(X)=12(b−a)2
σ=Var(X)=12b−a
포아송 분포
E(X)=λ
Var(X)=λ
σ=λ
기하 분포
E(X)=p1
Var(X)=p21−p
σ=Var(X)=p1−p