Learn Before
Random Walk Embeddings
Limitations of Shallow Embeddings
- The first issue is that shallow embedding methods do not share any parameters between nodes in the encoder, since the encoder directly optimizes a unique embedding vector for each node.
- A second key issue with shallow embedding approaches is that they do not leverage node features in the encoder.
- Shallow embedding methods are inherently transductive.
0
1
3 years ago
Tags
Data Science
Related
Goal of Random Walk Embeddings
General Strategy of Random Walk Embeddings
Noise Contrastive Approximation Approach of Node2Vec
Large-scale Information Network Embeddings(LINE)
Relationships between Random Walk Methods and Matrix Factorization
Limitations of Shallow Embeddings