bpHigh commited on
Commit
23d32b7
1 Parent(s): ef23c75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 to learn movie embeddings[Node2Vec](https://snap.stanford.edu/node2vec/).
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.