chihming / awesome-network-embedding

A curated list of network embedding techniques.
2.58k stars 504 forks source link

Pytorch-BigGraph #64

Closed gogleva closed 5 years ago

gogleva commented 5 years ago

Thanks a lot, for putting together this repo. Would it be possible to add Pytorch-BigGraph?

Pytorch-BigGraph - a distributed system for learning graph embeddings for large graphs.

paper: https://www.sysml.cc/doc/2019/71.pdf code: https://github.com/facebookresearch/PyTorch-BigGraph

Thank you.