Skip to content

abbahaddou/DGOW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DGOW

Graph Neural Networks on Discriminative Graphs of Words

Structural Similarity

  • To generate the spectral emmbedding and compute the inter-similarity and the the intra-similarity :
    cd ./Similarity/FastGAE_embedding
    python generate_embedding_GAE.py --config "MG" --dataset "R8"
    python compute_similarity.py  --config "MG" --dataset "R8"
    
  • To generate the FastGAE emmbedding and compute the inter-similarity and the the intra-similarity :
    cd ./Similarity/Spectral_embedding
    python generate_embedding.py --config "MG" --dataset "R8"
    python compute_similarity.py  --config "MG" --dataset "R8"
    

Using DGoW-GNN Model

```
cd ./code
python main.py --dataset "R8" 
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages