SlideShare a Scribd company logo
1 of 17
Porkhun Olena, Taras Shevchenko National University of Kiev
Multiclassification System
Applications and benefits
Problems requiring developing
Multiclassification System
 Medical diagnostics;
 Technical diagnostics;
 Image segmentation;
 Patterns recognition: face, speech, handwriting, barcode recognition etc.;
 Prognosticating deposit of commercial minerals;
 Problems of documents classification;
 NLP problems;
 Text attribution problems ….
This system resolves classification problems with
the number of classes ≥ 2
3. Possibility of correcting
errors occurring in the
process of classification,
thus obtaining results more
better than with use
existing approaches
1. Processing a great
number of different data
sets independently of the
number of features and
sample size
2. Possibility of paralleling
the learning process of
system, thus opportunity of
constructing a set of
classifiers with a large
potency
Benefits of Multiclassification System
ApplicationsApplications
in Medical Diagnosticsin Medical Diagnostics
• CardiologyCardiology
• DermatologyDermatology
• OncologyOncology
• VirologyVirology
• MicrobiologyMicrobiology
Examples of features inExamples of features in Heart DiseaseHeart Disease
• chest pain locationchest pain location
• chest pain typechest pain type
• resting blood pressureresting blood pressure
• serum cholestoral in mg/dlserum cholestoral in mg/dl
• resting electrocardiographic resultsresting electrocardiographic results
• Beta blocker used during exercise ECGBeta blocker used during exercise ECG
• nitrates used during exercise ECGnitrates used during exercise ECG
• calcium channel blocker used during exercise ECGcalcium channel blocker used during exercise ECG
etc.etc.
Examples of features in Dermatology Diagnostic
Click to edit
Master subtitle style
- melanin incontinencemelanin incontinence;;
-- eosinophils in theeosinophils in the
infiltrateinfiltrate;;
-- PNL infiltratePNL infiltrate;;
-- fibrosis of the papillaryfibrosis of the papillary
dermisdermis;;
-- exocytosisexocytosis;;
-- acanthosisacanthosis;;
-- hyperkeratosishyperkeratosis;;
-- parakeratosisparakeratosis etc.etc.
- erythemaerythema;;
-- scalingscaling;;
-- definite bordersdefinite borders;;
-- itchingitching;;
-- koebner phenomenonkoebner phenomenon;;
-- polygonal papulespolygonal papules;;
-- follicular papulesfollicular papules;;
-- scalp involvementscalp involvement;;
-- family historyfamily history;;
- a- agege etc.etc.
HistopathologicalHistopathological
Attributes:Attributes:
Clinical Attributes:Clinical Attributes:
Examples of features in Image SegmentationExamples of features in Image Segmentation
- the column of the center pixel of the regionthe column of the center pixel of the region;;
- the row of the center pixel of the regionthe row of the center pixel of the region;;
- the number of pixels in a regionthe number of pixels in a region;;
- measures the contrast of vertically adjacent pixelsmeasures the contrast of vertically adjacent pixels;;
- the average over the region of (R + G + B)/3the average over the region of (R + G + B)/3;;
- the average over the region of the R valuethe average over the region of the R value;;
- 3-d nonlinear transformation of RGB3-d nonlinear transformation of RGB;;
- the average over the regionthe average over the region
- of the B valueof the B value;;
- the average over the regionthe average over the region
- of the G valueof the G value;;
- measure the excess redmeasure the excess red,,
- blue and green; etc.blue and green; etc.
Features in Handwriting RecognitionFeatures in Handwriting Recognition
• Fourier coefficients of the character shapes;Fourier coefficients of the character shapes;
• profile correlations;profile correlations;
• Karhunen-Love coefficients;Karhunen-Love coefficients;
• pixel averages in 2 x 3 windows;pixel averages in 2 x 3 windows;
• Zernike moments;Zernike moments;
• morphological featuresmorphological features;;
• features of segments (lines):features of segments (lines):
• the initial and final coordinatesthe initial and final coordinates; length of segment;; length of segment;
• lengthlength of the diagonal of the smallest rectangleof the diagonal of the smallest rectangle
• etc.
Data Sets used by SystemData Sets used by System
UCIUCI
Machine Learning RepositoryMachine Learning Repository
• The basic idea of the approach - decomposition of task into subtasks of
binary classification and finding effective combination of binary classifiers
using Error-Correcting Output Codes (ECOC) to obtain the best result.
• The methods of constructing effective codes was realized in this system.
Example of good code for the number of classes = 5Example of good code for the number of classes = 5
Approach and model underlying Multiclassification SystemApproach and model underlying Multiclassification System
0101010101010105
1001100110011004
1110000111100003
1111111000000002
1111111111111111
f14f13f12f11f10f9f8f7f6f5f4f3f2f1f0
Class
0101010101010105
1001100110011004
1110000111100003
1111111000000002
1111111111111111
f14f13f12f11f10f9f8f7f6f5f4f3f2f1f0
Class
0101010101010105
1001100110011004
1110000111100003
1111111000000002
1111111111111111
f14f13f12f11f10f9f8f7f6f5f4f3f2f1f0
Class
0101010101010105
1001100110011004
1110000111100003
1111111000000002
1111111111111111
f14f13f12f11f10f9f8f7f6f5f4f3f2f1f0
Class • Model of neural network perceptron
is applied as binary classifier
Learning of binary classifiers can beLearning of binary classifiers can be
parallelizedparallelized
Multiclassification SystemMulticlassification System
Learning Multiclassification SystemLearning Multiclassification System
Classification using developed systemClassification using developed systemClassification using developed systemClassification using developed system
Pen-Based Recognition of Handwritten DigitsArtificial Characters RecognitionImage Segmentation
Dermatology Diagnostic
Precision – 97,7%Precision – 97,7%
Precision – 99,96%Precision – 99,96% Precision – 85,71%Precision – 85,71%
Precision – 98,6%Precision – 98,6%
SOME COMPARISONSSOME COMPARISONS
FOR UCI DATA SETSFOR UCI DATA SETS
• Precision for DERMATOLOGY DATA SET:
- using Voting Feature Intervals - 96,2%
(Bilkent University, Department of Computer Engineering and Information Science,
Gazi University, School of Medicine, Department of Dermatology, Ankara, Turkey)
- using Multiclassification System (with ECOC) – 98,6%
(Taras Shevchenko National University of Kiev, Faculty of Cybernetics )
• Precision for PEN-BASED RECOGNITION DATA SET:
- using MLP – 95,26% (Bo˘gazi.ci University, Istanbul, Turkey)
- using Boost-NN – 96,1% (Computer Science Department, Boston University, USA)
- using Multiclassification System (with ECOC) – 97,5%
Precision of classification using
One-Against-All and ECOC
0 10 20 30 40 50 60 70 80 90 100
ArtCharacters
GlassIdentification
ImageSegmentation
PenDigits
Vehicle
Wine
HeartDisease
Dermatology
Precision of classification
Precision of Exhaustive
Code/Column Selection
Precision of One_Against_All
Precision of classification for all data sets using One_Against_All and
Exhaustive Code Models
61,81781474;
55%
50,70852087;
45%
Exhaustive Code/Column Selection
One_Against_All
Precision of classification for all data sets using One_Against_All and
Exhaustive Code Models
61,81781474;
55%
50,70852087;
45%
Exhaustive Code/Column Selection
One_Against_All
Thank you for your attention!Thank you for your attention!
Porkhun Olena, Phd., assistant of Cybernetics Faculty of
Taras Shevchenko National University of Kiev,
e-mail: elena_porkhun@mail.ru

