Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
3k views

How do I determine k when using k-means clustering?

I've been studying about k-means clustering, and one thing that's not clear is how you choose the value of k. Is it just a matter of trial and error, or is there more to it?
8
votes
6answers
3k views

How to create my own recommendation engine?

I am interested in recommendation engines these days and I want to improve myself in this area. I am currently reading "Programming Collective Intelligence" I think this is the best book about this ...
8
votes
3answers
224 views

Way to infer the size of the userbase of a site from sampling taken usernames

I just had a clever idea (I think). Suppose you wanted to estimate the size of a userbase of a site which does not publicize this information. People are more likely to have acquired different ...
6
votes
6answers
347 views

How does Collective Intelligence beat Experts' view?

I am interested in doing some Collective Intelligence programming, but wonder how it can work? It is said to be able to give accurate predictions: the O'Reilly Programming Collective Intelligence ...
5
votes
3answers
1k views

Looking for collective intelligence .Net / C# resources

Firstly, I realise that this is a very similar question to this one: http://stackoverflow.com/questions/345982/which-are-the-good-open-source-libraries-for-collective-intelligence-in-net-java ... but ...
3
votes
2answers
2k views

Correct way to write a Tokenizer in Lucene

I'm trying to analyze content of a Drupal database for collective intelligence purposes. So far I've been able to work out a simple example that tokenizes the various contents (mainly forum posts) ...
3
votes
4answers
2k views

Good Documentation for Learning Clucene?

Is there a good book or tutorial for setting up and using Cluence for beginners?
3
votes
3answers
479 views

Which are the good open source libraries for Collective Intelligence in .net/java?

Or any open source project which utilize collective intelligence extensively?.
2
votes
7answers
425 views

Approaches for Content-based Item Recommendations

I'm currently developing an application where I want to group similar items. Items (like videos) can be created by users and also their attributes can be altered or extended later (like new tags). ...
2
votes
2answers
445 views

Algorithm for similarity (of topic) of news items

I want to determine the similarity of the content of two news items, similar to Google news but different in the sense that I want to be able determine what the basic topics are then determine what ...
1
vote
2answers
455 views

How to build a movie recommender system? [closed]

What is the best approach? What are the algorithms used? What are their strengths and weaknesses? Why do current movie recommender systems fail at providing good recommendations?
1
vote
1answer
424 views

Media recommendation engine - Single user system - How to start

I want to implement a media recommendation engine. I saw a similar posts on this, but I think my requirements are bit different from those, so posting here. Here is the deal. I want to implement a ...
1
vote
5answers
947 views

Data Mining, Statistics, Collective Intelligence and AI Algorithms Books and Programming Resources

In my effort to continuously improve myself, I decided to learn about Data Mining, Statistics, Collective Intelligence and AI Algorithms, and well, that sort of stuff. What are the free ebooks, and ...
1
vote
7answers
1k views

Python and Collective Intelligence

I'm currently reading a great book called 'Programming Collective Intelligence' by Toby Segaran (which i highly recommend) The code examples are all written in Python, and as I have already learnt ...
0
votes
2answers
37 views

Where to learn about 'Collective Intelligence'?

Which are the good resources for research in Collective Intelligence ?. I am a Software Developer,for a year now and I am basically working in Java and Flex platforms. I want to now apply for a PHD ...
0
votes
1answer
79 views

Rails item-to-item recommendation engine database design for boolean data?

I've been studying Programming Collective Intelligence and the algorithms for doing item to item recommendations make enough sense to me so far, but I'm stuck now with how to make an actual database ...
0
votes
1answer
51 views

Any algorithms that can ensure category diversity in a social ranking system?

I'm building a system similar to Reddit, where users "like" items. "Likes" would be used to determine ranking of items. There's also an "aging" factor, where more recent "likes" count more than ...
0
votes
3answers
116 views

Meaning of Business Intelligence

The word "Intelligence" has two meanings: 1: the ability to learn, apply knowledge, or think abstractly. 2: a: information concerning an enemy or organization or group with the task of gathering ...
0
votes
2answers
205 views

Recommendation system experimentation

I'm reading the book Programming Collective Intelligence and trying to apply what I've learned against the Northwind database. Though I'm not yet confident in my understanding of the algorithms ...