Tagged articles
14 articles
Page 1 of 1
Data Party THU
Data Party THU
Sep 14, 2025 · Big Data

How to Evaluate Battery Storage Health with Big Data and LightGBM

This report details a university big‑data project that builds a data‑driven framework for assessing lithium‑ion battery storage health, cleaning operational data, detecting abnormal cells with DBSCAN, and predicting SOC/SOH using LightGBM, while highlighting findings, limitations, and future improvements.

Big DataDBSCANLightGBM
0 likes · 4 min read
How to Evaluate Battery Storage Health with Big Data and LightGBM
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Aug 5, 2025 · Operations

How Alibaba Scales Anomaly Detection Across Millions of Metrics

This article explains how Alibaba tackles anomaly detection for tens of millions of metrics in a 100‑thousand‑machine cluster by comparing vertical time‑series methods with horizontal clustering, choosing DBSCAN for large‑scale monitoring, and detailing the ETL, computation, and visualization pipeline.

DBSCANTime Seriesanomaly detection
0 likes · 6 min read
How Alibaba Scales Anomaly Detection Across Millions of Metrics
Python Programming Learning Circle
Python Programming Learning Circle
May 5, 2024 · Artificial Intelligence

Python Implementation of DBSCAN and KMeans for Point Cloud Clustering and Tracking with Hungarian Matching

This article presents a Python project that reads point‑cloud data from CSV files, applies DBSCAN and KMeans clustering, extracts cluster features, and uses the Hungarian algorithm to match clusters across frames for tracking, complete with full source code and result visualization.

DBSCANHungarian algorithmKMeans
0 likes · 13 min read
Python Implementation of DBSCAN and KMeans for Point Cloud Clustering and Tracking with Hungarian Matching
Model Perspective
Model Perspective
Mar 22, 2023 · Artificial Intelligence

Master DBSCAN Clustering: Theory, Python Code, and Real-World Examples

DBSCAN is a density‑based clustering algorithm that automatically discovers arbitrarily shaped clusters and isolates noise, with detailed explanations of core, border, and noise points, step‑by‑step examples, Python implementations using scikit‑learn, and guidance on key parameters such as eps and min_samples.

DBSCANPythonclustering
0 likes · 10 min read
Master DBSCAN Clustering: Theory, Python Code, and Real-World Examples
DataFunSummit
DataFunSummit
May 8, 2022 · Artificial Intelligence

Machine Learning‑Based Time Series Forecasting and Anomaly Detection System at JD Search

The article describes JD Search's machine‑learning alert system that combines offline and real‑time training, FFT‑based periodic detection, Prophet forecasting, and DBSCAN anomaly clustering, and explains architectural design, data preprocessing, model optimization, and distributed deployment to improve alert accuracy and response speed.

DBSCANFFTProphet
0 likes · 10 min read
Machine Learning‑Based Time Series Forecasting and Anomaly Detection System at JD Search
DataFunTalk
DataFunTalk
Apr 24, 2022 · Artificial Intelligence

Machine Learning‑Driven Time Series Forecasting and Anomaly Detection System at JD Search

The article describes JD Search’s machine‑learning‑based time‑series forecasting and anomaly‑detection platform, detailing its overall architecture, offline and real‑time training pipelines, FFT‑based periodicity detection, Prophet forecasting, DBSCAN outlier detection, and distributed optimizations such as Alink integration and load‑balancing strategies.

DBSCANFFTProphet
0 likes · 10 min read
Machine Learning‑Driven Time Series Forecasting and Anomaly Detection System at JD Search
Aotu Lab
Aotu Lab
Feb 17, 2022 · Artificial Intelligence

How DBSCAN Clustering Powers Automatic Layout Generation in Front‑End Design

This article explains the DBSCAN density‑based clustering algorithm, its core concepts, parameters, and step‑by‑step implementation, then shows how dynamically derived eps values enable the algorithm to group design‑draft modules for automatic front‑end code generation, improving development efficiency.

DBSCANclusteringdensity-based clustering
0 likes · 11 min read
How DBSCAN Clustering Powers Automatic Layout Generation in Front‑End Design
58 Tech
58 Tech
Dec 16, 2021 · Artificial Intelligence

Commercial Recommendation System for 58 Recruitment: Architecture, Recall, and Ranking Techniques

This talk presents the design and implementation of 58's commercial recruitment recommendation system, covering the business scenario, system architecture, regional and behavior‑based recall methods, various ranking models—including coarse‑ranking, dual‑tower, DIN‑bias, and multitask W3DA—and future optimization directions.

DBSCANEGESonline advertising
0 likes · 20 min read
Commercial Recommendation System for 58 Recruitment: Architecture, Recall, and Ranking Techniques
DataFunSummit
DataFunSummit
Dec 12, 2021 · Artificial Intelligence

Design and Implementation of 58.com Commercial Recruitment Recommendation System

This article presents a comprehensive overview of the 58.com commercial recruitment recommendation system, detailing its business challenges, system architecture, region‑based and behavior‑based recall strategies, coarse‑ and fine‑ranking models, bias handling, evaluation methods, and future directions.

CTRDBSCANEGES
0 likes · 20 min read
Design and Implementation of 58.com Commercial Recruitment Recommendation System
dbaplus Community
dbaplus Community
May 16, 2021 · Operations

How DBSCAN Clustering and Bayesian Inference Enable Fast Root‑Cause Detection in Securities Trading Systems

This article details the challenges of root‑cause identification in high‑availability securities trading platforms and presents two intelligent‑operations solutions—DBSCAN‑based clustering and Bayesian inference—to quickly locate anomalies and improve recovery efficiency.

Bayesian inferenceDBSCANIntelligent Operations
0 likes · 17 min read
How DBSCAN Clustering and Bayesian Inference Enable Fast Root‑Cause Detection in Securities Trading Systems
iQIYI Technical Product Team
iQIYI Technical Product Team
Apr 4, 2019 · Artificial Intelligence

My Experience and Methods in the iQIYI Multimodal Person Recognition Challenge

In the iQIYI Multimodal Person Recognition Challenge, I leveraged the provided facial features, weighted face‑quality averaging, DBSCAN‑based noise clustering and a dynamic extra noise class within an iterative KNN‑to‑neural‑network training pipeline, ultimately reaching the top‑5 and open‑sourcing the full workflow on GitHub.

DBSCANiQIYImultimodal
0 likes · 7 min read
My Experience and Methods in the iQIYI Multimodal Person Recognition Challenge
Qunar Tech Salon
Qunar Tech Salon
Jan 23, 2018 · Artificial Intelligence

Intelligent Business Zone Planning for Super Bus Service Using DBSCAN Clustering and Convex Hull

The article describes how the Super Bus platform leverages unsupervised DBSCAN clustering and a Graham‑scan convex‑hull algorithm, combined with a data‑center and distributed processing framework, to automatically generate compliant service zones that match user demand while improving efficiency and scalability.

DBSCANUnsupervised Learningclustering
0 likes · 8 min read
Intelligent Business Zone Planning for Super Bus Service Using DBSCAN Clustering and Convex Hull
Architect
Architect
Mar 6, 2016 · Big Data

Clustering Geolocated User Events with DBSCAN and Spark

This article explains how to apply the DBSCAN clustering algorithm to geolocated user event data and leverage Apache Spark’s distributed processing with PairRDDs to efficiently identify frequent user regions, detect outliers, and build location‑based services such as personalized recommendations and security alerts.

Big DataDBSCANSpark
0 likes · 8 min read
Clustering Geolocated User Events with DBSCAN and Spark