deepwalk icon indicating copy to clipboard operation
deepwalk copied to clipboard

DeepWalk - Deep Learning for Graphs

Results 46 deepwalk issues
Sort by recently updated
recently updated
newest added

How to create .mat files for CORA Dataset with both features and labels in there, just as you did for the datasets used in the code example

Hello and thanks for this nice project. Unfortunately the [last released package on PyPI](https://pypi.org/project/deepwalk) is from April 2018 (`deepwalk==1.0.3`) which is more than 3 years ago. Also unfortunately it breaks...

I did the following changes during my using this lib, but i'm not sure if bugs involved in my changes. OS: Mac Python: 3.8 steps: 1. install changed requirements.txt from...

I'm using deepwalk to generate embeddings for thousands of graphs, which I then process with python scripts. It would be great to use deepwalk as a python module instead of...

Hello, I'm using windows. I am trying to run Deepwalk on Pycharm with the examples provided. When I test Karate.adjlist, it works perfectly, but when I try to run it...

When I try to run "deepwalk --input example_graphs/karate.adjlist --output karate.embeddings" ,I've got this problem.How do I solve it?Thank you very much!

Hello. when I using this tool I find some nodes disappered. What may causes the reduction in the number of nodes?

Hello, thank you for reading my question. I use a edgelist file and after training, its embedding file has generated. I want to use this embedding file and scoring.py to...

Adaptability:"Real social networks are constantly evolving; new social relations should not require repeating the learning process all over again." Is there any solution to get a new node's embedding? Thx.