Anomaly Detection and Recommender Systems
1. Anomaly Detection
Anomaly detection identifies unusual patterns that deviate from expected behavior. While primarily an unsupervised learning task, it shares characteristics with supervised learning in certain aspects.
1.1 Algorithm Overview
Given a dataset of normal examples, the goal is to build a probability model that flags observations ...
Posted on Sun, 05 Jul 2026 16:37:15 +0000 by mewhocorrupts