This project detects structural network anomalies using a GNN autoencoder. It contrasts this deep learning approach with the classic DBSCAN method. While DBSCAN only uses node features (CPU, RAM), the GNN learns the graph's topology to identify statistically improbable links, proving superior for structural analysis.
deep-learning ml pytorch network-engineering pytorch-geometric gnn dbscan-clustering-algorithm graph-autoencoder structural-anomaly-detection
-
Updated
Jan 24, 2026 - Python