ufosc / DocuMiner

A production-ready pipeline for text mining and subject indexing
MIT License
8 stars 5 forks source link

Knowledge Graph Embeddings Test Run #6

Open Fennec2000GH opened 2 years ago

Fennec2000GH commented 2 years ago

Description

Get familiar with knowledge graphs and their embeddings through code.

Objectives

  1. Compare and contrast different Python libraries for knowledge graph embeddings (KGE). The ones that are highly usable together with custom Python code are AmpliGraph (Tensorflow), TorchKGE (PyTorch), and PyKEEN.
  2. Finalize a library to stick to based on prior Python experience.