awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
TimDettmers avatar

TimDettmers/ConvE

0
View on GitHub↗
691 stars·164 forks·Python·MIT·8 views

ConvE

Convolutional 2D Knowledge Graph Embeddings resources

Features

  • Knowledge Graph Embeddings - Convolutional 2D knowledge graph embedding models.
  • Model Implementations - Knowledge graph embeddings.

Star history

Star history chart for timdettmers/conveStar history chart for timdettmers/conve

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to ConvE

Similar open-source projects, ranked by how many features they share with ConvE.
  • thunlp/openkethunlp avatar

    thunlp/OpenKE

    4,041View on GitHub↗

    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

    Pythonknowledge-embedding
    View on GitHub↗4,041
  • meta-llama/llama-cookbookmeta-llama avatar

    meta-llama/llama-cookbook

    18,375View on GitHub↗

    This project is a collection of implementation guides, recipes, and developer resources for building applications with Llama models. It serves as a comprehensive kit for developing autonomous agents, establishing retrieval-augmented generation systems, and executing model fine-tuning. The resource provides specific patterns for multimodal workflows that process text, images, and audio. It includes specialized guidance on adapting pre-trained model weights for targeted tasks and implementing tool-calling orchestration to connect models with external APIs and functions. The codebase covers a b

    Jupyter Notebookaifinetuninglangchain
    View on GitHub↗18,375
  • facebookresearch/starspacefacebookresearch avatar

    facebookresearch/Starspace

    3,954View on GitHub↗

    Starspace is a vector embedding framework designed for training high-dimensional representations of text and images. It functions as a machine learning system for neural ranking, text classification, and knowledge graph embedding, mapping different object types into a shared numerical space to facilitate retrieval and prediction tasks. The system includes specialized tools for knowledge graph completion and link prediction by representing entities and their relationships within a multi-relational vector space. It further provides capabilities for semantic content recommendation and large-scal

    C++
    View on GitHub↗3,954
  • falkordb/falkordbFalkorDB avatar

    FalkorDB/FalkorDB

    3,437View on GitHub↗

    FalkorDB is a high-performance graph database management system and vector graph database. It serves as a knowledge graph construction tool and a GraphRAG knowledge store, integrating structured property graphs with vector search to provide grounded context for large language models. The engine is designed as a multi-tenant graph engine, capable of hosting thousands of isolated datasets within a single instance. The system distinguishes itself by using linear algebra for query execution, treating relationship tensors as matrix multiplications to achieve low-latency multi-hop traversals. It ut

    Ccloud-databasedatabasedatabase-as-a-service
    View on GitHub↗3,437
See all 30 alternatives to ConvE→

Frequently asked questions

What does timdettmers/conve do?

Convolutional 2D Knowledge Graph Embeddings resources

What are the main features of timdettmers/conve?

The main features of timdettmers/conve are: Knowledge Graph Embeddings, Model Implementations.

What are some open-source alternatives to timdettmers/conve?

Open-source alternatives to timdettmers/conve include: thunlp/openke — OpenKE is a knowledge graph embedding framework designed to transform structured knowledge graphs into low-dimensional… meta-llama/llama-cookbook — This project is a collection of implementation guides, recipes, and developer resources for building applications with… facebookresearch/starspace — Starspace is a vector embedding framework designed for training high-dimensional representations of text and images.… dmlc/dgl — DGL is a Python library for building and training graph neural networks. It functions as a graph message passing… falkordb/falkordb — FalkorDB is a high-performance graph database management system and vector graph database. It serves as a knowledge… adap/flower — Flower is a federated learning framework and distributed machine learning orchestrator designed to train models across…