Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
11answers
4k views

What is the computer science definition of entropy?

I've recently started a course on data compression at my university. However, I find the use of the term "entropy" as it applies to computer science rather ambiguous. As far as I can tell, it roughly ...
8
votes
4answers
410 views

How does the entropy of a string of English text signify low quality?

Jeff Atwood recently tweeted a link to a CodeReview post where he wanted to know if the community could improve his "calculating entropy of a string" code snippet. He explained, "We're calculating ...
8
votes
4answers
306 views

Practical way of explaining “Information Theory”

Information theory comes into play where ever encoding & decoding is present. For example: compression(multimedia), cryptography. In Information Theory we encounter terms like "Entropy", "Self ...
8
votes
9answers
301 views

Algorithm for rating the monotonicity of an array (i.e. judging the “sortedness” of an array)

EDIT: Wow, many great responses. Yes, I am using this as a fitness function for judging the quality of a sort performed by a genetic algorithm. So cost-of-evaluation is important (i.e., it has to ...
7
votes
1answer
131 views

Compressibility Example

From my algorithms textbook: The annual county horse race is bringing in three thoroughbreds who have never competed against one another. Excited, you study their past 200 races and summarize ...
5
votes
3answers
70 views

Subroutine inference

Is there any paper describing any algorithm/technique to infer subroutines from a compiled program? In other words: is there an algorithm to find blocks of code that appear more than once in the ...
5
votes
4answers
2k views

How do I compute the approximate entropy of a bit string?

Is there a standard way to do this? Googling -- "approximate entropy" bits -- uncovers multiple academic papers but I'd like to just find a chunk of pseudocode defining the approximate entropy for a ...
5
votes
11answers
439 views

How to prove to our users that they are not being cheated?

I have an information theory question about how to prove (or at least give statistical evidence) that an auction website is not shilling its users. We recently launched a pay-per-bid auction ...
5
votes
4answers
2k views

Shannon's entropy formula. Help my confusion

my understanding of the entropy formula is that it's used to compute the minimum number of bits required to represent some data. It's usually worded differently when defined, but the previous ...
4
votes
1answer
276 views

A good intro to information theory, please?

I know about Wikipedia and MacKay's Information Theory, Inference, and Learning Algorithms (is it appropriate as textbook?). A textbook starting with Shannon's entropy and going through Conditional ...
4
votes
3answers
255 views

Theory: Compression algorithm that makes some files smaller but none bigger?

I came across this question; "A lossless compression algorithm claims to guarantee to make some files smaller and no files larger. Is this; a) Impossible b) Possible but may run for an ...
3
votes
1answer
182 views

Continuous mutual information in Python

[Frontmatter] (skip this if you just want the question): I'm currently looking at using Shannon-Weaver Mutual Information and normalized redundancy to measure the degree of information masking ...
3
votes
1answer
186 views

data compression - machine learning for exponential distribution

Are there any machine learning algorithms, prediction models that can help me compress exponentially distributed data? I have already encoded the file using golomb codes, which definitely saves tons ...
3
votes
5answers
125 views

Is information a subset of data?

I apologize as I don't know whether this is more of a math question that belongs on mathoverflow or if it's a computer science question that belongs here. That said, I believe I understand the ...
3
votes
3answers
2k views

Calculating Mutual Information For Selecting a Training Set in Java

Scenario I am attempting to implement supervised learning over a data set within a Java GUI application. The user will be given a list of items or 'reports' to inspect and will label them based on ...
2
votes
3answers
186 views

Any theoretical limit to compression?

Imagine that you had all the supercomputers in the world at your disposal for the next 10 years. Your task was to compress 10 full-length movies losslessly as much as possible. Another criteria was ...
2
votes
2answers
162 views

Can information encoded with a one time pad be distinguished from random noise?

I understand that the cyphertext from a properly used one time pad cypher reveals absolutely no data about the encrypted message. Does this mean that there is no way to distinguish a message ...
2
votes
2answers
546 views

Extended Huffman code

I have this homework: finding the code words for the symbols in any given alphabet. It says I have to use binary Huffman on groups of three symbols. What does that mean exactly? Do i use regular ...
2
votes
2answers
165 views

error correction code upper bound

If I want to send a d-bit packet and add another r bits for error correction code (d>r) how many errors I can find and correct at most?
2
votes
1answer
141 views

what part of numbers has more entropy?

Given the sequence pf numbers N1, N2, N3... from some source, not a PRNG but say sensor or logging data of some kind, is it safe to assume that processing it like this Nn / B = Qn  Rem Mn ...
2
votes
4answers
972 views

Relation of Entropy to Lossless Compression Rate

From Shannon's Source Coding Theorem we know that the entropy of a compressed string is bounded by the entropy of the original string like so: H(X) <= L < H(X) + 1/N where H(X) is entropy of ...
1
vote
1answer
236 views

Entropy and Information Gain

Simple question I hope. If I have a set of data like this: Classification attribute-1 attribute-2 Correct dog dog Correct dog dog Wrong dog ...
1
vote
1answer
543 views

Mutual Information / Entropy Calculation Help

Hoping someone can give me some pointers with this entropy problem. Say X is chosen randomly from the uniform integer distribution 0-32 (inclusive). I calculate the entropy, H(X) = 32 bits, as each ...
1
vote
1answer
93 views

How to compute information entropy in a two-step decision?

I have a question which I think involves "conditional entropy" in the field of information theory. I am trying to wrap my head around it, but could use some help. Consider an example in which we ...
1
vote
6answers
193 views

redundant encoding?

This is more of a computer science / information theory question than a straightforward programming one, so if anyone knows of a better site to post this, please let me know. Let's say I have an ...
0
votes
1answer
68 views

Are there any known limits on what a single line of code can do? [closed]

I've had various discussions on whether it's possible to write a one line algorithm to solve a number of simple problems (e.g. check if a number is prime/power of 2/..), but was wondering if there is ...
0
votes
0answers
27 views

Calculating mutual information between two columns

I need to evaluate connections between datasets. For example, assume the following dataset, +--------------------+ | Last name | Tel no | +------------------- + | Banks | XXX | | Banks | ...
0
votes
2answers
48 views

Maximizing Stored Information (Entropy?)

So I'm not sure if this question belongs here or maybe Math overflow. In any case, my question is about information theory. Let's say I have a 16 bit word. There are 65,536 unique configurations of ...
0
votes
2answers
104 views

What's the best entropy encoding scheme to compress symbols with a known probability distribution?

I'm looking to encode user_ids in a long list of call records. The parts of these records that takes up the most space are the symbols for the caller and receiver. I will create a map that assigns ...
0
votes
0answers
33 views

parity check matrix for text file

How to create parity check matirx for a given text file. Ex: text file name is kumar.txt, it contains text like this Hello how are you.
0
votes
1answer
121 views

Entropy Rate of a source of information with memory

I have some English written text and calculated the entropy of it. However I realized that compression algorithms based on LZ methods compress much under the limit given by entropy. That's due to the ...
0
votes
2answers
129 views

Computation of Mutual Information

Suppose M is a set of objects m each having attributes X and Y. Now if X and Y can have only one value for given m (i.e. X,Y are random variables with P(X=x_i|M=m_i), P(Y=y_i|M=m_i)), it's possible to ...
0
votes
2answers
157 views

Recommendation for a book on information architecture?

I am a newbie to information architecture. Can anyone recommend a good book for reading up on the topic?
0
votes
2answers
824 views

What is a parity check matrix? (Information theory)

I'm studying information theory but one thing I can't seem to work out. I know that given a linear code C and a generator matrix M I can work out all the possible codewords of C. However I do not ...
0
votes
3answers
48 views

How to adjust the distribution of values in a random data stream?

Given a infinite stream of random 0's and 1's that is from a biased (e.g. 1's are more common than 0's by a know factor) but otherwise ideal random number generator, I want to convert it into a ...
0
votes
4answers
909 views

Fibonacci coding

Can anybody suggest a good book/paper/website/background reading about universal codes for integers and especially Fibonacci code (in the sense of http://en.wikipedia.org/wiki/Fibonacci_code)? Thanks! ...
-1
votes
2answers
141 views

How do I calculate the entropy of a graph?

I have a set of randomly generated formal graphs, and I would like to calculate the entropy of each one. The same question in different words: I have several networks, and want to calculate the ...