• skip to sidebar
  • skip to search box

trainedmonkey

by Jim Winstead Jr.

a general purpose bayesian classifier in python

here's the reverend bayesian classifier, which looks like a very useful bit of code. if you happen to program in python. hooking something like this up to a weblog system to do auto-categorization would be very cool.

» Thursday, June 12, 2003 @ 8:16pm » 1 comment, add yours
« bus riding in los angeles • recently read »

Comments

I hooked this up to a Lexical database. You can do stuff like train('bad','crime') and then guess('steal') also returns 'bad'.

Its pretty neat.

You can train it, play with it yourself at jrhicks.net/reverend

» Jeffrey Hicks (link) » Sunday, August 10, 2003 @ 1:26pm

Add a comment

Sorry, comments on this post are closed.

  • Home
  • About
  • Archive
  • Bookmarks
  • Photos
  • Projects
  • GitHub
  • @jimw@mefi.social

Dedicated to the public domain by Jim Winstead Jr.