Clustering related stories
blog.getprismatic.com
Clustering related stories
1–10 of 29 posts
Re: Clustering related stories
#2Re: Clustering related stories
#3Since you have feature vectors, have you looked at using LSH to reduce the number of comparisons/memory consumption?
Re: Clustering related stories
#4Re: Clustering related stories
#5Re: Clustering related stories
#6Did you consider weighting of the different feature types (on top of tf/idf)?
Re: Clustering related stories
#7The underlying dilemma is that so many of these stores are not really "related". They're just the same story, rewritten off of a press release. The ideal system would pick out clusters, but also have sub-clusters within the cluster that would contain articles on the same subject but with diverse info.
Re: Clustering related stories
#8Re: Clustering related stories
#9You might find this library helpful in this area -> https://github.com/rwynn/rugroupy .
Re: Clustering related stories
#10You might find this library helpful in this area -> https://github.com/rwynn/rugroupy .
You have to manually mark entities though, how is this advantageous over say indexing your data using solr or whatever, and using even the built-in clustering tools? (Carrot by default)