Tag

Anomaly Detection

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
May 12, 2025 · Artificial Intelligence

Anomaly Detection and Outlier Handling Using PHP and Machine Learning

This article explains how to detect and handle outliers in datasets using PHP and machine-learning techniques, covering the statistical Z-Score method and the Isolation Forest algorithm, and providing code examples for both removal and replacement of anomalous values to improve data quality and model accuracy.

Anomaly DetectionIsolation ForestOutlier Removal
0 likes · 6 min read
Anomaly Detection and Outlier Handling Using PHP and Machine Learning
JD Tech
JD Tech
Apr 1, 2025 · Artificial Intelligence

Self‑Isolation Mechanism for Time‑Series Anomaly Detection with Memory Space

This article presents a self‑isolation based streaming anomaly detection framework that combines memory‑space indexing to capture pattern anomalies, long‑term memory, and concept drift in time‑series data, and validates the approach with public benchmarks and real‑world risk‑control scenarios.

Anomaly Detectionconcept driftmemory space
0 likes · 24 min read
Self‑Isolation Mechanism for Time‑Series Anomaly Detection with Memory Space
php中文网 Courses
php中文网 Courses
Feb 5, 2025 · Artificial Intelligence

Anomaly Detection and Outlier Handling in PHP Using Machine Learning

This article explains how to detect and handle outliers in data sets using PHP and machine learning techniques, covering statistical Z‑Score detection, Isolation Forest algorithm, and practical code examples for removing or replacing anomalous values to improve data quality and model accuracy.

Anomaly DetectionIsolation ForestOutlier Handling
0 likes · 6 min read
Anomaly Detection and Outlier Handling in PHP Using Machine Learning
Baidu Geek Talk
Baidu Geek Talk
Dec 18, 2024 · Artificial Intelligence

GEE Graph Embedding Algorithm for Business Security Anomaly Detection

The article presents the GEE (Graph Encoder Embedding) algorithm for business security anomaly detection, explains its label‑propagation foundation, evaluates it on ten‑million‑edge real data, identifies inefficiencies in the original implementation, and demonstrates that vectorized NumPy/Pandas optimizations reduce runtime from 55 seconds to about 4 seconds while preserving meaningful TSNE‑visualized embeddings.

Anomaly DetectionGEE algorithmanti-fraud
0 likes · 21 min read
GEE Graph Embedding Algorithm for Business Security Anomaly Detection
php中文网 Courses
php中文网 Courses
Dec 2, 2024 · Artificial Intelligence

Anomaly Detection and Outlier Handling in PHP Using Z-Score and Isolation Forest

This article explains how to detect and handle outliers in data using PHP, covering statistical Z-Score and Isolation Forest methods, and provides sample code for both detection and subsequent removal or replacement of anomalous values to improve data quality and model accuracy.

Anomaly DetectionIsolation ForestOutlier Handling
0 likes · 7 min read
Anomaly Detection and Outlier Handling in PHP Using Z-Score and Isolation Forest
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
Oct 9, 2024 · Operations

AIOps Implementation at Xiaohongshu: Fault Localization and Intelligent Operations

Xiaohongshu’s AIOps initiative builds a four‑layer framework that leverages machine‑learning‑driven anomaly detection, causal analysis, and trace‑based fault localization to automatically identify root‑cause services in micro‑service environments, achieving over 80 % accuracy across 1000 daily diagnoses while guiding future enhancements in change correlation and automated remediation.

AIOpsAnomaly DetectionDevOps
0 likes · 28 min read
AIOps Implementation at Xiaohongshu: Fault Localization and Intelligent Operations
DataFunSummit
DataFunSummit
Sep 19, 2024 · Artificial Intelligence

AI-Powered Anomaly Diagnosis and Root Cause Analysis for Gaming Business Intelligence

This article presents 37 Mobile Games' exploration of AI-driven intelligent analysis, covering abnormal diagnosis, root‑cause analysis, QBI fluctuation insights, AI data analysis reports, and a multi‑agent workflow for generating analytical reports within a gaming BI platform.

