🏠 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

Density-Based Spatial Clustering (DBSCAN) on Streams

Application of the DBSCAN algorithm on temporal windows of a stream to identify clusters and isolated points considered as anomalies.

📖
terms

Temporal Autoencoder

Autoencoder neural network designed for sequential data, learning to reconstruct normal patterns from a stream and flagging high reconstruction errors as anomalies.

📖
terms

Data Profiling (Data Sketching)

Data summarization technique that compresses a continuous stream into a compact data structure for fast analysis and approximate anomaly detection.

📖
terms

Dynamic Threshold Detection

Method where the anomaly detection threshold is automatically adjusted based on recent stream statistics, adapting to variations in the norm.

📖
terms

Data Stream

Ordered and potentially infinite sequence of data events arriving continuously, which must be processed with limited memory and time resources.

📖
terms

Holt-Winters Algorithm

Triple exponential smoothing method used to model and forecast time series with trend and seasonality, significant deviations from forecasts signaling anomalies.

📖
terms

Anomaly Detection by Online Learning

Paradigm where the detection model is updated sequentially after each new observation from the stream, enabling continuous adaptation to new norms.

📖
terms

Tumbling Window

Disjoint temporal window that captures fixed and non-overlapping data segments from a stream, often used for real-time batch analysis.

📖
terms

Détection basée sur les Graphes de Flux

Approche modélisant les entités et leurs interactions dans un flux sous forme de graphe dynamique, les anomalies étant des nœuds ou des arêtes aux comportements inhabituels.

📖
terms

Détection d'Anomalie Contextuelle en Flux

Identification d'anomalies dont le caractère anormal dépend du contexte (ex: heure de la journée), nécessitant une modélisation des normes conditionnelles en temps réel.

📖
terms

Algorithme STORM (STreaming OutlieR deTection)

Algorithme spécifiquement conçu pour la détection d'outliers dans les flux de données à haute vitesse, utilisant des structures de données efficaces pour un traitement en mémoire limitée.

📖
terms

Détection par Agrégation de Flux (Stream Aggregation)

Méthode qui agrège les données du flux sur des périodes ou des clés avant de détecter les anomalies sur les résultats agrégés, réduisant la complexité et le bruit.

🔍

No results found