ComplExLiteral
- class ComplExLiteral(triples_factory: TriplesNumericLiteralsFactory, embedding_dim: int = 50, input_dropout: float = 0.2, **kwargs)[source]
Bases:
LiteralModel
An implementation of the LiteralE model with the ComplEx interaction from [kristiadi2018].
This module is a configuration of the general
pykeen.models.LiteralModel
with thepykeen.nn.modules.ComplExInteraction
andpykeen.nn.combinations.ComplExLiteralCombination
.Initialize the model.
Attributes Summary
The default strategy for optimizing the model's hyper-parameters
The default parameters for the default loss function class
Attributes Documentation
- Parameters:
triples_factory (TriplesNumericLiteralsFactory)
embedding_dim (int)
input_dropout (float)