Representation-based information-theoretic functionality
Project description
Installation Instructions:
Below are two different methods of installation. The first is simpler, while the second allows you to use and modify the library files in-place. Note that only one method is required.
Installation Directly from Github
python -m pip install git+https://github.com/uk-cliplab/representation-itl.git
OR
pip3 install -e git+https://github.com/uk-cliplab/representation-itl.git#egg=representation-itl
Editable Installation
Following this procedure, the git repository is clone and editably installed. This lets you edit or add to the library files without having to reinstall.
-
Download git repository:
git clone https://github.com/uk-cliplab/representation-itl.git -
Move to folder:
cd representation-itl -
Install with pip:
pip install -e .
Import Examples:
import repitl.divergences as div
import repitl.kernel_utils as ku
import repitl.matrix_itl_approx as approx
import repitl.matrix_itl as itl
import repitl.difference_of_entropies as dent
import repitl.informativeness as inform
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file representation_itl-1.0.7.tar.gz.
File metadata
- Download URL: representation_itl-1.0.7.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d73b72f0b6b2607700709e61e8781ec186f20728c6813068774083e8e79556d9
|
|
| MD5 |
21e74c34d9e0fa6b88d247328549f395
|
|
| BLAKE2b-256 |
0cfa22466a0cd20fc9c773468fbf55b34fd97576d55fff6ce740776f5461b21b
|