Description Usage Arguments Value
Constructs GloVe embeddings from co-occurrence matrix
1 | construct_glove_embedding(coccur, dim_size = 100, iters = 25)
|
coccur |
The co-occurrence matrix |
dim_size |
The embedding dimension |
iters |
The number of iterations |
GloVe embedding
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.