views:

45

answers:

3

I've been studying algorithms about collective intelligence, for things such as recommendation engines, neural networks etc., and was looking for freely availible datasets and/or APIs for practice projects. any suggestions?

EDIT: my original question was kind of vague, so here are some examples of the types of things I was looking for:

Delicious API: collection of links, tags, who liked them, etc.

Ebay API: resource of various items, prices, descriptions.

+2  A: 

Your question is pretty open-ended, so I don't know if this will help you, but...

Perhaps the largest single body of gathered AI knowledge was/is Cyc. You can download OpenCyc, which includes a data set of millions of hand-entered ontological assertions about the Real World (e.g. "water is wet").

There's also a metric boatload of code, both in C and Lisp, to work with that data.

Carl Smotricz
A: 

Bit vague but I am about to release a neural network manager and framework written purely in PHP using MySQL and it comes with an API. If you want I could tell you where to download it, once I upload it.

Louis
+1  A: 

Maybe the UCI Machine Learning Repository is what you're looking for.

http://archive.ics.uci.edu/ml/

ziggystar
awesome! looks like a great resource!
GSto