Questions tagged [collective-intelligence]
26 questions
39
votes
5 answers
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 subject, from O'Reilly. But I don't have any ideas…

Burak Dede
- 3,725
- 5
- 40
- 53
8
votes
3 answers
Looking for collective intelligence .Net / C# resources
Firstly, I realise that this is a very similar question to this one: Which are the good open source libraries for Collective Intelligence in .net/java?
... but all the answers to that one were Java centric so I am asking again, this time looking…

Steve
- 8,469
- 1
- 26
- 37
8
votes
3 answers
Way to infer the size of the userbase of a site from sampling taken usernames
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 usernames with different probabilities. For instance, if the username 'nick' doesn't exist…

ʞɔıu
- 47,148
- 35
- 106
- 149
5
votes
5 answers
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 book, for example, says a collection of traders'…

nonopolarity
- 146,324
- 131
- 460
- 740
3
votes
1 answer
Sorting solr results on the basis of user click?
I am facing the problem of sort Solr results based on user click log. I would like that more accessed results comes first. Does anyone knows how to configure or implement such property in Solr?
Thank you very much.

Kp Gupta
- 483
- 2
- 7
- 23
3
votes
6 answers
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 one new language this year (graduating from VB.net…

Andrew Harry
- 13,773
- 18
- 67
- 102
3
votes
2 answers
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 topics are related.
So if an article was about…

Ankur
- 50,282
- 110
- 242
- 312
3
votes
3 answers
Which are the good open source libraries for Collective Intelligence in .net/java?
Or any open source project which utilize collective intelligence extensively?.

suhair
- 10,895
- 11
- 52
- 63
3
votes
2 answers
Store users' comments to data points in d3js graphs
We need to find or build from scratch a tool, that will collect users' feedback on graphs they look at. Scientists commenting some obtained distributions is a typical example. Generally speaking, this should be some kind of collective discussion…

RInatM
- 1,208
- 1
- 17
- 39
3
votes
2 answers
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) and count tokens after removing stop words.
The…

Jack
- 131,802
- 30
- 241
- 343
2
votes
7 answers
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). Instead of relying on users' preferences as most…

b_erb
- 20,932
- 8
- 55
- 64
2
votes
0 answers
Using API of pydelicious in Python
I'm reading, and trying the exercises in Programming Collective Intelligence, from O'reilly. And in chapter two it's to work with pydelicicous API, and I follow the instruction to get it, but when I run the setup.py file, the following error…

Guilherme
- 135
- 1
- 1
- 6
2
votes
3 answers
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 such information. b: news or information of any…

meckrt
- 765
- 1
- 5
- 7
2
votes
1 answer
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 recommendation engine for media players like VLC,…

Microkernel
- 1,347
- 4
- 17
- 38
1
vote
1 answer
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 backed system out of what the author describes.…

dchuk
- 11
- 1