1 مستودع
Transformation of raw graph strings into numerical identifiers for embedding models.
Distinct from Knowledge Graph Indexers: Focuses on the specific mapping of entities/relations to IDs for training, rather than general graph indexing.
Explore 1 awesome GitHub repository matching data & databases · Embedding Preprocessing. Refine with filters or upvote what's useful.
OpenKE is a knowledge graph embedding framework designed to transform structured knowledge graphs into low-dimensional vector representations. It functions as a library for representation learning and a toolset for converting entities and relations into numerical embeddings. The project includes a link prediction engine to evaluate the likelihood of relationships between entities and identify missing facts in large-scale graphs. It provides a dedicated preprocessing tool to map raw entity and relation strings into numerical identifiers for machine learning training. The framework's capabilit
Transforms raw entity and relation strings into numerical identifiers required for machine learning training.