Re: what features do you like to see in a rss reader

2006-08-13 Thread [EMAIL PROTECTED]

René Pijlman wrote:
> Self-learning relevance ranking of individual posts. Bayesian, or
> otherwise. Information overload is problem #1 for weblogs/rss.
>

I agree - it would be very nice to have something like that, but I am
not sure if a was thinking about tnat kind of features :)

Anyway, if somebody will start working on that I would suggest to
examine nice tool for AI called Orange (written in Python)

http://www.ailab.si/orange/

IMHO it would be quite simple to implement textmining or some Bayesian
procedures using that.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: what features do you like to see in a rss reader

2006-08-13 Thread Ian Holsman
On 13/08/2006, at 7:38 PM, René Pijlman wrote:a wrote: i m developing a feedreader/web desktop using djangoi m looking for feature suggesstions Self-learning relevance ranking of individual posts. Bayesian, or otherwise. Information overload is problem #1 for weblogs/rss.i've started doing something similar to what you suggested a while backon http://vc-chat.com. nothing as sophisticated as bayes (yet), just popularityand 1-5 ratings.http://vc-chat.com/aggy/popular/andhttp://vc-chat.com/aggy/rating/d/7/for example.bayes is on the list of things to do, but until the reader base multiplies by 10x I don'tthink it will be worth it, and the rating is hard as it requires people to re-vist the site *after* they have left, which most won't.the popularity code is open source and available here: http://svn.zyons.python-hosting.com/trunk/zilbo/common/counter/regardsIan-- Renéhttp://www.applinet.nl  --Ian Holsman[EMAIL PROTECTED]http://med-chatter.com/ it's about the medicine 
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Django users" group.  To post to this group, send email to django-users@googlegroups.com  To unsubscribe from this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/django-users  -~--~~~~--~~--~--~---



Re: what features do you like to see in a rss reader

2006-08-13 Thread René Pijlman

a wrote:
> i m developing a feedreader/web desktop using django
> 
> i m looking for feature suggesstions

Self-learning relevance ranking of individual posts. Bayesian, or 
otherwise. Information overload is problem #1 for weblogs/rss.

-- 
René
http://www.applinet.nl

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---