Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Bayesian Classifier


  • Please log in to reply
3 replies to this topic
Uberi
  • Moderators
  • 1119 posts
  • Last active: May 02 2015 06:05 PM
  • Joined: 23 Aug 2010
A document filtering class implementing a Fisher classifier.

See here for usage information, implementation details, and an example using this class to distinguish forum topics written for AHK Basic from those written for AHK_L.

Download:

GitHub Repository
ZIP Archive


ipstone
  • Members
  • 6 posts
  • Last active: Oct 29 2015 07:19 PM
  • Joined: 16 Mar 2012
thanks, this is cool, I'll try to use it in my ahk scripts to classify my projects etc. will let you know how it works
it only works in ahk_L, right?

Uberi
  • Moderators
  • 1119 posts
  • Last active: May 02 2015 06:05 PM
  • Joined: 23 Aug 2010

thanks, this is cool, I'll try to use it in my ahk scripts to classify my projects etc. will let you know how it works
it only works in ahk_L, right?


That's correct. It would not be a worthwhile use of time to make it work with the archaic collections functionality in AHK Basic.

Happy classifying!

tinku99
  • Members
  • 560 posts
  • Last active: Feb 08 2015 12:54 AM
  • Joined: 03 Aug 2007
Uberi, have you looked at unsupervised feature learning ?
See if you want to translate this matlab tutorial to autohotkey:
<!-- m -->http://ufldl.stanfor.../UFLDL_Tutorial<!-- m -->
There are some nice lecture videos to go along with it: <!-- m -->http://openclassroom... ... neLearning<!-- m -->