2006
DOI: 10.1007/s10462-007-9052-3
|View full text |Cite
|
Sign up to set email alerts
|

Machine learning: a review of classification and combining techniques

Abstract: Supervised classification is one of the tasks most frequently carried out by socalled Intelligent Systems. Thus, a large number of techniques have been developed based on Artificial Intelligence (Logic-based techniques, Perceptron-based techniques) and Statistics (Bayesian Networks, Instance-based techniques). The goal of supervised learning is to build a concise model of the distribution of class labels in terms of predictor features. The resulting classifier is then used to assign class labels to the testing… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

8
2,547
1
89

Year Published

2014
2014
2023
2023

Publication Types

Select...
5
4

Relationship

0
9

Authors

Journals

citations
Cited by 2,676 publications
(2,645 citation statements)
references
References 109 publications
8
2,547
1
89
Order By: Relevance
“…Each node in a decision tree represents a feature in a case to be classified, and each branch represents a value that the node can assume. Cases are classified starting at the root node and sorted based on their feature values [6].…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation
“…Each node in a decision tree represents a feature in a case to be classified, and each branch represents a value that the node can assume. Cases are classified starting at the root node and sorted based on their feature values [6].…”
Section: Introductionmentioning
confidence: 99%
“…These outputs are then expressed as models, in the form of decision trees or sets of if-then rules, which can be used to classify new cases, with an emphasis on making the models understandable as well as accurate. In general, it is often possible to prune a decision tree to obtain a simpler and more accurate tree [6,8].…”
Section: Introductionmentioning
confidence: 99%
“…We have also set the dimension of word vectors 9 as 500 in W2V model and used with default parameters. To validate our predictive model, we have used n-fold cross-validation (CV) technique which is most commonly used method in machine learning [41]. This method randomly divides dataset n times into n complementary subsets.…”
Section: Configurationmentioning
confidence: 99%
“…Instances are classified starting from the root node and following the argument down based on their attribute values until it reaches the final node. Generally, decision trees can easily translated into a particular set of rules, where each standalone path from the root node to a certain leaf node can produce a particular rule [22,24]. The decision tree algorithm is a well-known classification technique that used in several problem domains, including medical diagnosis, classification problems, marketing, fraud detection and so on [23].…”
Section: Decision Tree Classifiermentioning
confidence: 99%