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

https://github.com/junlulocky/infopy

Python information theory computation
https://github.com/junlulocky/infopy

bic entropy etc information-theory kl-divergence mutual-info normalized-mutual-info

Last synced: 3 months ago
JSON representation

Python information theory computation

Awesome Lists containing this project

README

          

# infopy
Python information theory computation. In most the computation, we use the true label/predicted label setting, i.e.
the input labels are the true label and predicted label from a clustering algorithm or other methods.

## Releae Note
- entropy
- normalized mutual information
- mutual information
- variation of information
- a toy implementation of [Bayesian information criterion (BIC)](https://en.wikipedia.org/wiki/Bayesian_information_criterion).

## References
- Pedregosa, Fabian, et al. "Scikit-learn: Machine learning in Python." Journal of Machine Learning Research 12.Oct (2011): 2825-2830.