DOI: 10.1007/978-3-540-72849-8_26
|View full text |Cite
|
Sign up to set email alerts
|

Vote-Based Classifier Selection for Biomedical NER Using Genetic Algorithms

Abstract: Abstract. We propose a genetic algorithm for constructing a classifier ensemble using a vote-based classifier selection approach for biomedical named entity recognition task. Assuming that the reliability of the predictions of each classifier differs among classes, the proposed approach is based on dynamic selection of the classifiers by taking into account their individual votes. During testing, the classifiers whose votes are considered as being reliable are combined using weighted majority voting. The class… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
7
0

Publication Types

Select...
4
3

Relationship

1
6

Authors

Journals

citations
Cited by 12 publications
(7 citation statements)
references
References 9 publications
(18 reference statements)
0
7
0
Order By: Relevance
“…A slightly different voting algorithm was introduced by Dimililer et al . (2007). In their approach, the contribution of each classification model differed among each of the classes.…”
Section: Combining Methodsmentioning
confidence: 99%
See 1 more Smart Citation
“…A slightly different voting algorithm was introduced by Dimililer et al . (2007). In their approach, the contribution of each classification model differed among each of the classes.…”
Section: Combining Methodsmentioning
confidence: 99%
“…The most popular is the one based on either the classifier's accuracy or entropy of the classifier's output. A slightly different voting algorithm was introduced by Dimililer et al (2007). In their approach, the contribution of each classification model differed among each of the classes.…”
Section: Weighting Methodsmentioning
confidence: 99%
“…Figure 1 describes the flowchart of our GA system and Algorithm 1 provides further description of our GA framework. Classifier ensembles can be represented as chromosomes where each bit represents the participation of a classifier in the ensemble as reported in [48]. For a population of size N, C i (where 1 ≤ i ≤ N) are the chromosomes representing classifier ensembles where each chromosome contains M bits such that the first M -1 bits represented by 0 or 1 in location i denotes the absence or presence of a classifier respectively and the last bit Use Mth bit to select the voting method for classifier combination: 0: Minimax Regret, 1: Hurwicz Criterion…”
Section: Proposed Genetic Algorithm Frameworkmentioning
confidence: 99%
“…Due to its capacity to learn high dimensional feature sets which are sparse, SVM is one of the most frequently used classifier type in biomedical NER [15,[27][28][29]51]. In this technique, the idea is to map the feature vectors into a higher dimensional space using a kernel function and compute an optimal hyperplane separating positive and negative data with the maximum margin.…”
Section: Individual Classifier Prototypesmentioning
confidence: 99%