Slashdot Mirror


Bayesian Filtering Outside of Email?

clonebarkins asks: "Is anybody out there using Bayesian filtering for stuff other than to get rid of spam? For example, how useful would Bayesian filtering be to identify news stories/blog entries in the RSS feeds I monitor? Is there any software out there using Bayesian filtering to do this sort of thing already? Are other types of filters better for these purposes?" What other areas can you think of where Bayesian filtering may prove useful?

1 of 54 comments (clear)

  1. Control algorithms by lindelof · · Score: 5, Interesting
    I work at the Building Physics Laboratory in Lausanne, Switzerland, and I investigate the possible use of Bayes' theorem in the building control field. The idea is to classify situations as bad respectively good based on feedback from the occupants and have the system learn from its mistakes.

    Consider, for instance, the total amount of sunlight hitting your computer screen. Most people would like an automatic system to control their window blinds to keep that amount to an acceptable level, but the system cannot know a priori what that level will be for a given user. So we let the system set the blinds to a setting deemed acceptable for the average user and use the user's manual interventions to build up a list of bad settings, corresponding to the setting immediately before the intervention, and good settings, corresponding to the setting immediately after the intervention.

    The system will then attempt to minimize the probability of the user rejecting its settings by applying Bayes' theorem.

    I've done only preliminary exploration of this idea so far but the results are encouraging, and we plan to do a full-scale experiment this summer.