ixxi-dante / an2vec

Bringing node2vec and word2vec together for cool stuff
GNU General Public License v3.0
22 stars 6 forks source link

Initial BlogCatalog application #27

Closed wehlutyk closed 6 years ago

wehlutyk commented 6 years ago

Work-in-Progress for applying the method to the BlogCatalog data set.

wehlutyk commented 6 years ago

Currently training runs, using the projects/scale/blogcatalog.py script, but the resulting 2D embeddings are awful: they all align on a single line which is more or less y = - x. Accordingly, adjacency reconstruction is awful too. This can be seen in the current projects/scale/blogcatalog-results.ipynb notebook.

Ideas: