SpectralEmbeddings Versions Save

spectralembeddings is a python library which is used to generate node embeddings from Knowledge graphs using GCN kernels and Graph Autoencoders. Variations include VanillaGCN,ChebyshevGCN and Spline GCN along with SDNe based Graph Autoencoder.

v_02

2 years ago

First build:

  • Create Base architecture for GCN kernels and Graph AutoEncoder
  • Create Demonstration based on Knowledge Graphs
  • Build and Deployment to Pypi
  • Fix bug in setup

v_01

2 years ago

First build:

  • Create Base architecture for GCN kernels and Graph AutoEncoder
  • Create Demonstration based on Knowledge Graphs
  • Build and Deployment to Pypi