Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ tags:
|
|
5 |
---
|
6 |
|
7 |
## Model description
|
8 |
-
This model demonstrates the node2vec technique on the small version of the Movielens dataset
|
9 |
|
10 |
### Node2Vec Technique
|
11 |
[Node2Vec](https://arxiv.org/abs/1607.00653) is a simple, yet scalable and effective technique for learning low-dimensional embeddings for nodes in a graph by optimising a neighbourhood-preserving objective. The aim is to learn similar embeddings for neighbouring nodes, with respect to the graph structure.
|
|
|
5 |
---
|
6 |
|
7 |
## Model description
|
8 |
+
This model demonstrates the [Node2Vec](https://snap.stanford.edu/node2vec/) technique on the small version of the [Movielens dataset](https://files.grouplens.org/datasets/movielens/ml-latest-small-README.html) to learn movie embeddings.
|
9 |
|
10 |
### Node2Vec Technique
|
11 |
[Node2Vec](https://arxiv.org/abs/1607.00653) is a simple, yet scalable and effective technique for learning low-dimensional embeddings for nodes in a graph by optimising a neighbourhood-preserving objective. The aim is to learn similar embeddings for neighbouring nodes, with respect to the graph structure.
|