Artificial Intelligence Depot
Visiting guest. Why not sign in?
News, knowledge and discussion for the AI enthusiast.
FEATURES COMMUNITY KNOWLEDGE SEARCH  
Get Creative: AI Article Writing Contest
Fancy the chance of getting developer focus, improving your research skills, sharing your artificial intelligence ideas, obtaining expert feedback, getting published online AND winning a prize?
Enter the AI Article Writing Contest!

Reply to Message

Not registered yet?

The AI Depot has a focused community of friendly users. Rather than let anyone abuse the site at the brink of promiscuity, we prefer to let only those with an active interest participate... this simply requires registering.

Why not sign up!

Joining the site's community is completely free. You can then post messages freely, and customise your personal profile at will. Specific privileges will also be granted to you, like being able to access printer-friendly articles without restrictions. So, why not register?

Username:
Password:
Subject:
Email me when someone replies.
Body:

Parent Message

Ideal Testbed

I think it's good. Yeah, Google benefits; they get a lot of PR and stand to get a fair few entries. That said, I don't expect many to be that great... as you said, people with brains will not give away their code that easily ;)

But from the other point of view, I admire them for giving out that much code, and a lot of very useful test data. That's damn cool, and many AI hobbyist will have a great time experimenting.

On the other hand, if you submit and win, you get instant world fame a bit of money, and some technology that everyone else will want. Not to mention people wanting to give you very well payed jobs!

May be worth it... good luck with your idea -- any clues what it does? ;)

935 posts.
Sunday 10 February, 13:15
Reply
Clue ;)

It's a compression algorithm using the only mathematical method to represent an infinite amount of data with a fitite one. Note that the data to compress can only be infinite in theory.
Happy riddling ;)

As for the code, I haven't looked at it. May well be interesting.
Too bad I can't take part in the contest (age). Wouldn't be much difference, though, since I won't make it far :)

13 posts.
Monday 11 February, 17:11
Reply
Fractals!

Of course... well if you can apply that to web-page compression then you're a better person than I am. My knowledge of fractals is limited to drawing them and zooming in on them!

If the age thing is the only thing bothering you, I'm sure you can get someone older to submit! Don't let that stop your experimentation ;)

935 posts.
Monday 11 February, 17:31
Reply
Nope!

Actually I'm not talking about Fractals, but of Functions. By finding an explicit form for a series of numbers, you can pack them (but i'm sure you already knew that). This is actually done in RLE but only with constant series, afaik. By using non-polynomial functions (i.e. integer) this must be quite well working because you only have to approximate the function and then apply the non-polynomial function. (I hope you get what I mean)

I know that the compressing parts may take hours, but it may well be worth the effort. Bet you'll need damn much simplification algorithms and graph theory for implementation.

Maybe (or: most probably) this is just another crazy thought of mine. But hey, I just can't figure out why this can't be realized / is not effective enough.

13 posts.
Wednesday 13 February, 11:35
Reply

Back to the Artificial Intelligence Depot.