mowl.nn

Classes

BoxSquaredELModule(nb_ont_classes, nb_rels)

Implementation of Box \(^2\) EL from [jackermeier2023].

ELBoxModule(nb_ont_classes, nb_rels[, ...])

Implementation of ELBoxEmbeddings from [peng2020].

ELEmModule(nb_ont_classes, nb_rels[, ...])

Implementation of ELEmbeddings from [kulmanov2019].

ELModule()

Subclass of torch.nn.Module for \(\mathcal{EL}\) models.

Class Inheritance Diagram

Inheritance diagram of mowl.nn.el.boxsquaredel.module.BoxSquaredELModule, mowl.nn.el.elbox.module.ELBoxModule, mowl.nn.el.elem.module.ELEmModule, mowl.nn.el.elmodule.ELModule