Artificial Intelligence Depot
Visiting guest. Why not sign in?
News, knowledge and discussion for the AI enthusiast.
FEATURES COMMUNITY KNOWLEDGE SEARCH  
Developers, get involved!
The AI Foundry promotes the development of Open Source artificial intelligence projects. Why not join it now? All projects welcome extra help!
Visit the AI Foundry

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

Sorta similar

Hi there,
Thanks for the reply, no it isen't too late, Ive gone ahead with the idea and any input is useful. I have already started getting the basics behind a temporary site, its one that changes focus on elements that have higher views, and admin options on organising a site by various choices.
I think that is kinda what you were saying, but yours sounds more like the actual architecture of the layout, mine just moves better selling products to a designated spot so they are easier to see, etc.
Mike

14 posts.
Tuesday 23 July, 14:02
Reply
Optimising Clicks

Yes, I thought you meant organising the structure!

There are a few sites that optimise their article positions already. Check PHP Nuke. Basically, the most popular story is in the menu, and they have a top 10 X which showcases the best of everything.

That sounds like the sort of thing you want, but on a larger scale -- i.e., nearly everywhere in the site. Q-learning can do that nicely... you assign a Q value to each link, and increase it when it gets reward (== a click). Then sort by slightly randomised values of Q to display, in order to find the optimal policy. That's simple reinforcement learning. Check it out ;)

Keep in mind that pre-organised links are sometimes better. Constant layout, or layout in a particular order are sometimes very important.

Good luck!

935 posts.
Wednesday 24 July, 04:27
Reply

Back to the Artificial Intelligence Depot.