ComplExLiteral
- class ComplExLiteral(triples_factory, embedding_dim=50, input_dropout=0.2, **kwargs)[source]
Bases:
LiteralModelAn implementation of the LiteralE model with the ComplEx interaction from [kristiadi2018].
This module is a configuration of the general
pykeen.models.LiteralModelwith thepykeen.nn.modules.ComplExInteractionandpykeen.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) –