🏠 Beranda
Benchmark
📊 Semua Benchmark 🦖 Dinosaurus v1 🦖 Dinosaurus v2 ✅ Aplikasi To-Do List 🎨 Halaman Bebas Kreatif 🎯 FSACB - Showcase Utama 🌍 Benchmark Terjemahan
Model
🏆 Top 10 Model 🆓 Model Gratis 📋 Semua Model ⚙️ Kilo Code
Sumber Daya
💬 Perpustakaan Prompt 📖 Glosarium AI 🔗 Tautan Berguna

Glosarium AI

Kamus lengkap Kecerdasan Buatan

162
kategori
2.032
subkategori
23.060
istilah
📖
istilah

GraphSAGE

Inductive graph neural network algorithm that samples and aggregates neighbor features to generate node embeddings on large graphs.

📖
istilah

Inductive Learning

Learning approach capable of generalizing to unseen nodes or graphs during training, unlike transductive learning which requires the complete graph structure.

📖
istilah

Neighbor Sampling

Technique involving selecting a fixed random subset of neighbors for each node during training, enabling efficient processing of large graphs.

📖
istilah

Aggregation Function

Mathematical operation combining features of neighboring nodes to produce an aggregated representation, essential in information propagation on graphs.

📖
istilah

Node Embedding

Low-dimensional dense vector representation capturing the structural properties and features of a node in a graph, used for prediction tasks.

📖
istilah

Mean Aggregator

Aggregation function computing the element-wise mean of neighboring node features, providing a symmetric and stable representation of local information.

📖
istilah

Max Pooling Aggregator

Aggregation function applying a non-linear transformation followed by max pooling on neighbor features, capturing the most salient aspects of the neighborhood.

📖
istilah

LSTM Aggregator

Aggregation function using an LSTM network to sequentially process neighbor features, capturing asymmetric dependencies in the node's neighborhood.

📖
istilah

Feature Propagation

Iterative process of transmitting and aggregating information between neighboring nodes to progressively enrich vector representations across multiple layers.

📖
istilah

Mini-batch Training

Training strategy dividing the graph into small subsets of nodes to optimize computational efficiency and enable scaling on massive graphs.

📖
istilah

Graph Convolution

Operation generalizing 2D convolution to graph structures, combining a node's features with those of its neighbors according to a defined aggregation scheme.

📖
istilah

Transductive Learning

Learning paradigm where the model is trained and tested on the same set of fixed nodes, requiring the complete graph structure during inference.

📖
istilah

Message Passing

Algorithmic framework where nodes exchange information with their neighbors to update their states, the foundation of graph neural networks.

📖
istilah

Graph Representation

Vector encoding capturing the structural and semantic properties of an entire graph, used for graph-level classification or regression tasks.

📖
istilah

Sampling Strategy

Method defining how to select neighbors during training, impacting the balance between computational efficiency and preservation of structural information.

📖
istilah

Feature Concatenation

Operation combining a node's original features with aggregated information from its neighbors to create an enriched representation before transformation.

📖
istilah

Residual Connection

Mechanism allowing direct information bypass between layers, facilitating deep training and preserving the original characteristics of nodes.

📖
istilah

ReLU Activation

Non-linear activation function applied after aggregation to introduce non-linearity, defined as max(0, x) and widely used in GraphSAGE.

📖
istilah

Batch Normalization

Regularization technique normalizing activations on each mini-batch to stabilize training and accelerate convergence in graph neural networks.

🔍

Tidak ada hasil ditemukan