AIAnomaly DetectionBusiness Intelligence
0 likes · 12 min read
AI-Powered Anomaly Diagnosis and Root Cause Analysis for Gaming Business Intelligence
php中文网 Courses
php中文网 Courses
Sep 4, 2024 · Artificial Intelligence

Anomaly Detection and Outlier Handling Using PHP and Machine Learning

This article explains how to detect and handle outliers in data using PHP, covering statistical Z-Score detection and the Isolation Forest algorithm, and provides sample code for both detection and subsequent removal or replacement of anomalous values to improve data quality.

Anomaly DetectionIsolation ForestOutlier Handling
0 likes · 6 min read
Anomaly Detection and Outlier Handling Using PHP and Machine Learning
DataFunSummit
DataFunSummit
Aug 11, 2024 · Big Data

Real‑time Business Data Anomaly Attribution with Tugraph‑Analytics at Huolala

This article describes how Huolala leveraged the open‑source high‑performance streaming graph engine Tugraph‑Analytics together with Flink to build a real‑time business data anomaly detection and attribution system, detailing the background, architectural evolution, technical choices, implementation details, benefits, and future plans.

Anomaly DetectionBig DataReal-time Analytics
0 likes · 12 min read
Real‑time Business Data Anomaly Attribution with Tugraph‑Analytics at Huolala
DataFunTalk
DataFunTalk
Aug 11, 2024 · Artificial Intelligence

AI‑Driven Security Operations (AISECOPS): Architecture, Practices, and Evaluation

This article presents a comprehensive overview of AI‑enabled security operations, detailing the industry pain points, the AISECOPS workflow, model selection between OpenAI embeddings and ST5, classification methods, performance and cost evaluations, and future directions for integrating agents and secure AI pipelines.

AIAnomaly DetectionCost Evaluation
0 likes · 22 min read
AI‑Driven Security Operations (AISECOPS): Architecture, Practices, and Evaluation
DeWu Technology
DeWu Technology
Jul 19, 2024 · Artificial Intelligence

AI‑Powered Anomaly Detection Algorithms for Observability Metrics

The article explains how AI‑powered anomaly detection—using statistical 3‑sigma/Z-score methods, unsupervised machine‑learning like Isolation Forest, and deep‑learning models such as LSTM, Transformer and Pyraformer—overcomes the limits of threshold‑based monitoring by preprocessing data, reducing false alerts, and delivering high‑precision observability metrics.

AIAnomaly Detectiondeep learning
0 likes · 13 min read
AI‑Powered Anomaly Detection Algorithms for Observability Metrics
DataFunTalk
DataFunTalk
Jul 14, 2024 · Artificial Intelligence

Time Series and Machine Learning – An Overview and Book Introduction

The article introduces the rapid rise of large language models, the abundance of time‑series data in many sectors, and explains how combining machine‑learning and deep‑learning techniques with time‑series analysis has become a research hotspot, culminating in a new book that systematically covers theory, methods, and real‑world applications.

AIAnomaly Detectiondeep learning
0 likes · 10 min read
Time Series and Machine Learning – An Overview and Book Introduction
Qunar Tech Salon
Qunar Tech Salon
Jun 12, 2024 · Artificial Intelligence

Design and Implementation of Qunar Flight Ticket Intelligent Alert (Radar) System

This article presents a comprehensive analysis and engineering of Qunar's flight‑ticket intelligent pre‑warning (Radar) system, covering the business need, value analysis, architectural redesign, feature extraction, indicator classification, accuracy quantification, multi‑algorithm anomaly detection, automatic parameter tuning, observed effects, and future plans to incorporate large‑model techniques.

Anomaly Detectionflight ticketmachine learning
0 likes · 17 min read
Design and Implementation of Qunar Flight Ticket Intelligent Alert (Radar) System
Python Programming Learning Circle
Python Programming Learning Circle
May 10, 2024 · Artificial Intelligence

Comprehensive Overview of Common Anomaly Detection Methods with Code Examples

