Skip to content

JustinMuecke/TemporalGraphEmbed

Repository files navigation

Temporal Graph embedding

This Paper was writting for a CS course.

Abstract

Temporal graph embedding is the process of transforming a graph, which changes over time, into a set of vectors. To show how this is done, this paper goes over different methods to use on static graphs like DeepWalk and node2vec, and show how these can be modified to be applied on temporal ones as well. The different methods were chosen depending on how well they help to show different aspects of the field. Furthermore, there will be different real world applications discussed.

Parts

  • Introduction
  • Preliminary
    • Graphs
    • Temporal Graphs
    • SkipGram
  • Static Embeddings
    • Word2Vec
    • DeepWalk
    • Node2Vec
    • SDNE
    • Graph2Vec
  • Embedding of Temporal Graphs
    • tNodeEmbed
    • tdGraphEmbed
  • Application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages