Expand description
ComplEx: Complex Embeddings for Simple Link Prediction
ComplEx uses complex-valued embeddings to better model asymmetric relations. The scoring function is: Re(<h, r, conj(t)>) where Re denotes real part, <> denotes complex dot product, and conj denotes complex conjugate.
Reference: Trouillon et al. “Complex Embeddings for Simple Link Prediction” (2016)
Structs§
- ComplEx
- ComplEx embedding model using complex-valued embeddings
Enums§
- Regularization
Type - Regularization types for ComplEx