🏠 Home
Benchmark
📊 Tutti i benchmark 🦖 Dinosauro v1 🦖 Dinosauro v2 ✅ App To-Do List 🎨 Pagine libere creative 🎯 FSACB - Ultimate Showcase 🌍 Benchmark traduzione
Modelli
🏆 Top 10 modelli 🆓 Modelli gratuiti 📋 Tutti i modelli ⚙️ Kilo Code
Risorse
💬 Libreria di prompt 📖 Glossario IA 🔗 Link utili

Glossario IA

Il dizionario completo dell'Intelligenza Artificiale

162
categorie
2.032
sottocategorie
23.060
termini
📖
termini

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.

📖
termini

Pregel

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

📖
termini

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.

📖
termini

Flink Gelly

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

📖
termini

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.

📖
termini

Graph Partitioning

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

📖
termini

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.

📖
termini

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.

📖
termini

Graph Traversal

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

📖
termini

Message Passing Interface

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

📖
termini

Property Graph

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

📖
termini

Gremlin

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

📖
termini

Apache TinkerPop

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

📖
termini

Community Detection

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

📖
termini

Triangle Counting

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

📖
termini

Graph Coloring

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

🔍

Nessun risultato trovato