m_embeds | R Documentation |
The embedding matrix has been fitted using Glove word embeddings on 1,700 open-access publications related to mental health.
data("m_embeds")
A matrix with 1122 rows and 100 columns.
Each row is the embedding vector of a CUI in 100 Glove dimensions.
data('m_embeds')
fit_kg = fit_embeds_kg(m_embeds, 'cosine')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.