ComplExLiteral¶
- class ComplExLiteral(triples_factory, embedding_dim=50, input_dropout=0.2, **kwargs)[source]¶
Bases:
pykeen.models.nbase.ERModel[pykeen.typing.HeadRepresentation,pykeen.typing.RelationRepresentation,pykeen.typing.TailRepresentation]An 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