Posts by Tag (grid view)

Machine Learning

ML-Experiment

Pooling

1 minute read

Feature map 의 차원을 축소시키는 연산

Read article
ML-Experiment

MaxPooling2D

less than 1 minute read

Convolutional Neural Networks 에서 사용되는 pooling 층 중 하나

Read article
Machine-Learning

Unsupervised LDA

1 minute read

클래스 레이블 정보 없이 데이터셋의 판별 정보를 찾는 방법을 탐색

Read article
Machine-Learning

Mean Shift

1 minute read

데이터 포인트들의 밀도를 추정하여 밀도가 높은 방향으로 이동하며 군집 중심을 찾는 비모수적 군집화 알고리즘

Read article
Machine-Learning

K-Means

1 minute read

데이터를 K개의 군집으로 나누기 위해 각 데이터 포인트를 가장 가까운 군집 중심에 할당하고, 군집 중심을 반복적으로 업데이트하는 군집화 알고리즘

Read article
Machine-Learning

Hierarchical Clustering

less than 1 minute read

데이터 포인트들을 계층적으로 그룹화하는 군집화 기법으로, 주로 상향식(병합)과 하향식(분할) 접근법을 사용하여 군집 간의 계층 구조를 형성

Read article
Machine-Learning

Gaussian Mixture Model (GMM)

1 minute read

데이터를 여러 개의 가우시안 분포의 혼합으로 모델링하여 각 데이터 포인트가 특정 가우시안 분포에 속할 확률을 추정하는 군집화 기법

Read article
Machine-Learning

Clustering

less than 1 minute read

데이터 포인트들을 유사한 특성을 가진 그룹으로 묶어주는 비지도 학습 기법

Read article
Machine-Learning

Dimension Reduction (차원 축소)

1 minute read

고차원의 데이터를 더 작은 차원으로 변환하여 중요한 정보는 유지하면서 데이터의 복잡도를 줄이고 계산 효율성을 높이는 기법

Read article
Machine-Learning

Boosting

2 minute read

약한 학습기(weak learners)를 순차적으로 훈련, 이전 모델의 오류를 보완하면서 점진적으로 성능을 향상시키는 앙상블 학습 기법

Read article
Machine-Learning

Bagging (Bootstrap Aggregating)

1 minute read

여러 데이터 샘플을 랜덤하게 생성한 후, 각 샘플에서 모델을 학습시켜 예측을 결합함으로써 분산을 줄이고 모델의 성능을 향상시키는 앙상블 학습 기법

Read article
Machine-Learning

Linear Discriminant Analysis (LDA)

1 minute read

클래스 간의 분산을 최대화하고 클래스 내 분산을 최소화하여 데이터를 선형 결합으로 변환해 분류하는 차원 축소 기법

Read article
Machine-Learning

The Decision Tree

3 minute read

데이터를 기준에 따라 분할하여 의사결정 규칙을 만들어가는 트리 구조의 모델로, 분류나 회귀 문제를 해결

Read article
Machine-Learning

Support Vector Machine (SVM)

5 minute read

데이터 포인트를 분류하기 위해 클래스 간의 최대 마진을 확보하는 초평면을 찾는 지도 학습 알고리즘

Read article
Machine-Learning

Linear and Non-linear Regression

1 minute read

Linear Regression은 독립 변수와 종속 변수 사이의 선형 관계를, Non-linear Regression은 변수들 간의 비선형 관계를 모델링하여 보다 복잡한 패턴을 학습

Read article
Machine-Learning

Logistic and Soft-max Regression

5 minute read

Logistic Regression: 이진 분류 문제에서 sigmoid 함수를 사용해 클래스 확률을 예측, Softmax Regression: 다중 클래스 분류에서 각 클래스에 대한 확률을 계산하여 가장 높은 확률의 클래스를 선택

Read article
Machine-Learning

Learning Rate Scheduler (LRS)

4 minute read

학습 중에 학습률을 동적으로 조정하여 모델의 성능을 최적화하고, 너무 크거나 작은 학습률로 인한 문제를 방지

Read article
Machine-Learning

Gradient Descent

3 minute read

함수의 기울기를 따라가면서 손실을 최소화하는 방향으로 파라미터를 업데이트하는 최적화 알고리즘

Read article
Machine-Learning

Machine Learning 101

1 minute read

Machine Learning 은, 데이터를 통해 패턴을 학습하여 일부의 데이터만으로 예측하는 알고리즘의 집합

Read article
Back to top ↑

Image Processing

Image-Processing

Restoratioin Color

6 minute read

손상되거나 열화된 컬러 이미지를 원래 상태로 복원하기 위한 기술

Read article
Image-Processing

Threshold Interpolation

less than 1 minute read

Edge Detect 를 위한 영상 처리과정에서 원근감에 의한 노이즈에 대해 Interpolation (보간법) 을 유기적으로 사용하여 개선하는 것.

Read article
Image-Processing

Pixel Histogram

less than 1 minute read

픽셀 히스토 그램을 이용하여, 영상 픽셀의 분포도 유추

Read article
Image-Processing

Smoooooothing

1 minute read

이미지나 신호에서 노이즈나 세부 변동성을 줄이기 위해 데이터를 부드럽게 만드는 기법

Read article
Image-Processing

Sharpening

4 minute read

이미지의 경계나 세부 정보를 강조하여 더 뚜렷하게 만들기 위한 처리 기법

Read article
Image-Processing

Spatial Filtering

3 minute read

이미지 처리에서 각 픽셀의 값을 그 주변 픽셀들과의 공간적 관계에 따라 조정하는 기법

Read article
Image-Processing

Fourier Transform

9 minute read

시간이나 공간에 대한 함수를 시간 또는 공간 주파수 성분으로 분해하는 변환

Read article
Image-Processing

Histogram

3 minute read

이미지에서 픽셀 값의 분포를 그래픽으로 표현한 것

Read article
Image-Processing

Digital Image

6 minute read

아날로그 이미지를 디지털 형식으로 변환. 주로 샘플링과 양자화를 통해 이루어짐

Read article
Image-Processing

Image Processing Basic

3 minute read

디지털 이미지를 분석, 변환, 향상 또는 이해하기 위한 다양한 알고리즘과 기술

Read article
Back to top ↑

Map

Machine-Learning

Machine Learning 101

1 minute read

Machine Learning 은, 데이터를 통해 패턴을 학습하여 일부의 데이터만으로 예측하는 알고리즘의 집합

Read article
Back to top ↑

Deep Learning

Deep-Learning

Generative Loss Function

less than 1 minute read

FYR: Loss Funcition Classification Loss Funcition Regression Loss Funcition Sequence Loss Funcition Generative Loss Funcition Advanced Loss Func...

Read article
Back to top ↑

Linux System

Back to top ↑

Uni

Back to top ↑

Numpy

Back to top ↑

Keras

ML-Experiment

Pooling

1 minute read

Feature map 의 차원을 축소시키는 연산

Read article
ML-Experiment

MaxPooling2D

less than 1 minute read

Convolutional Neural Networks 에서 사용되는 pooling 층 중 하나

Read article
Back to top ↑

Computer Vision

Back to top ↑

Python

Back to top ↑

Basic

Image-Processing

Image Processing Basic

3 minute read

디지털 이미지를 분석, 변환, 향상 또는 이해하기 위한 다양한 알고리즘과 기술

Read article
Machine-Learning

Machine Learning 101

1 minute read

Machine Learning 은, 데이터를 통해 패턴을 학습하여 일부의 데이터만으로 예측하는 알고리즘의 집합

Read article
Back to top ↑

YOLO

Back to top ↑

AWS SageMaker

Back to top ↑

Data Science

Back to top ↑

SGD

Machine-Learning

Logistic and Soft-max Regression

5 minute read

Logistic Regression: 이진 분류 문제에서 sigmoid 함수를 사용해 클래스 확률을 예측, Softmax Regression: 다중 클래스 분류에서 각 클래스에 대한 확률을 계산하여 가장 높은 확률의 클래스를 선택

Read article
Machine-Learning

Gradient Descent

3 minute read

함수의 기울기를 따라가면서 손실을 최소화하는 방향으로 파라미터를 업데이트하는 최적화 알고리즘

Read article
Back to top ↑

Paper Review

Back to top ↑

AWS S3

Back to top ↑

CNN

Back to top ↑

Derivative

Mathematics

Partial Derivative

less than 1 minute read

A partial derivative measures how a function changes when only one variable changes and the rest stay fixed.

Read article
Back to top ↑

VDI

Back to top ↑

Over and under fitting

Back to top ↑

MSE

Machine-Learning

Gradient Descent

3 minute read

함수의 기울기를 따라가면서 손실을 최소화하는 방향으로 파라미터를 업데이트하는 최적화 알고리즘

Read article
Back to top ↑

Lambda

Machine-Learning

Learning Rate Scheduler (LRS)

4 minute read

학습 중에 학습률을 동적으로 조정하여 모델의 성능을 최적화하고, 너무 크거나 작은 학습률로 인한 문제를 방지

Read article
Back to top ↑

Likelihood

Machine-Learning

Logistic and Soft-max Regression

5 minute read

Logistic Regression: 이진 분류 문제에서 sigmoid 함수를 사용해 클래스 확률을 예측, Softmax Regression: 다중 클래스 분류에서 각 클래스에 대한 확률을 계산하여 가장 높은 확률의 클래스를 선택

Read article
Back to top ↑

MLE

Machine-Learning

Logistic and Soft-max Regression

5 minute read

Logistic Regression: 이진 분류 문제에서 sigmoid 함수를 사용해 클래스 확률을 예측, Softmax Regression: 다중 클래스 분류에서 각 클래스에 대한 확률을 계산하여 가장 높은 확률의 클래스를 선택

Read article
Back to top ↑

Optimization

Back to top ↑

Adam

Back to top ↑

RMSProp

Back to top ↑

SVM

Machine-Learning

Support Vector Machine (SVM)

5 minute read

데이터 포인트를 분류하기 위해 클래스 간의 최대 마진을 확보하는 초평면을 찾는 지도 학습 알고리즘

Read article
Back to top ↑

KKT

Machine-Learning

Support Vector Machine (SVM)

5 minute read

데이터 포인트를 분류하기 위해 클래스 간의 최대 마진을 확보하는 초평면을 찾는 지도 학습 알고리즘

Read article
Back to top ↑

Soft Margin

Machine-Learning

Support Vector Machine (SVM)

5 minute read

데이터 포인트를 분류하기 위해 클래스 간의 최대 마진을 확보하는 초평면을 찾는 지도 학습 알고리즘

Read article
Back to top ↑

Greedy

Machine-Learning

The Decision Tree

3 minute read

데이터를 기준에 따라 분할하여 의사결정 규칙을 만들어가는 트리 구조의 모델로, 분류나 회귀 문제를 해결

Read article
Back to top ↑

Cost Complexity

Machine-Learning

The Decision Tree

3 minute read

데이터를 기준에 따라 분할하여 의사결정 규칙을 만들어가는 트리 구조의 모델로, 분류나 회귀 문제를 해결

Read article
Back to top ↑

Cross Entropy

Machine-Learning

The Decision Tree

3 minute read

데이터를 기준에 따라 분할하여 의사결정 규칙을 만들어가는 트리 구조의 모델로, 분류나 회귀 문제를 해결

Read article
Back to top ↑

Bayes

Machine-Learning

Linear Discriminant Analysis (LDA)

1 minute read

클래스 간의 분산을 최대화하고 클래스 내 분산을 최소화하여 데이터를 선형 결합으로 변환해 분류하는 차원 축소 기법

Read article
Back to top ↑

Discriminant Function

Machine-Learning

Linear Discriminant Analysis (LDA)

1 minute read

클래스 간의 분산을 최대화하고 클래스 내 분산을 최소화하여 데이터를 선형 결합으로 변환해 분류하는 차원 축소 기법

Read article
Back to top ↑

OOB

Machine-Learning

Bagging (Bootstrap Aggregating)

1 minute read

여러 데이터 샘플을 랜덤하게 생성한 후, 각 샘플에서 모델을 학습시켜 예측을 결합함으로써 분산을 줄이고 모델의 성능을 향상시키는 앙상블 학습 기법

Read article
Back to top ↑

XGBoost

Machine-Learning

Boosting

2 minute read

약한 학습기(weak learners)를 순차적으로 훈련, 이전 모델의 오류를 보완하면서 점진적으로 성능을 향상시키는 앙상블 학습 기법

Read article
Back to top ↑

GBM

Machine-Learning

Boosting

2 minute read

약한 학습기(weak learners)를 순차적으로 훈련, 이전 모델의 오류를 보완하면서 점진적으로 성능을 향상시키는 앙상블 학습 기법

Read article
Back to top ↑

Ada

Machine-Learning

Boosting

2 minute read

약한 학습기(weak learners)를 순차적으로 훈련, 이전 모델의 오류를 보완하면서 점진적으로 성능을 향상시키는 앙상블 학습 기법

Read article
Back to top ↑

Feature Selection

Machine-Learning

Dimension Reduction (차원 축소)

1 minute read

고차원의 데이터를 더 작은 차원으로 변환하여 중요한 정보는 유지하면서 데이터의 복잡도를 줄이고 계산 효율성을 높이는 기법

Read article
Back to top ↑

Bootstrap

Back to top ↑

SVD

Back to top ↑

Parametric

Machine-Learning

Clustering

less than 1 minute read

데이터 포인트들을 유사한 특성을 가진 그룹으로 묶어주는 비지도 학습 기법

Read article
Back to top ↑

DBSCAN

Back to top ↑

Gaussian Mixture Model

Machine-Learning

Gaussian Mixture Model (GMM)

1 minute read

데이터를 여러 개의 가우시안 분포의 혼합으로 모델링하여 각 데이터 포인트가 특정 가우시안 분포에 속할 확률을 추정하는 군집화 기법

Read article
Back to top ↑

GMM

Machine-Learning

Gaussian Mixture Model (GMM)

1 minute read

데이터를 여러 개의 가우시안 분포의 혼합으로 모델링하여 각 데이터 포인트가 특정 가우시안 분포에 속할 확률을 추정하는 군집화 기법

Read article
Back to top ↑

Histogram

Machine-Learning

Mean Shift

1 minute read

데이터 포인트들의 밀도를 추정하여 밀도가 높은 방향으로 이동하며 군집 중심을 찾는 비모수적 군집화 알고리즘

Read article
Back to top ↑

Kernel Density Estimation

Machine-Learning

Mean Shift

1 minute read

데이터 포인트들의 밀도를 추정하여 밀도가 높은 방향으로 이동하며 군집 중심을 찾는 비모수적 군집화 알고리즘

Read article
Back to top ↑

PCA

Back to top ↑

Sensor Data Processing

Image-Processing

Fourier Transform

9 minute read

시간이나 공간에 대한 함수를 시간 또는 공간 주파수 성분으로 분해하는 변환

Read article
Back to top ↑

L1 Lasso

Back to top ↑

L2 Ridge

Back to top ↑

Pandas

Back to top ↑

Matrix

Back to top ↑

Linear Combination

Back to top ↑

ReLU

Back to top ↑

Softmax

Back to top ↑

Torch

Back to top ↑

matplotlib

Back to top ↑

Chain Rule

Back to top ↑

Mathematics

Back to top ↑

python

Back to top ↑

BCE

Back to top ↑