🏠 Strona Główna
Benchmarki
📊 Wszystkie benchmarki 🦖 Dinozaur v1 🦖 Dinozaur v2 ✅ Aplikacje To-Do List 🎨 Kreatywne wolne strony 🎯 FSACB - Ostateczny pokaz 🌍 Benchmark tłumaczeń
Modele
🏆 Top 10 modeli 🆓 Darmowe modele 📋 Wszystkie modele ⚙️ Kilo Code
Zasoby
💬 Biblioteka promptów 📖 Słownik AI 🔗 Przydatne linki

Słownik AI

Kompletny słownik sztucznej inteligencji

162
kategorie
2 032
podkategorie
23 060
pojęcia
📖
pojęcia

Apache Giraph

Iterative graph processing system based on the Pregel model, designed to run graph algorithms on Hadoop clusters with billions of nodes and edges.

📖
pojęcia

Pregel

Synchronous programming model for distributed graph processing developed by Google, using a message-passing approach between vertices for iterative computations.

📖
pojęcia

GraphFrames

Graph processing API for Apache Spark that combines the advantages of DataFrames and GraphX, offering SQL graph queries and integration with the Spark ecosystem.

📖
pojęcia

Flink Gelly

Apache Flink's graph processing library providing methods and algorithms for large-scale graph analysis with iterative transformations and graph operators.

📖
pojęcia

Vertex-Centric Model

Programming paradigm where computations are defined at the vertex level, with each vertex processing incoming messages and sending messages to neighboring vertices at each superstep.

📖
pojęcia

Graph Partitioning

Technique for distributing vertices and edges of a graph across multiple machines to minimize inter-node communication while balancing workload.

📖
pojęcia

Superstep

Synchronous execution phase in Pregel models where each vertex performs parallel computations, sends messages, and waits for all vertices to complete before moving to the next step.

📖
pojęcia

Bulk Synchronous Parallel

Parallel computing model composed of synchronized supersteps where all processors perform local computations then engage in global communication before proceeding to the next step.

📖
pojęcia

Graph Traversal

Systematic process of visiting vertices and edges of a graph in a specific order, essential for search and path analysis algorithms.

📖
pojęcia

Message Passing Interface

Standard communication protocol allowing processes to exchange messages in distributed systems, fundamental for parallel graph processing.

📖
pojęcia

Property Graph

Graph model where vertices and edges can have arbitrary properties as key-value pairs, enabling rich and complex data queries.

📖
pojęcia

Gremlin

Functional and imperative graph traversal language part of Apache TinkerPop, allowing expression of complex queries on graph databases.

📖
pojęcia

Apache TinkerPop

Open source graph computing framework providing a unified API, query languages like Gremlin, and a technology stack for the graph database ecosystem.

📖
pojęcia

Community Detection

Set of algorithms aimed at identifying groups of densely connected nodes in a graph, revealing underlying structures in social and biological networks.

📖
pojęcia

Triangle Counting

Fundamental algorithm for measuring local cohesion in graphs by counting triplets of mutually connected nodes, a key indicator of network density.

📖
pojęcia

Graph Coloring

Combinatorial optimization problem consisting of assigning colors to vertices of a graph so that two adjacent vertices never have the same color.

🔍

Nie znaleziono wyników