Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Random walk algorithm #273

Closed
diaohancai opened this issue Oct 23, 2023 · 0 comments · Fixed by #274
Closed

[Feature] Random walk algorithm #273

diaohancai opened this issue Oct 23, 2023 · 0 comments · Fixed by #274
Labels
feature New feature

Comments

@diaohancai
Copy link
Contributor

Feature Description (功能描述)

In the field of graph machine learning, we need some algorithms to vectorize the graph.
For example, random walk algorithm samples the graph and produces a series of walk sequences, which are then embedding vectorized.
It can be used for graph classification, graph prediction and other application scenarios.

The whole process is roughly as follows:
image
Refer to paper [Billion-scale Commodity Embedding for E-commerce Recommendation in Alibaba]

Here are related papers:

  1. DeepWalk: Online Learning of Social Representations
  2. node2vec: scalable feature learning for networks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant