🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

Spectral Clustering

Unsupervised clustering technique that uses the eigenvalues of a similarity matrix to perform dimensionality reduction before clustering. This method is particularly effective for identifying non-convex structures in complex data.

📖
용어

Similarity Matrix

Symmetric square matrix where each element S[i,j] represents the degree of similarity between data points i and j. It forms the foundation of spectral clustering by encoding the local relationships between observations.

📖
용어

Laplacian Matrix

Discrete differential operator defined as L = D - W, where D is the degree matrix and W is the graph's weight matrix. This matrix captures the geometric structure of the data and its eigenvectors reveal the natural clusters.

📖
용어

Similarity Graph

Graphical representation where nodes correspond to data points and edges weigh their similarity. This structure allows applying theories from graph theory to discover natural groupings in the data.

📖
용어

Spectral K-means

Combination of spectral clustering with the K-means algorithm applied in the eigenvector space. This approach takes advantage of the dimensionality reduction of spectral clustering and the simplicity of K-means implementation.

📖
용어

Eigenspace

Vector subspace spanned by the eigenvectors associated with a given eigenvalue. In spectral clustering, the eigenspace of the smallest non-zero eigenvalues forms a new representation of the data that facilitates clustering.

📖
용어

Adjacency Matrix

Square matrix where A[i,j] = 1 if an edge connects vertices i and j in the graph, otherwise 0. It represents the connectivity structure of the similarity graph used in spectral clustering.

📖
용어

Degree Matrix

Diagonal matrix where each diagonal element D[i,i] represents the sum of the weights of the edges incident to vertex i. This matrix is essential for constructing the Laplacian matrix and normalizing the similarity graph.

📖
용어

Spectral Normalization

Technique for normalizing the Laplacian matrix to stabilize numerical calculations and improve clustering quality. Symmetric normalization L_sym = I - D^(-1/2)WD^(-1/2) is commonly used.

📖
용어

Spectral Segmentation

Application of spectral clustering to partition images or volumes into coherent regions. This method exploits spectral similarities between pixels to detect natural boundaries in visual data.

📖
용어

Clustering Coefficient

Measure quantifying the local density of connections around a node in the graph. This coefficient influences the construction of the similarity matrix and can affect the quality of clusters identified by spectral clustering.

📖
용어

K-Nearest Neighbors Graph

Type of similarity graph where each node is connected to its k nearest neighbors according to a given metric. This approach reduces graph density while preserving the local structure essential for clustering.

📖
용어

Gaussian Kernel

Similarity function K(x,y) = exp(-||x-y||²/2σ²) used to calculate weights in the similarity matrix. The σ parameter controls the similarity scale and influences graph connectivity.

📖
용어

Normalized Laplacian Matrix

Variant of the normalized Laplacian matrix to obtain eigenvalues in the range [0,2]. The symmetric form L_rw = I - D^(-1)W is particularly suitable for clustering data of variable sizes.

📖
용어

Eigenvalue Decomposition

Mathematical process of finding eigenvalues and eigenvectors of a matrix. In spectral clustering, this crucial step transforms the clustering problem into a partitioning problem in a reduced-dimension space.

📖
용어

Graph Partitioning

Fundamental problem of dividing graph vertices into disjoint sets while minimizing connections between sets. Spectral clustering solves this problem using eigenvectors of the Laplacian matrix.

🔍

결과를 찾을 수 없습니다