🏠 Trang chủ
Benchmark
📊 Tất cả benchmark 🦖 Khủng long v1 🦖 Khủng long v2 ✅ Ứng dụng To-Do List 🎨 Trang tự do sáng tạo 🎯 FSACB - Trình diễn cuối cùng 🌍 Benchmark dịch thuật
Mô hình
🏆 Top 10 mô hình 🆓 Mô hình miễn phí 📋 Tất cả mô hình ⚙️ Kilo Code
Tài nguyên
💬 Thư viện prompt 📖 Thuật ngữ AI 🔗 Liên kết hữu ích

Thuật ngữ AI

Từ điển đầy đủ về Trí tuệ nhân tạo

162
danh mục
2.032
danh mục con
23.060
thuật ngữ
📖
thuật ngữ

Graph Streaming

Processing paradigm where graph edges arrive sequentially as a stream, requiring algorithms capable of maintaining relevant information with strict memory constraints.

📖
thuật ngữ

Stream Sampling

Method of probabilistically selecting a representative subset of edges from the stream to estimate properties of the global graph while respecting memory constraints.

📖
thuật ngữ

Incremental Graph Processing

Approach where computations are progressively updated as new edges arrive, avoiding complete reprocessing of the graph at each modification.

📖
thuật ngữ

Memory-Efficient Algorithms

Algorithms specifically designed to operate with sublinear memory relative to the graph size, often using compact data structures and approximations.

📖
thuật ngữ

Real-Time Graph Analytics

Capability to extract relevant information from a graph stream with guaranteed latencies, typically in milliseconds or seconds after the arrival of new edges.

📖
thuật ngữ

Dynamic Graph Updates

Management of insertions and deletions of edges and nodes in a continuous graph, requiring adaptable data structures and maintenance algorithms.

📖
thuật ngữ

Approximation Algorithms

Algorithms that provide solutions guaranteed within an approximation factor of the optimal, trading accuracy for memory and time efficiency in the streaming context.

📖
thuật ngữ

Single-Pass Algorithms

Algorithms that require only one pass through the data stream to produce their result, impossible to re-execute on past data in a streaming environment.

📖
thuật ngữ

Edge Stream Processing

Sequential processing of graph edges as they arrive in the stream, as opposed to adjacency-based or node-based models.

📖
thuật ngữ

Temporal Graph Analysis

Study of the evolution of structural properties of a graph over time, capturing dynamics, trends, and emergent patterns in streaming data.

📖
thuật ngữ

Sketch-Based Methods

Techniques using compact probabilistic data structures to estimate graph properties with theoretical guarantees on relative error.

📖
thuật ngữ

Graph Summarization

Process of creating a compact representation of a large dynamic graph that preserves essential properties while allowing efficient queries.

📖
thuật ngữ

Semi-Streaming Model

Computational model where the algorithm has O(n·polylog n) bits of memory for a graph with n nodes, allowing storage of degrees but not all edges.

📖
thuật ngữ

Turnstile Model

Streaming model where edges can be inserted and deleted, with weights that can be positive or negative, requiring algorithms robust against counterexamples.

📖
thuật ngữ

W-Stream Model

Model allowing writing of intermediate data to an output stream, relaxing memory constraints at the cost of increased implementation complexity.

📖
thuật ngữ

Streaming Triangle Counting

Algorithm for estimating the number of triangles in a dynamic graph in real-time, crucial for detecting clusters and social cohesion.

🔍

Không tìm thấy kết quả