Kolmogorov Complexity - it's a bit silly
forwardscattering.org
Kolmogorov Complexity - it's a bit silly
1–10 of 39 posts
Re: Kolmogorov Complexity - it's a bit silly
#2Re: Kolmogorov Complexity - it's a bit silly
#3This seems to be missing the point of Kolmogorov complexity. In Kolmogorov complexity we aren't concerned with the complexity of some fixed finite string, for this very reason.
Re: Kolmogorov Complexity - it's a bit silly
#4In that light, the constant factors are still trivial.
Re: Kolmogorov Complexity - it's a bit silly
#5This seems to be missing the point of Kolmogorov complexity. In Kolmogorov complexity we aren't concerned with the complexity of some fixed finite string, for this very reason.
Re: Kolmogorov Complexity - it's a bit silly
#6Re: Kolmogorov Complexity - it's a bit silly
#7This post is a bit silly. Kolmogorov complexity doesn't have anything to do with computer languages, it has to do with instructions to describe something. The instructions include verysilly, the assembler/interpreter implementation of verysilly, and how to build the computer it's running on. In that light, the constant factors are still trivial.
Re: Kolmogorov Complexity - it's a bit silly
#8This seems to be missing the point of Kolmogorov complexity. In Kolmogorov complexity we aren't concerned with the complexity of some fixed finite string, for this very reason.
I think the author's point is that K(s) is the shortest program in _any_ language. Thus for any string s there exists a language ("silly,s") that produces the program with length 0 (or 1).
Re: Kolmogorov Complexity - it's a bit silly
#9This seems to be missing the point of Kolmogorov complexity. In Kolmogorov complexity we aren't concerned with the complexity of some fixed finite string, for this very reason.
If we aren't concerned about the Kolmogorov complexity of any fixed finite strings, then what exactly is it useful for?
Algorithmic information theory also allows you to re-derive Godel's Incompleteness Theorem or the Halting Theorem from it, in a sense, it's a super-set of those concepts.
For example, we can talk about the compression of knowledge into finite sets of axioms and many bits of information exist in such a system.
Or we can reason about concepts like Omega, a truly random number in mathematics, incompressible in the sense then there is provably no shorter way to encode it other than brute force calculating it, but which is a real number, and which we can know the first few bits of it. (and a quite interesting number in the sense that it's an Oracle of knowledge and if you had it's complete expansion, you could solve many questions in mathematics with it)
Re: Kolmogorov Complexity - it's a bit silly
#10Earlier quoted context omitted.
If we aren't concerned about the Kolmogorov complexity of any fixed finite strings, then what exactly is it useful for?
It's a mathematical device for reasoning about compressibility. It's like saying "What's the use of Shannon Entropy of fixed strings?" Algorithmic information theory also allows you to re-derive Godel's Incompleteness Theorem or the Halting Theorem from it, in a sense, it's a super-set of those concepts. For example, we can talk about the compression of knowledge into finite sets of axioms and many bits of informatio…