🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links

AI Glossary

The complete dictionary of Artificial Intelligence

162
categories
2,032
subcategories
23,060
terms
📖
terms

Graph Transformer

Neural architecture combining Transformer attention mechanisms with graph structure to capture global and local dependencies in relational data.

📖
terms

Attention sur les graphes

Mechanism adapted from Transformer attention that calculates relative importance between graph nodes while considering their structural connectivity.

📖
terms

Positional encoding pour graphes

Positional encoding technique adapted for graphs that incorporates structural information like distances, degrees, or paths to represent relative positions of nodes.

📖
terms

Self-attention sur les nœuds

Operation where each graph node calculates attention weights on all other nodes, including itself, to capture long-range dependencies.

📖
terms

Graph Attention Network (GAT)

Pioneering architecture introducing masked attention in GNNs, where attention weights are calculated only between directly neighboring nodes.

📖
terms

Propagation de messages

Fundamental process in GNNs where nodes exchange and aggregate information with their neighbors to update their latent representations.

📖
terms

Mécanisme d'attention multi-tête

Extension of attention where multiple attention heads independently calculate attention weights, allowing capture of different types of relationships in the graph.

📖
terms

Edge embedding

Vector representation of graph edges capturing their intrinsic characteristics and the relationships between the nodes they connect.

📖
terms

Transformer-XL for Graphs

Adapted extension of Transformer-XL that handles long-range dependencies in graphs through a segment-level caching mechanism.

📖
terms

GraphBERT

Pre-trained architecture specifically designed for graphs using masked Transformers and self-supervised training strategies.

📖
terms

Graphormer

Pure Transformer architecture for graphs using centrality-based positional encodings and structured attention mechanisms.

📖
terms

Edge Attention

Attention variant where weights are computed on edges rather than nodes, allowing direct modeling of relationship importance.

📖
terms

Heterogeneous Graph Transformer

Extension of Graph Transformers adapted for heterogeneous graphs with different node and edge types using type-specific attention mechanisms.

📖
terms

Structured Attention

Attention mechanism that explicitly integrates structural information like paths, cycles, or graph motifs into the attention weight computation.

📖
terms

Cross-attention between Nodes

Attention operation where queries, keys, and values come from different node representations, enabling more complex interactions.

🔍

No results found