---
title: "anomaly-detection-resources"
type: "tool"
slug: "yzhao062-anomaly-detection-resources"
canonical_url: "https://www.graphcanon.com/tools/yzhao062-anomaly-detection-resources"
github_url: "https://github.com/yzhao062/anomaly-detection-resources"
homepage_url: null
stars: 9337
forks: 1803
primary_language: "Python"
license: "AGPL-3.0"
categories: ["model-training", "data-retrieval"]
tags: ["fraud-detection", "anomaly-detection", "llm", "data-mining", "machine-learning", "large-language-models", "graph-neural-networks", "awesome-list"]
updated_at: "2026-07-07T18:35:15.572851+00:00"
---

# anomaly-detection-resources

> Repository for anomaly detection resources including books, papers, videos, and toolboxes

This repository compiles various resources related to outlier and anomaly detection, such as academic papers, tutorial materials, datasets, open-source libraries, and commercial tools.

## Facts

- Repository: https://github.com/yzhao062/anomaly-detection-resources
- Stars: 9,337 · Forks: 1,803 · Open issues: 13 · Watchers: 284
- Primary language: Python
- License: AGPL-3.0
- Last pushed: 2026-03-02T04:42:20+00:00

## Categories

- [Model Training](/categories/model-training.md)
- [Data & Retrieval](/categories/data-retrieval.md)

## Tags

fraud-detection, anomaly-detection, llm, data-mining, machine-learning, large-language-models, graph-neural-networks, awesome-list

## Related tools

- [transformers](/tools/huggingface-transformers.md) - 🤗 Transformers: the model-definition framework for state-of-the-art machine learning models (★ 162,347)
- [langflow](/tools/langflow-ai-langflow.md) - Langflow is a powerful platform for building and deploying AI-powered agents and workflows. (★ 151,298)
- [firecrawl](/tools/firecrawl-firecrawl.md) - The API to search, scrape, and interact with the web at scale. (★ 147,117)
- [LLMs-from-scratch](/tools/rasbt-llms-from-scratch.md) - Implement a ChatGPT-like LLM in PyTorch from scratch (★ 98,711)
- [vllm](/tools/vllm-project-vllm.md) - A high-throughput and memory-efficient inference and serving engine for LLMs (★ 85,612)
- [PaddleOCR](/tools/paddlepaddle-paddleocr.md) - PaddleOCR: A powerful OCR toolkit for transforming PDFs/images into structured data (★ 84,919)
- [graphify](/tools/graphify-labs-graphify.md) - AI coding assistant skill that transforms various file types into a queryable knowledge graph (★ 79,371)
- [worldmonitor](/tools/koala73-worldmonitor.md) - Real-time global intelligence dashboard. (★ 61,516)

## README (excerpt)

```text
Anomaly Detection Learning Resources
====================================

.. image:: https://img.shields.io/github/stars/yzhao062/anomaly-detection-resources.svg
   :target: https://github.com/yzhao062/anomaly-detection-resources/stargazers
   :alt: GitHub stars


.. image:: https://img.shields.io/github/forks/yzhao062/anomaly-detection-resources.svg?color=blue
   :target: https://github.com/yzhao062/anomaly-detection-resources/network
   :alt: GitHub forks


.. image:: https://img.shields.io/github/license/yzhao062/anomaly-detection-resources.svg?color=blue
   :target: https://github.com/yzhao062/anomaly-detection-resources/blob/master/LICENSE
   :alt: License


.. image:: https://awesome.re/badge-flat2.svg
   :target: https://awesome.re/badge-flat2.svg
   :alt: Awesome


.. image:: https://img.shields.io/badge/ADBench-benchmark_results-pink
   :target: https://github.com/Minqi824/ADBench
   :alt: Benchmark


----

`Outlier Detection <https://en.wikipedia.org/wiki/Anomaly_detection>`_
(also known as *Anomaly Detection*) is an exciting yet challenging field,
which aims to identify outlying objects that are deviant from the general data distribution.
Outlier detection has been proven critical in many fields, such as credit card
fraud analytics, network intrusion detection, and mechanical unit defect detection.

**This repository collects**:


#. Books & Academic Papers 
#. Online Courses and Videos
#. Outlier Datasets
#. Open-source and Commercial Libraries/Toolkits
#. Key Conferences & Journals


**More items will be added to the repository**.
Please feel free to suggest other key resources by opening an issue report,
submitting a pull request, or dropping me an email @ (yzhao010@usc.edu).
Enjoy reading!

BTW, you may find my `[GitHub] <https://github.com/yzhao062>`_, `[USC FORTIS Lab] <https://github.com/USC-FORTIS>`_, and
`[Google Scholar] <https://scholar.google.com/citations?user=zoGDYsoAAAAJ&hl=en>`_ relevant,
especially `PyOD library <https://github.com/yzhao062/pyod>`_, `ADBench benchmark <https://github.com/Minqi824/ADBench>`_, and `NLP-ADBench: NLP Anomaly Detection Benchmark  <https://github.com/USC-FORTIS/NLP-ADBench>`_,.

----

Table of Contents
-----------------


* `1. Books & Tutorials & Benchmarks <#1-books--tutorials--benchmarks>`_

  * `1.1. Benchmarks <#13-benchmarks>`_
  * `1.2. Tutorials <#12-tutorials>`_
  * `1.3. Books <#11-books>`_

* `2. Courses/Seminars/Videos <#2-coursesseminarsvideos>`_
* `3. Toolbox & Datasets <#3-toolbox--datasets>`_

  * `3.1. Multivariate data outlier detection <#31-multivariate-data>`_
  * `3.2. Time series outlier detection <#32-time-series-outlier-detection>`_
  * `3.3. Graph Outlier Detection <#33-graph-outlier-detection>`_
  * `3.4. Real-time Elasticsearch <#34-real-time-elasticsearch>`_
  * `3.5. Datasets <#35-datasets>`_

* `4. Papers <#4-papers>`_

  * `4.1. LLM and LLM Agents for Anomaly Detection <#41-llm-and-llm-agents-for-anomaly-detection>`_
  * `4.2. Emerging and Interesting Topics <#42-emerging-and-interesting-topics>`_
  * `4.3. Weakly-supervised Methods <#43-weakly-supervised-methods>`_
  * `4.4. Machine Learning Systems for Outlier Detection <#44-machine-learning-systems-for-outlier-detection>`_
  * `4.5. Automated Outlier Detection <#45-automated-outlier-detection>`_
  * `4.6. Outlier Detection with Neural Networks <#46-outlier-detection-with-neural-networks>`_
  * `4.7. Interpretability <#47-interpretability>`_
  * `4.8. Representation Learning in Outlier Detection <#48-representation-learning-in-outlier-detection>`_
  * `4.9. Outlier Detection in Evolving Data <#49-outlier-detection-in-evolving-data>`_
  * `4.10. Outlier Ensembles <#410-outlier-ensembles>`_
  * `4.11. High-dimensional & Subspace Outliers <#411-high-dimensional--subspace-outliers>`_
  * `4.12. Feature Selection in Outlier Detection <#412-feature-selection-in-outlier-detection>`_
  * `4.13. Time Series Outlier Detection <#413-time-series-outlier-detection>`_
  * `4.14. Graph & Network Outlier
```

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/tools/yzhao062-anomaly-detection-resources`](/api/graphcanon/tools/yzhao062-anomaly-detection-resources)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
