Skip to content

IWNMWE/Graph-Representation-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Representation Learning Algorithms

This repository contains implementations of various graph representation learning algorithms, based on the methods presented in the book Graph Representation Learning. The goal of this project is to provide a foundational understanding of graph-based algorithms and their applications in network analysis, node classification, and link prediction.

Project Status

🚧 Work in Progress 🚧

Implemented Algorithms

  • Graph Convolutional Networks (GCNs)
  • Graph Neural Networks (GNNs)
  • Factorization-based Embeddings
  • Random Walk-based Methods
  • Deep Sets
  • Traditional Graph generation (ER, PA, SBM)
  • Skip Connections
  • Graph Attention Networks
  • Graph spectral clustering
  • Simple Graph Convolution
  • Graph VAE (node latents & graph latents)
  • Graph AE

Work in progress

  • Pooling
  • Graph GAN

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published