profile
데이터 엔지니어로 전향중인 백엔드 개발자입니다
post-thumbnail

Clustering - Spectral Clustering

Spectral clustering techniques make use of the spectrum (eigenvalues) of the similarity matrix of the data to perform dimensionality reduction before

2022년 8월 2일
·
0개의 댓글
·

Clustering - DBSCAN

Density-based spatial clustering of applications with noise (DBSCAN) is a density-based clustering non-parametric algorithm: given a set of points in

2022년 8월 2일
·
0개의 댓글
·
post-thumbnail

Clustering - Hierarchical Agglomerative Clustering (HCA)

Hierarchical Agglomerative Clustering (HCA) is a method of cluster analysis which seeks to build a hierarchy of clusters. Because this is 'Agglomerati

2022년 8월 2일
·
0개의 댓글
·
post-thumbnail

Clustering - K means

k-means clustering is a method of vector quantization, originally from signal processing, that aims to partition n observations into k clusters in whi

2022년 8월 2일
·
0개의 댓글
·
post-thumbnail

Regression - LightGBM

LightGBM is a gradient boosting framework that uses tree based learning algorithms.간단히, 기존 GBM들보다 훨씬 더 빠르게 학습이 되는 모델이다이미지 출처 : https://lightgbm.r

2022년 8월 2일
·
0개의 댓글
·
post-thumbnail

Regression - XGBoost

XGBoost, which stands for Extreme Gradient Boosting, is a scalable, distributed gradient-boosted decision tree (GBDT) machine learning library. It pro

2022년 8월 2일
·
0개의 댓글
·
post-thumbnail

Classification - Random Forest

Random forests is an ensemble learning method for classification, regression and other tasks that operates by constructing a multitude of decision tre

2022년 8월 1일
·
0개의 댓글
·
post-thumbnail

Classification - Decision Tree

Decision tree is a decision support tool that uses a tree-like model of decisions and their possible consequences, including chance event outcomes, re

2022년 8월 1일
·
0개의 댓글
·
post-thumbnail

Regression - Linear Regression

Linear regression is a linear approach for modelling the relationship between a scalar response and one or more explanatory variables (also known as

2022년 8월 1일
·
0개의 댓글
·
post-thumbnail

Classification - Logistic Regression

Logistic Regression is a statistical model that models the probability of one event taking place by having the log-odds (the logarithm of the odds) fo

2022년 8월 1일
·
0개의 댓글
·