Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 506 Bytes

README.MD

File metadata and controls

11 lines (6 loc) · 506 Bytes

This is a python package implementing the Mutual Information Neural Estimator.

Installation

To install cd to the directory of the repository and run pip install -e .

Usage

The file example.py contains a simple usage example where the mutual information between two correlated gaussian variables is estimated. To run the example cd to the directory of the repository and run python example.py. You should see something like this: