├── Benchmarking.ipynb ├── GAD-NR_books.ipynb ├── GAD-NR_disney.ipynb ├── GAD-NR_enron.ipynb ├── GAD-NR_inj_cora.ipynb ├── GAD-NR_reddit.ipynb ├── GAD-NR_weibo.ipynb ├── README.md ├── benchmark_results.png ├── dataset_description.png ├── dimension_size_analysis.png ├── gadnr_vs_nwrgae.png ├── lambda_ablation_study.png ├── model_architecture.png ├── outlier_types.png ├── outlier_types_experiment.png ├── requirements.txt └── running_time_comparison.png /Benchmarking.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Graph-COM/GAD-NR/HEAD/Benchmarking.ipynb -------------------------------------------------------------------------------- /GAD-NR_books.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Graph-COM/GAD-NR/HEAD/GAD-NR_books.ipynb -------------------------------------------------------------------------------- /GAD-NR_disney.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Graph-COM/GAD-NR/HEAD/GAD-NR_disney.ipynb -------------------------------------------------------------------------------- /GAD-NR_enron.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Graph-COM/GAD-NR/HEAD/GAD-NR_enron.ipynb -------------------------------------------------------------------------------- /GAD-NR_inj_cora.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Graph-COM/GAD-NR/HEAD/GAD-NR_inj_cora.ipynb -------------------------------------------------------------------------------- /GAD-NR_reddit.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Graph-COM/GAD-NR/HEAD/GAD-NR_reddit.ipynb -------------------------------------------------------------------------------- /GAD-NR_weibo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Graph-COM/GAD-NR/HEAD/GAD-NR_weibo.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Graph-COM/GAD-NR/HEAD/README.md -------------------------------------------------------------------------------- /benchmark_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Graph-COM/GAD-NR/HEAD/benchmark_results.png -------------------------------------------------------------------------------- /dataset_description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Graph-COM/GAD-NR/HEAD/dataset_description.png -------------------------------------------------------------------------------- /dimension_size_analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Graph-COM/GAD-NR/HEAD/dimension_size_analysis.png -------------------------------------------------------------------------------- /gadnr_vs_nwrgae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Graph-COM/GAD-NR/HEAD/gadnr_vs_nwrgae.png -------------------------------------------------------------------------------- /lambda_ablation_study.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Graph-COM/GAD-NR/HEAD/lambda_ablation_study.png -------------------------------------------------------------------------------- /model_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Graph-COM/GAD-NR/HEAD/model_architecture.png -------------------------------------------------------------------------------- /outlier_types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Graph-COM/GAD-NR/HEAD/outlier_types.png -------------------------------------------------------------------------------- /outlier_types_experiment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Graph-COM/GAD-NR/HEAD/outlier_types_experiment.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Graph-COM/GAD-NR/HEAD/requirements.txt -------------------------------------------------------------------------------- /running_time_comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Graph-COM/GAD-NR/HEAD/running_time_comparison.png --------------------------------------------------------------------------------