Archive of UserLand's first discussion group, started October 5, 1998.

Re: Collaborative filtering

Author:Tom Fuerstner
Posted:7/13/2000; 4:21:08 AM
Topic:Collaborative filtering
Msg #:18544 (In response to 18541)
Prev/Next:18543 / 18545

Even more interesting is ACTIVE COLLABORATING FILTERING, where algorithms inside your CMS generate userprofiles on the fly and help to find other people, ideas and knowledge. This becomes possible by collecting all the METAINFORMATION users create when the partizipate in an online community.

What kind of METAINFORMATION do i mean ? E.G.: Many people are posting messages regularly on scripting.com. In Frontiers case every single message is stored together with several informations about the author, posttime, how this specific message is connected (related) to other messages and so on. At the same time every word of every message is indexed and stored again inside of index.root.

Beeing aware of this it is easy to build something that is called WEIGHTED TERM ANALYZER (WTA). With the WTA you build a term-array where textobjects are related to keywords. To put it more simple : with the WTA you produce some kind of literal fingerprint for each message and for each author.

The next step is to create a similarity-space. The similarity-space tells you which are the most similar messages to a given one. Exploring this similarities further leads to interesting conclusions. If two messages are very similar it will be reasonable that the two messages authors share common interests. So the machine can start to introduce users to each other.

Or another possibility: you start to make a WTA for alle messages of a specific authors and then you compare authors WTA of a disccussiongroup to each other. Or you compare the WTA of different discussiongroups for a whole day.

Whatever you decide to do the results will very encouraging. WTA gives you a much better understanding of the inner structures of online communities.

by, tom


There are responses to this message:


This page was archived on 6/13/2001; 4:55:39 PM.

© Copyright 1998-2001 UserLand Software, Inc.