More Related Content

Viewers also liked

мое портфолио 2015г.
мое портфолио 2015г.мое портфолио 2015г.
мое портфолио 2015г.VALA67
 
20160619_LPICl304 技術解説セミナー in AP浜松町
20160619_LPICl304 技術解説セミナー in AP浜松町20160619_LPICl304 技術解説セミナー in AP浜松町
20160619_LPICl304 技術解説セミナー in AP浜松町Takahiro Kujirai
 
20151114 _html5無料セミナー(OSC2015徳島)
20151114 _html5無料セミナー(OSC2015徳島)20151114 _html5無料セミナー(OSC2015徳島)
20151114 _html5無料セミナー(OSC2015徳島)Takahiro Kujirai
 
20160618_HTML5プロフェッショナル認定試験レベル1 技術解説セミナー in OSC北海道2016
20160618_HTML5プロフェッショナル認定試験レベル1 技術解説セミナー in OSC北海道2016 20160618_HTML5プロフェッショナル認定試験レベル1 技術解説セミナー in OSC北海道2016
20160618_HTML5プロフェッショナル認定試験レベル1 技術解説セミナー in OSC北海道2016 Takahiro Kujirai
 
20141004 ゼウス・ラーニングパワーlinuxサーバ構築セミナー
20141004 ゼウス・ラーニングパワーlinuxサーバ構築セミナー20141004 ゼウス・ラーニングパワーlinuxサーバ構築セミナー
20141004 ゼウス・ラーニングパワーlinuxサーバ構築セミナーTakahiro Kujirai
 
