The official github for IJCAI 2023 paper "Coupled Point Process-based Sequence Modeling for Privacy-preserving Network Alignment"
- Python 3.9.7
- PyTorch 1.11.0
- networkx
- scipy
- numpy
- matplotlib
- Generate event sequences according to the network structure (simulator/simulator.py)
- Get an intensity-based prior of alignment matrix (simulator/get_prior.py)
- Run our sequential behavior-driven network alignment method (CNPP-SAHP/main.py or CNPP-THP/main.py)