Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
🤖 A Python library for learning and evaluating knowledge graph embeddings
| Date | Stars |
|---|---|
| 2026-07-31 | 2019 |
| 2026-08-01 | 2020 |
| 2026-08-06 | 2020 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<p align="center">
<img src="docs/source/logo.png" height="150">
</p>
<h1 align="center">
PyKEEN
</h1>
<p align="center">
<a href="https://github.com/pykeen/pykeen/actions/workflows/common.yml">
<img src="https://github.com/pykeen/pykeen/actions/workflows/common.yml/badge.svg"
alt="GitHub Actions">
</a>
<a href='https://opensource.org/licenses/MIT'>
<img src='https://img.shields.io/badge/License-MIT-blue.svg' alt='License'/>
</a>
<a href="https://zenodo.org/badge/latestdoi/242672435">
<img src="https://zenodo.org/badge/242672435.svg" alt="DOI">
</a>
<a href="https://optuna.org">
<img src="https://img.shields.io/badge/Optuna-integrated-blue" alt="Optuna integrated" height="20">
</a>
<a href="https://pytorchlightning.ai">
<img src="https://img.shields.io/badge/-Lightning-792ee5?logo=pytorchlightning&logoColor=white" alt="PyTorch Lightning">
</a>
<a href="https://github.com/astral-sh/ruff">
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff" style="max-width:100%;">
</a>
<a href=".github/CODE_OF_CONDUCT.md">
<img src="https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg" alt="Contributor Covenant">
</a>
</p>
<p align="center">
<b>PyKEEN</b> (<b>P</b>ython <b>K</b>nowl<b>E</b>dge <b>E</b>mbeddi<b>N</b>gs) is a Python package designed to
train and evaluate knowledge graph embedding models (incorporating multi-modal information).
</p>
<p align="center">
<a href="#installation">Installation</a> •
<a href="#quickstart">Quickstart</a> •
<a href="#datasets">Datasets (37)</a> •
<a href="#inductive-datasets">Inductive Datasets (5)</a> •
<a href="#models">Models (40)</a> •
<a href="#supporters">Support</a> •
<a href="#citation">Citation</a>
</p>
## Installation  
The latest stable version of PyKEEN requires Python 3.9+. It can be downloaded
and installed from [PyPI](https://pypi.org/project/pykeen) with:
```shell
pip install pykeen
```
The latest version of PyKEEN can be installed directly from the
source code on [GitHub](https://github.com/pykeen/pykeen) with:
```shell
pip install git+https://github.com/pykeen/pykeen.git
```
More information about installation (e.g., development mode, Windows installation, Colab, Kaggle, extras)
can be found in the [installation documentation](https://pykeen.readthedocs.io/en/latest/installation.html).
## Quickstart [](https://pykeen.readthedocs.io/en/latest/?badge=latest)
This example shows how to train a model on a dataset and test on another dataset.
The fastest way to get up and running is to use the pipeline function. It
provides a high-level entry into the extensible functionality of this package.
The following example shows how to train and evaluate the [TransE](https://pykeen.readthedocs.io/en/latest/api/pykeen.models.TransE.html#pykeen.models.TransE)
model on the [Nations](https://pykeen.readthedocs.io/en/latest/api/pykeen.datasets.Nations.html#pykeen.datasets.Nations)
dataset. By default, the training loop uses the [stochastic local closed world assumption (sLCWA)](https://pykeen.readthedocs.io/en/latest/reference/training.html#pykeen.training.SLCWATrainingLoop)
training approach and evaluates with [rank-based evaluation](https://pykeen.readthedocs.io/en/latest/reference/evaluation/rank_based.html#pykeen.evaluation.RankBasedEvaluator).
```python
from pykeen.pipeline import pipeline
result = pipeline(
model='TransE',
dataset='nations',
)
```
The results are returned in an instance of the [PipelineResult](https://pykeen.readthedocs.io/en/latest/reference/pipeline.html#pykeen.pipeline.PipelineResult)
dataclass that has attributes for the trained model, the training loop, the evaluation, aExcerpt of 80,528 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:80793b5b1caad984, topic:cuda
matched fp:80793b5b1caad984, topic:deep-learning