The code base for the paper "Learning Centrality by Learning to Route." International Conference on Complex Networks and Their Applications. Springer, Cham, 2021.
The code was implemented in python 3.7 with anaconda environment. All requirements are included in the requirements.txt file.
Computing Routing Betweenness Centrality (RBC) of graph.
The neural-network with the forward flow logic.
Hnadling the training of the model.
The main flow of LRC, in charge of intialization, training and computing the correlation scores.
String Constant
Wrapper for optimizer initialization
Managing model parameters
In case of mentionaning the paper please use the following bibtex citation:
@inproceedings{bachar2021learning,
title={Learning Centrality by Learning to Route},
author={Bachar, Liav and Elyashar, Aviad and Puzis, Rami},
booktitle={International Conference on Complex Networks and Their Applications},
pages={247--259},
year={2021},
organization={Springer}
}