-
Updated
May 23, 2020 - PHP
information-theory
Here are 175 public repositories matching this topic...
We should probably have a more unified and robust method of logging and warning. Logbook is a particularly friendly way of doing this.
-
Updated
Jun 2, 2017 - Python
-
Updated
May 28, 2020 - C++
The readme file lacks installation instructions -- I think it would be very helpful to include that.
I was able to puzzle out that
$ python3 setup.py build
$ python3 setup.py install
are enough to build and install the package. Maybe that info, or something like it, could be in the readme.
Also, I found that after installing, import entropy_estimators fails, but `imp
Base is confusing, it conveys that it's the base of the logarithm. Something about alphabet size will be more direct.
Add NetLogo example
-
Updated
Apr 25, 2020 - Python
-
Updated
May 29, 2020 - Python
The user facing side of the code talks about sources wherever the source random processes feeding information into are target are meant.
Inside some classes, the word "sources" is used to specify a single random variable, i.e. the combination of the index of a random process and a time lag.
This can be pretty confusing for newcomers trying to contribute.
-
Updated
Apr 26, 2020 - R
-
Updated
Aug 8, 2018 - Python
-
Updated
Jul 12, 2017 - Python
-
Updated
May 29, 2020 - Coq
-
Updated
Apr 6, 2020 - Jupyter Notebook
-
Updated
Apr 4, 2019 - Python
-
Updated
Feb 19, 2020 - C++
-
Updated
May 26, 2020 - Python
-
Updated
May 26, 2020 - Python
-
Updated
May 28, 2020 - C++
-
Updated
Apr 28, 2020 - Python
-
Updated
Nov 21, 2019 - Python
-
Updated
Jan 6, 2019 - Jupyter Notebook
-
Updated
Apr 9, 2019 - MATLAB
-
Updated
Dec 19, 2019 - Jupyter Notebook
-
Updated
Feb 27, 2020 - Julia
List of various issues I found in the documentation of inform while developing the R wrapper (rinform):
- many time series measures point to a wiki page, Transfer Entropy lacks this link although there is a wiki page (https://en.wikipedia.org/wiki/Transfer_entropy)
- transfer entropy: "between an information source and destination" -> missing "a destination"
- transfer entropy: "int
-
Updated
Mar 9, 2020 - C++
Improve this page
Add a description, image, and links to the information-theory topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the information-theory topic, visit your repo's landing page and select "manage topics."


Hello
I have 200k documents and I create 100 topics. I look at the terms and see that the topics are good.
But when I want to look at examples for each topic I do
probs, _ = topic_model.transform(count_matrix, details=True). Then I create new column for each for exampledataframe['topic=0']=pd.Series(probs[:, 0]). Then I sort dataframe by prob value decrease and I see that about 1/3 of the