A comprehensive (masked) graph autoencoders benchmark.
-
Updated
Dec 4, 2024 - Python
A comprehensive (masked) graph autoencoders benchmark.
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.
Add a description, image, and links to the graph-autoencoder topic page so that developers can more easily learn about it.
To associate your repository with the graph-autoencoder topic, visit your repo's landing page and select "manage topics."