1. Technical Field
The present invention relates to data mining in general, and, in particular, to a method and system for providing machine learning. Still more particularly, the present invention relates to a method and system for generating object classification models.
2. Description of Related Art
The objective of object classification (often referred to as supervised learning) is to find an approximation (or hypothesis) to a target concept that assigns objects (such as processes or events) into different classifications (or classes). Generally speaking, object classification can be divided into two phases, namely, a learning phase and a testing phase.
The goal of a learning phase is to learn how to classify objects by finding correlations among object descriptions. During the learning phase, a learning algorithm is applied to a set of training data that typically includes object descriptions (feature variables) together with the correct classification for each object (class variable) for constructing an object classification model capable of predicting a class variable of a record in which the feature variables are known but the class variable is unknown. Thus, the end result of the learning phase is an object classification model that can be used to predict classes of new objects.
During the testing phase, the object classification model derived in the training phase is utilized to predict the classes of a set of testing objects. The object classes predicted by the object classification model are subsequently compared to the true object classes to determine the accuracy of the object classification model.
While most learning algorithms of conventional object classification systems can produce sufficiently accurate object classification models for many applications, they suffer from a number of limitations. Specifically, the learning algorithms of conventional object classification systems are unable to adapt over time. In other words, once an object classification model had been generated by a learning algorithm, the object classification model cannot be reconfigured based on new experiences. Thus, conventional object classification systems that employ such object classification models are prone to repeating the same errors.
Consequently, it would be desirable to provide an improved object classification system.
In accordance with a preferred embodiment of the present invention, a set of training data is fed into a training algorithm to generate a first object classification model. A set of field data is then applied to the first object classification model to produce a set of field object classifications. The number of data in the set of field data is significantly less than the number of data in the set of training data. Finally, the set of field object classifications and the set of field data are fed into the training algorithm to generate a second object classification model. The second object classification model can be utilized for predicting object classifications.
All features and advantages of the present invention will become apparent in the following detailed written description.
The invention itself, as well as a preferred mode of use, further objects, and advantages thereof, will best be understood by reference to the following detailed description of an illustrative embodiment when read in conjunction with the accompanying drawings, wherein:
Referring now to the drawings and in particular to
Data storage device 12 preferably includes a domain dataset 13, performance datasets 14 and rules of experience tables 15. Domain dataset 13 contains a record for each object and its associated class. Performance datasets 14 contain a learning algorithm that can generate an object classification model for a domain. Rules of experience tables 15 identify a number of prioritized rules and their corresponding conditions, which if satisfied, provide a bias (or outcome) that should be employed during the generation of an object classification model.
In addition, data storage device 12 includes a meta-feature generation process 16, a performance assessment process 17, a rules of experience generation process 18 and a self-adaptive learning process 19. Meta-feature generation process 16 processes each domain dataset to represent the domain as a set of meta-features. Performance assessment process 17 evaluates the performance of a given object classification model for a given domain dataset described by a set of meta-features, and then stores the results in performance datasets 14. Rules of experience generation process 18 evaluates performance datasets 14 in order to modify or extend the rules currently stored within rules of experience tables 15. Self-adaptive learning process 19 identifies the best object classification model for a given domain dataset 13 according to the rules currently stored within rules of experience tables 15.
With reference now to
Referring now to
For example, two rules are included in rule table 30. If the rule of humidity being greater than 30 and the temperature being greater than 35 is satisfied, then the bias is play. But if the rule of pressure being less than 1 and the temperature being less than 10 is satisfied, then the bias is no play. During the generation of an object classification model, the above-mentioned two rules along with their respective bias will be included in the object classification model.
With reference now to
Subsequently, the set of field object classifications is combined with the set of field data to be fed into the training algorithm again to generate a second object classification model, as shown in block 43. The second object classification model can be utilized for predicting object classifications. The prediction accuracy of the second object classification model should be better than the prediction accuracy of the first object classification model.
As has been described, the present invention provides an improved method and system for generating object classification models. By taking advantage of the similarities between tasks, not only the learning of each task becomes easier, but the entire learning process often performs better than each task is being taken alone.
Taking the task of learning to program as an example, if three different persons with no previous knowledge of programming are assigned the task of learning three different programming languages, they will all be faced with the task of learning the basics of programming as well as learning the nuances of a specific programming language. However, if one person is told to learn all three languages, that person will only have to learn the basics of programming once, and then that person can proceed to learn the particulars of each programming language. Concepts learned from one programming language may enhance the learning of concepts for another programming language, inspiring ideas that may not have taken shape at all if each programming language is taken separately.
Although the present invention has been described in the context. of a fully functional computer system, those skilled in the art will appreciate that the mechanisms of the present invention are capable of being distributed as a program product in a variety of forms, and that the present invention applies equally regardless of the particular type of signal bearing media utilized to actually carry out the distribution. Examples of signal bearing media include, without limitation, recordable type media such as floppy disks or CD ROMs and transmission type media such as analog or digital communications links.
While the invention has been particularly shown and described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention.