Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabriziomusacchio/entropy

This repository contains the code for the blog post on Understanding entropy. For further details, please refer to this post.
https://github.com/fabriziomusacchio/entropy

entropy python

Last synced: 1 day ago
JSON representation

This repository contains the code for the blog post on Understanding entropy. For further details, please refer to this post.

Awesome Lists containing this project

README

        

# Understanding entropy

This repository contains the code for these blog posts

* [Understanding entropy](https://www.fabriziomusacchio.com/blog/2023-02-02-entropy/),
* [Information entropy](https://www.fabriziomusacchio.com/blog/2023-02-03-information_entropy/), and
* [Mutual information and its relationship to information entropy](https://www.fabriziomusacchio.com/blog/2023-02-04-mutual_information/).

For further details, please refer to these posts.

For reproducibility:

```powershell
conda create -n entropy -y python=3.9
conda activate entropy
conda install -y mamba
mamba install -y ipykernel numpy matplotlib scipy scikit-learn
```