20150613 html5プロフェッショナル認定試験 レベル1技術解説セミナー
20150613 html5プロフェッショナル認定試験 レベル1技術解説セミナー 20150613 html5プロフェッショナル認定試験 レベル1技術解説セミナー
20150613 html5プロフェッショナル認定試験 レベル1技術解説セミナー Takahiro Kujirai
 

Viewers also liked (10)

PorkhunCV_cat
PorkhunCV_catPorkhunCV_cat
PorkhunCV_cat
 
мое портфолио 2015г.
мое портфолио 2015г.мое портфолио 2015г.
мое портфолио 2015г.
 
Semantics
SemanticsSemantics
Semantics
 
AVTOREFERAT
AVTOREFERATAVTOREFERAT
AVTOREFERAT
 
20160619_LPICl304 技術解説セミナー in AP浜松町
20160619_LPICl304 技術解説セミナー in AP浜松町20160619_LPICl304 技術解説セミナー in AP浜松町
20160619_LPICl304 技術解説セミナー in AP浜松町
 
PorkhunCV_english
PorkhunCV_englishPorkhunCV_english
PorkhunCV_english
 
20151114 _html5無料セミナー(OSC2015徳島)
20151114 _html5無料セミナー(OSC2015徳島)20151114 _html5無料セミナー(OSC2015徳島)
20151114 _html5無料セミナー(OSC2015徳島)
 
20160618_HTML5プロフェッショナル認定試験レベル1 技術解説セミナー in OSC北海道2016
20160618_HTML5プロフェッショナル認定試験レベル1 技術解説セミナー in OSC北海道2016 20160618_HTML5プロフェッショナル認定試験レベル1 技術解説セミナー in OSC北海道2016
20160618_HTML5プロフェッショナル認定試験レベル1 技術解説セミナー in OSC北海道2016
 
20141004 ゼウス・ラーニングパワーlinuxサーバ構築セミナー
20141004 ゼウス・ラーニングパワーlinuxサーバ構築セミナー20141004 ゼウス・ラーニングパワーlinuxサーバ構築セミナー
20141004 ゼウス・ラーニングパワーlinuxサーバ構築セミナー
 
20150613 html5プロフェッショナル認定試験 レベル1技術解説セミナー
20150613 html5プロフェッショナル認定試験 レベル1技術解説セミナー 20150613 html5プロフェッショナル認定試験 レベル1技術解説セミナー
20150613 html5プロフェッショナル認定試験 レベル1技術解説セミナー
 

Similar to Multiclassification system

Practical aspects of medical image ai for hospital (IRB course)
Practical aspects of medical image ai for hospital (IRB course)Practical aspects of medical image ai for hospital (IRB course)
Practical aspects of medical image ai for hospital (IRB course)Sean Yu
 
Deep Learning for AI (3)
Deep Learning for AI (3)Deep Learning for AI (3)
Deep Learning for AI (3)Dongheon Lee
 
2016 bioinformatics i_wim_vancriekinge_vupload
2016 bioinformatics i_wim_vancriekinge_vupload2016 bioinformatics i_wim_vancriekinge_vupload
2016 bioinformatics i_wim_vancriekinge_vuploadProf. Wim Van Criekinge
 
Pathomics Based Biomarkers and Precision Medicine
Pathomics Based Biomarkers and Precision MedicinePathomics Based Biomarkers and Precision Medicine
Pathomics Based Biomarkers and Precision MedicineJoel Saltz
 
