Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fabriziomusacchio/entropy
- Owner: FabrizioMusacchio
- Created: 2023-07-13T13:43:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-14T00:13:43.000Z (over 1 year ago)
- Last Synced: 2023-07-14T01:24:08.568Z (over 1 year ago)
- Topics: entropy, python
- Language: Python
- Homepage: https://www.fabriziomusacchio.com/blog/2023-02-02-entropy/
- Size: 931 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```