snap-stanford / snap-python

SNAP Python code, SWIG related files
Other
293 stars 108 forks source link

[Functionality request] Graph embedding #64

Open gear opened 8 years ago

gear commented 8 years ago

Hello,

It would be nice if SNAP has graph embedding algorithm such as DeepWalk (B. Perozzi et al.) or LINE (Jian Tang et al.). Is there anyone interested in this field? Currently I am studying NLP techniques that can be applied for networks to discover latent representations, and I think it can be helpful to implement some embedding algorithms for the SNAP framework.

profjure commented 8 years ago

Thanks for the question. We hope to offer such functionality in SNAP soon. Jure

On Saturday, March 12, 2016, Hoang NT notifications@github.com wrote:

Hello,

It would be nice if SNAP has graph embedding algorithm such as DeepWalk (B. Perozzi et al.) or LINE (Jian Tang et al.). Is there anyone interested in this field? Currently I am studying NLP techniques that can be applied for networks to discover latent representations, and I think it can be helpful to implement some embedding algorithms for the SNAP framework.

— Reply to this email directly or view it on GitHub https://github.com/snap-stanford/snap-python/issues/64.

gear commented 8 years ago

Great! I am studying about graph embedding for dynamic network right now, and I have used SNAP for most of my Complex Network class. I am willing to contribute if you are interested in implementing graph embedding for SNAP.