Learner

Brief: Implements various learning methods.
Jump To: Parent Description

  • The point of learner is so that learning some function requires only using the learner library. Each function to be learned is given a name, (generally an extension of the current perl module) so that the program need not specify storage files, etc. The type of learner to be used is passed as an argument, and then calls to the specific type of learning functions may be used. As a bonus, learner attempts to automatically determine which learner is to be used. Maybe should also perform memoization using freekbs.