Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lusinlu/fast-kraskov-mutual-information-estimation

Kraskov mutual information estimation based on approximate nearest neighbours
https://github.com/lusinlu/fast-kraskov-mutual-information-estimation

entropy mutual-information python

Last synced: about 1 month ago
JSON representation

Kraskov mutual information estimation based on approximate nearest neighbours

Awesome Lists containing this project

README

        

# Kraskov mutual information.
Kraskov mutual information estimation between continious and discrete variables,
based on approximate nearest neighbors calculation.

# Description
implementation of ["Mutual Information between Discrete and Continuous
Data Sets"](https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0087357&type=printable), based on public library [faiss](https://github.com/facebookresearch/faiss), for faster
nearest neighbors calculation.

# Installation
``` pip install -r requirements.txt```