News Feed
Jobs Feed
Sections




News Archive
Dave Gardner's Blog:
Applying collective intelligence to PHP UK Conference 2011
March 02, 2011 @ 11:08:27

Dave Gardner has put together a post about some work he did with the Joind.in API (an event feedback site) to apply collective intelligence to the results of the PHP UK Conference.

The term "collective intelligence" refers to intelligence that emerges from the collaboration of a group. In this case, we can leverage the data within joind.in and make "intelligent" recommendations. This post looks at building a simple recommendation engine using the data from joind.in. You can download the entire source code here (gzipped) or view via PasteBin here and try it out for yourself.

His code connects to the Joind.in API and fetches the event's talk information and the comments for each. His "calculatePearson" function then takes in two users and the set of ratings to figure out how similar their preferences are. There's also a bit of code that approaches it from a different angle - providing recommendations for users based on their own comments.

0 comments voice your opinion now!
collective intelligence joindin api rating download


blog comments powered by Disqus

Similar Posts

Alex Netkachov's Blog: PHP fluent API tips

ParanoidFerret.com: Using Flex, PHP, and JSON to Modify a MySQL Database

Web Development Blog: First steps within the Zend Framework

Tony Bibbs' Blog: HOWTO: Deploy Your Application Using PEAR

PHPBuilder.com: Talking to Facebook's Social Graph with PHP


Community Events











Don't see your event here?
Let us know!


podcast zendframework2 functional composer introduction tool release code interview framework series language object development conference unittest testing example community opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework