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

AI 용어집

인공지능 완전 사전

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

Graph Convolutional Network (GCN)

Neural network architecture that applies convolution operations on graph data structures by aggregating features from neighboring nodes to learn node representations.

📖
용어

Neighborhood Aggregation

Process of combining features from neighboring nodes to update a target node's representation, typically through mean, sum, or max operations.

📖
용어

Spectral Methods

Approach based on graph spectral theory using eigenvalue decomposition of the Laplacian to define convolution operations on graphs.

📖
용어

Spatial Methods

Direct approach applying convolution operations in node space by physically aggregating neighbor features without spectral transformation.

📖
용어

Graph Laplacian

Matrix representing the structure of a graph, defined as the difference between the degree matrix and the adjacency matrix, fundamental for spectral methods.

📖
용어

Feature Propagation

Mechanism by which node features propagate through the graph via successive convolution layers, capturing neighborhood information at different scales.

📖
용어

Semi-Supervised Learning

Learning paradigm where GCNs use both labeled and unlabeled data to improve classification performance on graphs.

📖
용어

Node Classification

Fundamental task where GCNs predict node labels using the graph structure and features of neighboring nodes.

📖
용어

Link Prediction

Application of GCNs to predict the existence of links between node pairs by learning representations that capture connection probability.

📖
용어

Graph Classification

Classification task at the whole graph level where a GCN learns a global representation of the graph to predict a label for the entire structure.

📖
용어

Graph Attention Network (GAT)

Variant of GCNs incorporating attention mechanisms to dynamically compute edge importance weights during feature aggregation.

📖
용어

Over-smoothing

Phenomenon where node representations become indistinguishable after multiple convolution layers, losing their individual discriminability.

📖
용어

Graph Sampling

Technique for sampling subgraphs or neighborhoods to efficiently train GCNs on large-scale graphs.

📖
용어

Graph Pooling

Hierarchical reduction operation that combines or eliminates nodes to create coarser graph representations for graph-level classification.

📖
용어

Heterogeneous GCN

Extension of GCNs designed to handle graphs containing multiple types of nodes and/or edges with type-specific aggregation mechanisms.

📖
용어

Temporal GCN

Variant of GCNs that captures the dynamic evolution of graphs over time by integrating recurrent or temporal mechanisms with graph convolution.

🔍

결과를 찾을 수 없습니다