typedb / typedb-ml

TypeDB-ML is the Machine Learning integrations library for TypeDB
https://vaticle.com
Apache License 2.0
550 stars 93 forks source link

Unsupervised Knowledge graphs #136

Open sumyatthitsarr opened 4 years ago

sumyatthitsarr commented 4 years ago

Are we able to create unsupervised knowledge graphs using KGCN?

jmsfltchr commented 4 years ago

Hi! Not presently out of the box, but if you can design a metric to determine the loss in an unsupervised setting then it's possible with this framework. One measure would be to use Grakn's compute path query in order to find the distance between a pair of concepts.