This article compiles and explains a variety of common anomaly detection techniques—including distribution‑based, distance‑based, density‑based, clustering, tree‑based, dimensionality‑reduction, classification, and prediction methods—providing algorithm descriptions, workflow steps, advantages, limitations, and ready‑to‑run Python code snippets for each approach.

Anomaly Detectionmachine learningoutlier detection
0 likes · 23 min read
Comprehensive Overview of Common Anomaly Detection Methods with Code Examples
DataFunSummit
DataFunSummit
Apr 6, 2024 · Information Security

Comprehensive Guide to Malicious Website Anti‑Fraud: Detection, Operation, and Modeling

This article provides a detailed overview of malicious website anti‑fraud, covering classification, development, operational tactics, revenue models, multi‑dimensional anomaly detection, and advanced counter‑measure models such as fingerprint, text, image, complex network, and multimodal approaches.

Anomaly Detectionanti-fraudgraph neural network
0 likes · 16 min read
Comprehensive Guide to Malicious Website Anti‑Fraud: Detection, Operation, and Modeling
Efficient Ops
Efficient Ops
Mar 31, 2024 · Operations

Why Most Alerts Fail and How to Design Actionable Monitoring

Most system alerts are poorly designed, flooding engineers with noise; this article explains the essence of alerts, distinguishes business rule vs reliability monitoring, outlines effective metrics and strategies, and presents simple anomaly-detection algorithms to create actionable, high-quality alerts.

Anomaly Detectionalert designmetrics
0 likes · 21 min read
Why Most Alerts Fail and How to Design Actionable Monitoring
DataFunTalk
DataFunTalk
Mar 11, 2024 · Artificial Intelligence

Anomaly Detection and Attribution Diagnosis Practices at Ant Financial

This article presents Ant Financial's practical approaches to anomaly detection and attribution diagnosis, detailing the underlying concepts, four methodological categories, specific algorithms such as VBEM, AnoSVGD and Autoformer, multi‑dimensional factor analysis, real‑world challenges, and operational benefits for KPI monitoring and incident response.

AIAnomaly DetectionAttribution Analysis
0 likes · 13 min read
Anomaly Detection and Attribution Diagnosis Practices at Ant Financial
php中文网 Courses
php中文网 Courses
Mar 5, 2024 · Artificial Intelligence

Anomaly Detection and Outlier Handling in PHP Using Machine Learning

This article explains how to detect and handle outliers in datasets using PHP and machine‑learning techniques, covering Z‑Score and Isolation Forest algorithms as well as methods to delete or replace anomalous values to improve data quality and model accuracy.

Anomaly DetectionIsolation ForestOutlier Removal
0 likes · 5 min read
Anomaly Detection and Outlier Handling in PHP Using Machine Learning
Tencent Cloud Developer
Tencent Cloud Developer
Jan 23, 2024 · Information Security

Metis: Understanding and Enhancing In-Network Regular Expressions

Metis combines deterministic finite automata conversion, byte‑level RNN training, and knowledge‑distilled random‑forest models to replace traditional regex matching on resource‑constrained network devices, delivering comparable accuracy while achieving up to 74× higher throughput and significant resource savings in DDoS protection and P4 forwarding.

Anomaly DetectionIn-Network ComputingNeurIPS 2023
0 likes · 9 min read
Metis: Understanding and Enhancing In-Network Regular Expressions
High Availability Architecture
High Availability Architecture
Jan 9, 2024 · Operations

AIOps Practices for Incident Management at Meituan: From Risk Prevention to Post‑Operation

This article presents Meituan's two‑year exploration of AIOps in incident management, detailing risk‑prevention change detection, real‑time anomaly discovery, automated root‑cause diagnosis, multi‑dimensional KPI analysis, and similar‑event recommendation, while sharing architectural designs, algorithmic techniques, performance results, and future directions.

AIOpsAnomaly DetectionNLP
0 likes · 24 min read
AIOps Practices for Incident Management at Meituan: From Risk Prevention to Post‑Operation