timtyler comments on Less Wrong: Open Thread, September 2010 - Less Wrong

3 Post author: matt 01 September 2010 01:40AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (610)

You are viewing a single comment's thread. Show more comments above.

Comment author: timtyler 08 September 2010 07:20:05AM 0 points [-]

Don't do that - instead associate programs with sensory input streams.

Comment author: utilitymonster 08 September 2010 09:09:48AM 0 points [-]

Ok, but how?

Comment author: timtyler 08 September 2010 09:31:10AM *  0 points [-]

A stream of sense data is essentially equivalent to a binary stream - the associated programs are the ones that output that stream.

Comment author: utilitymonster 08 September 2010 12:00:42PM *  0 points [-]

Still don't get it. Let's say cards are being put in front of my face, and all I'm getting is their color. I can reliability distinguish the colors here "http://www.webspresso.com/color.htm". How do I associate a sequence of cards with a string? It doesn't seem like there is any canonical way of doing this. Maybe it won't matter that much in the end, but are there better and worse ways of starting?

Comment author: timtyler 08 September 2010 02:44:29PM *  2 points [-]

How do I associate a sequence of cards with a string? It doesn't seem like there is any canonical way of doing this. Maybe it won't matter that much in the end [...]

Just so: the exact representation used is usually not that critical.

If as you say you are using Solomonoff induction, the next step is to compress it - so any fancy encoding scheme you use will probably be stripped right off again.

Comment author: gwern 08 September 2010 02:13:28PM 0 points [-]

If you really can only distinguish those 255 colors, then you could associate each color with a single unique byte, and a sequence of n cards becomes a single bitstring with n*8 bits in it. For additional flavor, add some sort of compression.

This is so elementary that I must be misunderstanding you somehow.