Skip to content
#

entropy

Here are 250 public repositories matching this topic...

p3k
p3k commented Apr 18, 2020

It’s probably straight-forward for some people using Docker more regularly than me, but it took a while to find out how to run truffleHog from Docker with my locally cloned repo:

cd /path/to/git_repo
docker run --rm -v `pwd`:/proj dxa4481/trufflehog file:///proj
  • -v mounts the current working dir (`pwd`) to the /proj dir in the Docker container
  • file:///proj refer
robert-dodier
robert-dodier commented Sep 11, 2019

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

Datseris
Datseris commented Dec 4, 2019

Hi @tkf , since you contributed permentropy in #20, I'd appreciate it if you could answer the following questions:

  1. What happens for points that are equal to their predecessor? There are different approaches in the literature: their order also defines which one is the largest. Or deciding at random. Or allowing permutations with equal positions. What happens in our implementation?
  2. It is

Probabilistic question-asking system: the program asks, the users answer. The minimal goal of the program is to identify what the user needs (a target), even if the user is not aware of the existence of such thing/product/service. The maximal goal is to achieve the processing power of a single neuron of a human brain on a single PC. Interactions with billions of other computers should achieve human-level intelligence (AGI).

  • Updated Jun 30, 2020
  • C++

Improve this page

Add a description, image, and links to the entropy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the entropy topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.