You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://pytorch-concepts.readthedocs.io/en/latest/guides/using.html">💻 User guide</a>
16
16
</p>
17
17
18
-
<imgsrc="doc/_static/img/logos/pyc.svg"width="20px"align="center"> PyC is a library built upon <imgsrc="doc/_static/img/logos/pytorch.svg"width="20px"align="center"> PyTorch and <imgsrc="doc/_static/img/logos/lightning.svg"width="20px"align="center"> Pytorch Lightning to easily implement **interpretable and causally transparent deep learning models**.
18
+
<imgsrc="https://raw.githubusercontent.com/pyc-team/pytorch_concepts/refs/heads/factors/doc/_static/img/logos/pyc.svg"width="20px"> PyC is a library built upon <imgsrc="https://raw.githubusercontent.com/pyc-team/pytorch_concepts/refs/heads/factors/doc/_static/img/logos/pytorch.svg"width="20px"align="center"> PyTorch and <imgsrc="https://raw.githubusercontent.com/pyc-team/pytorch_concepts/refs/heads/factors/doc/_static/img/logos/lightning.svg"width="20px"align="center"> Pytorch Lightning to easily implement **interpretable and causally transparent deep learning models**.
19
19
The library provides primitives for layers (encoders, predictors, special layers), probabilistic models, and APIs for running experiments at scale.
20
20
21
21
The name of the library stands for both
@@ -26,7 +26,7 @@ The name of the library stands for both
26
26
27
27
# Quick Start
28
28
29
-
You can install PyC with core dependencies from [PyPI](https://pypi.org/project/pytorch-concepts/):
29
+
You can install <imgsrc="https://raw.githubusercontent.com/pyc-team/pytorch_concepts/refs/heads/factors/doc/_static/img/logos/pyc.svg"width="20px"> PyC with core dependencies from [PyPI](https://pypi.org/project/pytorch-concepts/):
30
30
31
31
```bash
32
32
pip install pytorch-concepts
@@ -38,19 +38,19 @@ After installation, you can import it in your Python scripts as:
38
38
import torch_concepts as pyc
39
39
```
40
40
41
-
Follow our [user guide](https://pytorch-concepts.readthedocs.io/en/latest/guides/using.html) to get started with building interpretable models using PyC!
41
+
Follow our [user guide](https://pytorch-concepts.readthedocs.io/en/latest/guides/using.html) to get started with building interpretable models using <imgsrc="https://raw.githubusercontent.com/pyc-team/pytorch_concepts/refs/heads/factors/doc/_static/img/logos/pyc.svg"width="20px"> PyC!
The library is organized to be modular and accessible at different levels of abstraction:
47
-
- <imgsrc="doc/_static/img/logos/conceptarium.svg"width="20px"align="center"> **Conceptarium (No-code API). Use case: applications and benchmarking.** These APIs allow to easily run large-scale highly parallelized and standardized experiments by interfacing with configuration files. Built on top of <imgsrc="doc/_static/img/logos/hydra-head.svg"width="20px"align="center"> Hydra and <imgsrc="doc/_static/img/logos/wandb.svg"width="20px"align="center"> WandB.
48
-
-**High-level APIs. Use case: use out-of-the-box state-of-the-art models.** These APIs allow to instantiate use implemented models with 1 line of code. This interface is built in <imgsrc="doc/_static/img/logos/lightning.svg"width="20px"align="center"> Pytorch Lightning to easily standardize training and evaluation.
47
+
- <imgsrc="https://raw.githubusercontent.com/pyc-team/pytorch_concepts/refs/heads/factors/doc/_static/img/logos/conceptarium.svg"width="20px"align="center"> **Conceptarium (No-code API). Use case: applications and benchmarking.** These APIs allow to easily run large-scale highly parallelized and standardized experiments by interfacing with configuration files. Built on top of <imgsrc="https://raw.githubusercontent.com/pyc-team/pytorch_concepts/refs/heads/factors/doc/_static/img/logos/hydra-head.svg"width="20px"align="center"> Hydra and <imgsrc="https://raw.githubusercontent.com/pyc-team/pytorch_concepts/refs/heads/factors/doc/_static/img/logos/wandb.svg"width="20px"align="center"> WandB.
48
+
-**High-level APIs. Use case: use out-of-the-box state-of-the-art models.** These APIs allow to instantiate use implemented models with 1 line of code. This interface is built in <imgsrc="https://raw.githubusercontent.com/pyc-team/pytorch_concepts/refs/heads/factors/doc/_static/img/logos/lightning.svg"width="20px"align="center"> Pytorch Lightning to easily standardize training and evaluation.
49
49
-**Mid-level APIs. Use case: build custom interpretable and causally transparent probabilistic graphical models.** These APIs allow to build new interpretable probabilistic models and run efficient tensorial probabilistic inference.
50
-
-**Low-level APIs. Use case: assemble custom interpretable architectures.** These APIs allow to build architectures from basic interpretable layers in a plain <imgsrc="doc/_static/img/logos/pytorch.svg"width="20px"align="center"> PyTorch-like interface. These APIs also include metrics, losses, and datasets.
50
+
-**Low-level APIs. Use case: assemble custom interpretable architectures.** These APIs allow to build architectures from basic interpretable layers in a plain <imgsrc="https://raw.githubusercontent.com/pyc-team/pytorch_concepts/refs/heads/factors/doc/_static/img/logos/pytorch.svg"width="20px"align="center"> PyTorch-like interface. These APIs also include metrics, losses, and datasets.
@@ -96,9 +96,10 @@ Reference authors: [Pietro Barbiero](http://www.pietrobarbiero.eu/), [Giovanni D
96
96
This project is supported by the following organizations:
97
97
98
98
<palign="center">
99
-
<imgsrc="doc/_static/img/funding/fwo_kleur.png"alt="FWO - Research Foundation Flanders"height="60"style="margin: 20px;">
99
+
<imgsrc="https://raw.githubusercontent.com/pyc-team/pytorch_concepts/refs/heads/factors/doc/_static/img/funding/fwo_kleur.png"alt="FWO - Research Foundation Flanders"height="60"style="margin: 20px;">
0 commit comments