Accenture / AmpliGraph

Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org
Apache License 2.0
2.15k stars 251 forks source link

Implement nuclear 3 norm #23

Closed lukostaz closed 5 years ago

lukostaz commented 5 years ago

Description Implement Nuclear 3 norm as presented by Lacroix2018.

See section 4 of the paper (in particular 4.2)

image-2019-02-06-11-26-00-421

tabacof commented 5 years ago

Solved by #107. While the results of the original paper could not be reproduced exactly, we got the best results so far for the two hardest datasets using the nuclear 3-norm regularisation (plus multiclass NLL).