Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

Learning classification decision trees

Inductive learning by decision trees is a popular machine learning technique, particularly for solving classification problems, and was developed by Quinlan (1986). A decision tree depicting the input/output mapping learned from the data in Table I is shown in Fig. 22. The input information consists of pressure, temperature, and color measurements of... [Pg.262]

Classification describes the process of assigning an instance or property to one of several given classes. The classes are defined beforehand and this class assignment is used in the learning process, which is therefore supervised. Statistical methods and decision trees (cf. Section 9.3) are also widely used for classification tasks. [Pg.473]

Figure 8 Principles of the rare event modeling procedures as implemented in the SAS Enterprise Miner software [57]. Irrelevant parts of the problem space are identified (1,2,3) by decision tree learning and removed from the problem space. The remaining part of the problem space is presented to another learning method for deriving the last model. All models together form the final classification model. Figure 8 Principles of the rare event modeling procedures as implemented in the SAS Enterprise Miner software [57]. Irrelevant parts of the problem space are identified (1,2,3) by decision tree learning and removed from the problem space. The remaining part of the problem space is presented to another learning method for deriving the last model. All models together form the final classification model.
The decision tree classifier is chosen for its favorable tradeoff between performance and implementation simplicity. Classification using DT is a supervised learning technique, the input of the learning algorithm is a set of known data and the output is a tree model similar to the ones shown in Figure 5. Once the tree is defined, the classification of new inputs starts at the root decision node of the tree and terminates at one of the leaf nodes that represent a specific class, passing by intermediate decision nodes. [Pg.217]

Like most supervised learning methods, the goal of the decision tree methodology is to develop classification rules that determine the class of any object from the values of the object s attributes. In the case of decision trees, as the name implies, the classification rules are embodied in a knowledge representation fonnalism called a decision tree. This method has been used to derive structure-activity relationships and to learn classification rules for reactions. [Pg.1521]


See other pages where Learning classification decision trees is mentioned: [Pg.264]    [Pg.44]    [Pg.249]    [Pg.442]    [Pg.442]    [Pg.720]    [Pg.199]    [Pg.154]    [Pg.333]    [Pg.679]    [Pg.695]    [Pg.704]    [Pg.51]    [Pg.53]    [Pg.1776]    [Pg.445]    [Pg.445]    [Pg.88]    [Pg.196]    [Pg.143]    [Pg.385]    [Pg.133]    [Pg.9]    [Pg.248]    [Pg.262]    [Pg.614]    [Pg.341]    [Pg.707]   


SEARCH



Decision trees

© 2024 chempedia.info