Use when running ML threat detection on GPU.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add LoopyLuci/Skills --skill gpu-anomaly-detector --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gpu Anomaly Detector?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loopyluci-gpu-anomaly-detector)More formats (shields.io, HTML) on the badges page.
---
name: gpu-anomaly-detector
title: GPU Anomaly Detector
description: Use when running ML threat detection on GPU.
category: networking
tags: [gpu, anomaly, detection, ml, inference, candle]
---
# GPU Anomaly Detector
**Trigger**: Use when implementing GPU-accelerated ML-based anomaly detection.
**Libraries**: `candle` (Rust ML), `wgpu`, `ort` (ONNX Runtime)
**Implementation**: ONNX model inference on GPU via `candle` with CUDA/ROCm backend. Autoencoder for traffic baseline anomaly detection. Feature extraction: flow duration, packet sizes, inter-arrival times, protocol mix, port distribution. Batch inference: 1024 flows per GPU dispatch. Anomaly thresholds calibrated per network profile. Real-time alert on deviation >3sigma.
**Connected**: `gpu-packet-classifier`, `ml-threat-detection`, `traffic-analyzer`, `connection-tracker`, `pattern-matching-engine`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!