Description/summary not set
Other contact details:
Not specified
Interests:
Data Mining, Classificatino, Regression, Instance Selection, Feature Selection, Rule Based Systems, Meta Learning
Field/Industry:
Not specified
Occupation/Role(s):
Not specified
Organisation(s):
Silesian University of Technology, Poland
Note: some items may not be visible to you, due to viewing permissions.
Contents (click to expand/contract)
Instance Selection and Prototype Based Rul...
(2)
Example of Instance optimization using LVQ algorithm for training kNN classifier (Requires Instance Selection and Prototype Based Rules):
Here we use FCM clustering to initialize LVQ network. The "Class assigner" is responsible for assigning class label for each cluster center, then obtained ExampleSet is used as codebooks initialization in the LVQ operator, which on the Prototype (Pro) output delivers the new optimized position of codebooks (prototypes) for training nearest n...
Created: 2011-11-05
| Last updated: 2011-11-07
Instance Selection and Prototype Based Rul...
(1)
Example of Instance optimization - using clustering for training kNN classifier (Requires Instance Selection and Prototype Based Rules) :
Here we use FCM (Fuzzy c-means) clustering to initialize kNN classifier. Moreover centers of clusters are determined independent for each class. "Class iterator" operator iterates over each class label, and embedded clustering algorithm cluster the examples for each class independent. The Prototype (Pro) output of "Class iterator" delivers the concatena...
Created: 2011-11-05
| Last updated: 2011-11-05
Instance Selection and Prototype Based Rul...
(2)
Example of Instance optimization (Requires Instance Selection and Prototype Based Rules):
Here we use FCM (Fuzzy C-means) clustering to initialize kNN classifier. The "Class assigner" is responsible for assigning class label for each cluster center.
The class assigner operator use Voronoi diagram and the majority voting for determining class label.
Created: 2011-11-05
| Last updated: 2011-11-07
Instance Selection and Prototype Based Rul...
(1)
Example of Instance selection:
(Requires Instance Selection and Prototype Based Rules plugin):
Here instance selection is based on All-kNN algorithm. Because the Pro output of any instance selection operator is just an ExampleSet object, so in fact any Learner can be used instead of kNN, like DecisionTree, but in this example the Decision Tree is based on the reduced ExampleSet
.
Created: 2011-11-05
Instance Selection and Prototype Based Rul...
(1)
Example of Instance selection chain (Requires Instance Selection and Prototype Based Rules plugin):
Beafore training kNN we do instance selection based on cascade of instance selection algorithms. Here ENN algorithm is followed by CNN algorithm.
Instance selection algorithms form PRules plugin works as View on original ExampleSet
Created: 2011-11-05
Instance Selection and Prototype Based Rul...
(1)
Example of Instance selection (Requires Instance Selection and Prototype Based Rules plugin):
Before training kNN we do instance selection based on ENN algorithm.
The ENN algorithm can be replaced by any other instance selection algorithms from Prules/Selection/*
Instance
selection algorithms form PRules plugin works as View on original ExampleSet
Created: 2011-11-05
| Last updated: 2011-11-05