Home

Block matrix

Block matrix (partitioned matrix, 블록 행렬, 분할 행렬) 더 작은 행렬 블록으로 분할되었다고 간주된 행렬이다.

Read more

Data augmentation

인위적으로 학습 데이터를 변형시켜 추가의 학습 데이터로 사용하는 기법을 data augmentation (데이터 증식), training set expansion이라고 합니다.

Read more

Regular matrix and singular matrix

Regular matrix / Singular matrix Square matrix (정방행렬) 중에서 역행렬이 존재하는 행렬을 regular matrix (정칙행렬)라고 하고 역행렬이 존재하지 않는 행렬을 singular matrix (특이행렬)라고 합니다.

Read more

3. Classification

Remarks 본 포스팅은 Hands-On Machine Learning with Scikit-Learn & TensorFlow (Auérlien Géron, 박해선(역), 한빛미디어) 를 기반으로 작성되었습니다.

Read more

Error analysis

문제에 가장 적절한 모델을 찾은 후 해당 모델의 성능을 향상시키기 위한 방법을 찾기 위해 생겨난 에러의 종류를 분석할 수 있습니다. 이 과정을 에러 분석 (Error analysis) 라고 합니다.

Read more