Detection of erythemato-squamous diseases using AR-CatfishBPSO-KSVM
Detection of erythemato-squamous diseases using AR-CatfishBPSO-KSVMDetection of erythemato-squamous diseases using AR-CatfishBPSO-KSVM
Detection of erythemato-squamous diseases using AR-CatfishBPSO-KSVMsipij
 
[DSC Europe 23][DigiHealth] Vesna Pajic - Machine Learning Techniques for omi...
[DSC Europe 23][DigiHealth] Vesna Pajic - Machine Learning Techniques for omi...[DSC Europe 23][DigiHealth] Vesna Pajic - Machine Learning Techniques for omi...
[DSC Europe 23][DigiHealth] Vesna Pajic - Machine Learning Techniques for omi...DataScienceConferenc1
 
Pathomics, Clinical Studies, and Cancer Surveillance
Pathomics, Clinical Studies, and Cancer SurveillancePathomics, Clinical Studies, and Cancer Surveillance
Pathomics, Clinical Studies, and Cancer SurveillanceJoel Saltz
 
2014 09 30_t1_bioinformatics_wim_vancriekinge
2014 09 30_t1_bioinformatics_wim_vancriekinge2014 09 30_t1_bioinformatics_wim_vancriekinge
2014 09 30_t1_bioinformatics_wim_vancriekingeProf. Wim Van Criekinge
 
High Dimensional Fused-Informatics
High Dimensional Fused-InformaticsHigh Dimensional Fused-Informatics
High Dimensional Fused-InformaticsJoel Saltz
 
Tools to Analyze Morphology and Spatially Mapped Molecular Data - Informatio...
Tools to Analyze Morphology and Spatially Mapped Molecular Data -  Informatio...Tools to Analyze Morphology and Spatially Mapped Molecular Data -  Informatio...
Tools to Analyze Morphology and Spatially Mapped Molecular Data - Informatio...Joel Saltz
 
Identification of pathological mutations from the single-gene case to exome p...
Identification of pathological mutations from the single-gene case to exome p...Identification of pathological mutations from the single-gene case to exome p...
Identification of pathological mutations from the single-gene case to exome p...Vall d'Hebron Institute of Research (VHIR)
 
Bioinformatics t1-introduction wim-vancriekinge_v2013
Bioinformatics t1-introduction wim-vancriekinge_v2013Bioinformatics t1-introduction wim-vancriekinge_v2013
Bioinformatics t1-introduction wim-vancriekinge_v2013Prof. Wim Van Criekinge
 
Farid Ali Presentation_Final.pptx
Farid Ali Presentation_Final.pptxFarid Ali Presentation_Final.pptx
Farid Ali Presentation_Final.pptxFaridAliMousa1
 
7-1 ARTIFICIAL INTELLIGENCE IN PATHOLOGY semiar 2.pptx
7-1 ARTIFICIAL INTELLIGENCE IN PATHOLOGY  semiar 2.pptx7-1 ARTIFICIAL INTELLIGENCE IN PATHOLOGY  semiar 2.pptx
7-1 ARTIFICIAL INTELLIGENCE IN PATHOLOGY semiar 2.pptxHarishankarSharma27
 
Thesis presentation
Thesis presentationThesis presentation
Thesis presentationAras Masood
 
Developing tools & Methodologies for the NExt Generation of Genomics & Bio In...
Developing tools & Methodologies for the NExt Generation of Genomics & Bio In...Developing tools & Methodologies for the NExt Generation of Genomics & Bio In...
Developing tools & Methodologies for the NExt Generation of Genomics & Bio In...Intel IT Center
 
LIMS in Modern Molecular Pathology by Dr. Perry Maxwell
LIMS in Modern Molecular Pathology by Dr. Perry MaxwellLIMS in Modern Molecular Pathology by Dr. Perry Maxwell
LIMS in Modern Molecular Pathology by Dr. Perry MaxwellCirdan
 
Whole exome sequencing data analysis.pptx
Whole exome sequencing data analysis.pptxWhole exome sequencing data analysis.pptx
Whole exome sequencing data analysis.pptxHaibo Liu
 

