Implementation of Poincaré Embeddings.
1 2 3 4 5 6 7 8 9 10 11 12 13 | model_poincare(relations, ...)
## S3 method for class 'list'
model_poincare(relations, ...)
## S3 method for class 'python.builtin.tuple'
model_poincare(relations, ...)
## S3 method for class 'character'
model_poincare(relations, ...)
## S3 method for class 'python.builtin.str'
model_poincare(relations, ...)
|
relations |
Training data. Note that the relations are treated as ordered pairs, i.e. a relation (a, b) does not imply the opposite relation (b, a). In case the relations are symmetric, the data should contain both relations (a, b) and (b, a). |
... |
Any other options, from the official documentation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.