AkiraTOSEI / ML_papers

ML_paper_summary(in Japanese)
5 stars 1 forks source link

Fast and Accurate Network Embeddings via Very Sparse #54

Open AkiraTOSEI opened 4 years ago

AkiraTOSEI commented 4 years ago

TL;DR

For the task of dimensionality reduction of graph data while maintaining the distance between nodes, they proposed FastRP, which is 4000 times faster than DeepWalk, following the projective matrix initialization with Sparse Random Projection, by computing multi-step transitions iteratively.

Why it matters:

Paper URL

https://arxiv.org/abs/1908.11512

Submission Dates(yyyy/mm/dd)

2019/08/30

Authors and institutions

Haochen Chen, Syed Fahad Sultan, Yingtao Tian, Muhao Chen, Steven Skiena

Methods

image

Results

image

Comments