Similar to Multiclassification system (20)

Practical aspects of medical image ai for hospital (IRB course)
Practical aspects of medical image ai for hospital (IRB course)Practical aspects of medical image ai for hospital (IRB course)
Practical aspects of medical image ai for hospital (IRB course)
 
Deep Learning for AI (3)
Deep Learning for AI (3)Deep Learning for AI (3)
Deep Learning for AI (3)
 
2016 bioinformatics i_wim_vancriekinge_vupload
2016 bioinformatics i_wim_vancriekinge_vupload2016 bioinformatics i_wim_vancriekinge_vupload
2016 bioinformatics i_wim_vancriekinge_vupload
 
Pathomics Based Biomarkers and Precision Medicine
Pathomics Based Biomarkers and Precision MedicinePathomics Based Biomarkers and Precision Medicine
Pathomics Based Biomarkers and Precision Medicine
 
2015 bioinformatics wim_vancriekinge
2015 bioinformatics wim_vancriekinge2015 bioinformatics wim_vancriekinge
2015 bioinformatics wim_vancriekinge
 
Detection of erythemato-squamous diseases using AR-CatfishBPSO-KSVM
Detection of erythemato-squamous diseases using AR-CatfishBPSO-KSVMDetection of erythemato-squamous diseases using AR-CatfishBPSO-KSVM
Detection of erythemato-squamous diseases using AR-CatfishBPSO-KSVM
 
[DSC Europe 23][DigiHealth] Vesna Pajic - Machine Learning Techniques for omi...
[DSC Europe 23][DigiHealth] Vesna Pajic - Machine Learning Techniques for omi...[DSC Europe 23][DigiHealth] Vesna Pajic - Machine Learning Techniques for omi...
[DSC Europe 23][DigiHealth] Vesna Pajic - Machine Learning Techniques for omi...
 
Pathomics, Clinical Studies, and Cancer Surveillance
Pathomics, Clinical Studies, and Cancer SurveillancePathomics, Clinical Studies, and Cancer Surveillance
Pathomics, Clinical Studies, and Cancer Surveillance
 
2014 09 30_t1_bioinformatics_wim_vancriekinge
2014 09 30_t1_bioinformatics_wim_vancriekinge2014 09 30_t1_bioinformatics_wim_vancriekinge
2014 09 30_t1_bioinformatics_wim_vancriekinge
 
High Dimensional Fused-Informatics
High Dimensional Fused-InformaticsHigh Dimensional Fused-Informatics
High Dimensional Fused-Informatics
 
Tools to Analyze Morphology and Spatially Mapped Molecular Data - Informatio...
Tools to Analyze Morphology and Spatially Mapped Molecular Data -  Informatio...Tools to Analyze Morphology and Spatially Mapped Molecular Data -  Informatio...
Tools to Analyze Morphology and Spatially Mapped Molecular Data - Informatio...
 
Pulmonary embolism
Pulmonary   embolismPulmonary   embolism
Pulmonary embolism
 
Identification of pathological mutations from the single-gene case to exome p...
Identification of pathological mutations from the single-gene case to exome p...Identification of pathological mutations from the single-gene case to exome p...
Identification of pathological mutations from the single-gene case to exome p...
 
Bioinformatics t1-introduction wim-vancriekinge_v2013
Bioinformatics t1-introduction wim-vancriekinge_v2013Bioinformatics t1-introduction wim-vancriekinge_v2013
Bioinformatics t1-introduction wim-vancriekinge_v2013
 
Farid Ali Presentation_Final.pptx
Farid Ali Presentation_Final.pptxFarid Ali Presentation_Final.pptx
Farid Ali Presentation_Final.pptx
 
7-1 ARTIFICIAL INTELLIGENCE IN PATHOLOGY semiar 2.pptx
7-1 ARTIFICIAL INTELLIGENCE IN PATHOLOGY  semiar 2.pptx7-1 ARTIFICIAL INTELLIGENCE IN PATHOLOGY  semiar 2.pptx
7-1 ARTIFICIAL INTELLIGENCE IN PATHOLOGY semiar 2.pptx
 
Thesis presentation
Thesis presentationThesis presentation
Thesis presentation
 
