Skip to content

pallabee/master-thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

master-thesis

This repo contains all code for the implementation done in Master's Thesis.

Source of datasets

  1. Graph Generation:
  1. Node Feature Generation:

Instructions to run code

  1. To run all jupyter notebooks create a conda environment
    conda create --name myenv --file requirements.txt
    conda activate myenv
    jupyter notebook

  2. To run code for diffusion_graph_gen and diffusion_node_feature_gen in approach_3, follow the installation steps of DiGress: https://github.com/cvignac/DiGress

  3. Use the .dat files from the datasets for Graph Generation wherever .dat files are present in code, e.g. {dataset}_link.dat, {dataset}_node.dat

About

This repo contains all code for the implementation done in Master's Thesis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages