Graph Embeddings and PyTorch-BigGraph

preview_player
Показать описание
This video provides an overview of Graph Embeddings and how PyTorch-BigGraph enables learning graph embeddings for very large graphs. The key challenge with this is you would need a lot of memory to store the vectors for each node in a large graph. To solve this, BigGraph uses novel partitioning, distributed execution, and negative sampling algorithms. I hope this is a decent introduction to graph embeddings and PyTorch-BigGraph, really excited about the upcoming release of the Wikidata Weaviate web demo!

Рекомендации по теме
Комментарии
Автор

Great presentation. I'm working on drug target prediction and it is nice to know that with graph embeddings I'm halfway through my journey. By the way which font did you use for your slides? They really look nice.

broken_arrow
Автор

Thanks, for such great content.
I am working on MultiVariate Time Series Anomaly Detection using GNNs, Transformers, and GANs, do you know of any resource where I can start?
I searched a lot but couldn't find anything other than papers, which are not that useful.

Thanks again

MuhammadAli-migg