Developing tools & Methodologies for the NExt Generation of Genomics & Bio In...
Developing tools & Methodologies for the NExt Generation of Genomics & Bio In...Developing tools & Methodologies for the NExt Generation of Genomics & Bio In...
Developing tools & Methodologies for the NExt Generation of Genomics & Bio In...
 
LIMS in Modern Molecular Pathology by Dr. Perry Maxwell
LIMS in Modern Molecular Pathology by Dr. Perry MaxwellLIMS in Modern Molecular Pathology by Dr. Perry Maxwell
LIMS in Modern Molecular Pathology by Dr. Perry Maxwell
 
Whole exome sequencing data analysis.pptx
Whole exome sequencing data analysis.pptxWhole exome sequencing data analysis.pptx
Whole exome sequencing data analysis.pptx
 

Multiclassification system

  • 1. Porkhun Olena, Taras Shevchenko National University of Kiev Multiclassification System Applications and benefits
  • 2. Problems requiring developing Multiclassification System  Medical diagnostics;  Technical diagnostics;  Image segmentation;  Patterns recognition: face, speech, handwriting, barcode recognition etc.;  Prognosticating deposit of commercial minerals;  Problems of documents classification;  NLP problems;  Text attribution problems …. This system resolves classification problems with the number of classes ≥ 2
  • 3. 3. Possibility of correcting errors occurring in the process of classification, thus obtaining results more better than with use existing approaches 1. Processing a great number of different data sets independently of the number of features and sample size 2. Possibility of paralleling the learning process of system, thus opportunity of constructing a set of classifiers with a large potency Benefits of Multiclassification System
  • 4.
  • 5. ApplicationsApplications in Medical Diagnosticsin Medical Diagnostics • CardiologyCardiology • DermatologyDermatology • OncologyOncology • VirologyVirology • MicrobiologyMicrobiology
  • 6. Examples of features inExamples of features in Heart DiseaseHeart Disease • chest pain locationchest pain location • chest pain typechest pain type • resting blood pressureresting blood pressure • serum cholestoral in mg/dlserum cholestoral in mg/dl • resting electrocardiographic resultsresting electrocardiographic results • Beta blocker used during exercise ECGBeta blocker used during exercise ECG • nitrates used during exercise ECGnitrates used during exercise ECG • calcium channel blocker used during exercise ECGcalcium channel blocker used during exercise ECG etc.etc.
  • 7. Examples of features in Dermatology Diagnostic Click to edit Master subtitle style - melanin incontinencemelanin incontinence;; -- eosinophils in theeosinophils in the infiltrateinfiltrate;; -- PNL infiltratePNL infiltrate;; -- fibrosis of the papillaryfibrosis of the papillary dermisdermis;; -- exocytosisexocytosis;; -- acanthosisacanthosis;; -- hyperkeratosishyperkeratosis;; -- parakeratosisparakeratosis etc.etc. - erythemaerythema;; -- scalingscaling;; -- definite bordersdefinite borders;; -- itchingitching;; -- koebner phenomenonkoebner phenomenon;; -- polygonal papulespolygonal papules;; -- follicular papulesfollicular papules;; -- scalp involvementscalp involvement;; -- family historyfamily history;; - a- agege etc.etc. HistopathologicalHistopathological Attributes:Attributes: Clinical Attributes:Clinical Attributes:
  • 8. Examples of features in Image SegmentationExamples of features in Image Segmentation - the column of the center pixel of the regionthe column of the center pixel of the region;; - the row of the center pixel of the regionthe row of the center pixel of the region;; - the number of pixels in a regionthe number of pixels in a region;; - measures the contrast of vertically adjacent pixelsmeasures the contrast of vertically adjacent pixels;; - the average over the region of (R + G + B)/3the average over the region of (R + G + B)/3;; - the average over the region of the R valuethe average over the region of the R value;; - 3-d nonlinear transformation of RGB3-d nonlinear transformation of RGB;; - the average over the regionthe average over the region - of the B valueof the B value;; - the average over the regionthe average over the region - of the G valueof the G value;; - measure the excess redmeasure the excess red,, - blue and green; etc.blue and green; etc.
  • 9. Features in Handwriting RecognitionFeatures in Handwriting Recognition • Fourier coefficients of the character shapes;Fourier coefficients of the character shapes; • profile correlations;profile correlations; • Karhunen-Love coefficients;Karhunen-Love coefficients; • pixel averages in 2 x 3 windows;pixel averages in 2 x 3 windows; • Zernike moments;Zernike moments; • morphological featuresmorphological features;; • features of segments (lines):features of segments (lines): • the initial and final coordinatesthe initial and final coordinates; length of segment;; length of segment; • lengthlength of the diagonal of the smallest rectangleof the diagonal of the smallest rectangle • etc.
  • 10. Data Sets used by SystemData Sets used by System UCIUCI Machine Learning RepositoryMachine Learning Repository
  • 11. • The basic idea of the approach - decomposition of task into subtasks of binary classification and finding effective combination of binary classifiers using Error-Correcting Output Codes (ECOC) to obtain the best result. • The methods of constructing effective codes was realized in this system. Example of good code for the number of classes = 5Example of good code for the number of classes = 5 Approach and model underlying Multiclassification SystemApproach and model underlying Multiclassification System 0101010101010105 1001100110011004 1110000111100003 1111111000000002 1111111111111111 f14f13f12f11f10f9f8f7f6f5f4f3f2f1f0 Class 0101010101010105 1001100110011004 1110000111100003 1111111000000002 1111111111111111 f14f13f12f11f10f9f8f7f6f5f4f3f2f1f0 Class 0101010101010105 1001100110011004 1110000111100003 1111111000000002 1111111111111111 f14f13f12f11f10f9f8f7f6f5f4f3f2f1f0 Class 0101010101010105 1001100110011004 1110000111100003 1111111000000002 1111111111111111 f14f13f12f11f10f9f8f7f6f5f4f3f2f1f0 Class • Model of neural network perceptron is applied as binary classifier Learning of binary classifiers can beLearning of binary classifiers can be parallelizedparallelized
  • 13. Learning Multiclassification SystemLearning Multiclassification System
  • 14. Classification using developed systemClassification using developed systemClassification using developed systemClassification using developed system Pen-Based Recognition of Handwritten DigitsArtificial Characters RecognitionImage Segmentation Dermatology Diagnostic Precision – 97,7%Precision – 97,7% Precision – 99,96%Precision – 99,96% Precision – 85,71%Precision – 85,71% Precision – 98,6%Precision – 98,6%
  • 15. SOME COMPARISONSSOME COMPARISONS FOR UCI DATA SETSFOR UCI DATA SETS • Precision for DERMATOLOGY DATA SET: - using Voting Feature Intervals - 96,2% (Bilkent University, Department of Computer Engineering and Information Science, Gazi University, School of Medicine, Department of Dermatology, Ankara, Turkey) - using Multiclassification System (with ECOC) – 98,6% (Taras Shevchenko National University of Kiev, Faculty of Cybernetics ) • Precision for PEN-BASED RECOGNITION DATA SET: - using MLP – 95,26% (Bo˘gazi.ci University, Istanbul, Turkey) - using Boost-NN – 96,1% (Computer Science Department, Boston University, USA) - using Multiclassification System (with ECOC) – 97,5%
  • 16. Precision of classification using One-Against-All and ECOC 0 10 20 30 40 50 60 70 80 90 100 ArtCharacters GlassIdentification ImageSegmentation PenDigits Vehicle Wine HeartDisease Dermatology Precision of classification Precision of Exhaustive Code/Column Selection Precision of One_Against_All Precision of classification for all data sets using One_Against_All and Exhaustive Code Models 61,81781474; 55% 50,70852087; 45% Exhaustive Code/Column Selection One_Against_All Precision of classification for all data sets using One_Against_All and Exhaustive Code Models 61,81781474; 55% 50,70852087; 45% Exhaustive Code/Column Selection One_Against_All
  • 17. Thank you for your attention!Thank you for your attention! Porkhun Olena, Phd., assistant of Cybernetics Faculty of Taras Shevchenko National University of Kiev, e-mail: elena_porkhun@mail.ru

Editor's Notes

  1. According to Ardent Partners, process automation can reduce procurement transaction costs by up to 75% and that benefit alone can justify the business case for network adoption.