A Hierarchical Artificial Neural Network Model for Giemsa-Stained Human Chromosome Classification

Size: px
Start display at page:

Download "A Hierarchical Artificial Neural Network Model for Giemsa-Stained Human Chromosome Classification"

Transcription

1 A Hierarchical Artificial Neural Network Model for Giemsa-Stained Human Chromosome Classification JONGMAN CHO 1 1 Department of Biomedical Engineering, Inje University, Gimhae, , KOREA minerva@ieeeorg Abstract: -This paper proposes an improved two-step classification scheme for Giemsa-stained human chromosomes using a hierarchical multilayer neural network with an error back-propagation training algorithm In the first step, the Group (GC), a two-layer neural network, classifies chromosomes into seven groups based on their morphological features, such as relative length, relative area, and the centromeric index and 80 density values In the second step, seven Subgroup s (SCs), which are also two-layer neural networks, classify the chromosomes in each group into 24 subgroups based on the same features used in the first step The optimal parameters for the GC and SCs, including the number of processing elements in the hidden layer, were determined experimentally The optimized GC and SCs were trained using a training dataset and tested using the same test dataset used in a previous study [3] The overall classification error rate decreased to 59% using the two-step classification scheme, which is better than the result in the previous study, which used a single-step multilayer neural network as a classifier and achieved a 652% classification error rate [3] This paper shows that the classification accuracy for Giemsa-stained human chromosomes can be improved using a two-step classification scheme rather than a single-step classification Key-Words: - Giemsa-stained human chromosome, classification, hierarchical multilayer neural network 1 Introduction Human chromosome analysis is an essential task in cytogenetics, especially in prenatal screening, genetic syndrome diagnosis, cancer pathology research, and environmentally induced mutagen dosimetry [1] Cells used for chromosome analysis are taken mostly from amniotic fluid or blood samples The stage at which chromosomes are most suitable for analysis is the metaphase in cellular division One of the objectives of chromosome analysis is to create a karyotype, which is a layout of paired chromosome images organized by decreasing size The karyotype is obtained after cell culture, preparing slides, selecting the best chromosome image, analysis, and classification However, chromosome analysis and karyotyping are still performed manually in most cytogenetics laboratories in a repetitive, time-consuming, and therefore expensive process [2] Efforts to develop automated chromosome classification techniques have been made over the last 20 years The use of features rather than the picture itself makes the classification procedure easier and faster All the efforts to automate chromosome analysis have had limited success and poor classification results compared to those of a trained cytotechnician [1] [6] An artificial neural network (ANN) can overcome most of these limitations because it allows the application of expert knowledge and experience through network training In addition, it is suitable for automatic chromosome classification because human chromosome images have nonlinear properties [3] Finally, it is well-known that the problems best solved by neural networks are those that humans do well, and the classification of chromosomes is one of them [2] This paper proposes a hierarchical multilayer neural network (HMLNN) as a human chromosome classifier The first-step neural network classifies chromosome data into seven major groups based on morphological features, such as relative length and relative area, and the centromeric index and 80 density values The second-step neural network classifies each of these seven major groups into subgroups 2 Methodology 21 Chromosome Database The suggested methodology was applied to the Edinburgh database, provided by Dr Piper and exported from the Medical Research Council Human Genetics Unit, Edinburgh, UK The chromosomes in this database were photographed and digitized individually from photographic negatives on a grid that paralleled the chromosome axis, using a microdensitometer Each image consisted of a rectangular array of pixels comprising the chromosome bordered by the adjacent background ISSN: Page 44 ISBN:

2 22 Experimental Tools In this study, Microsoft Visual C++ Net was used to implement the application program for feature extraction and NeuroShell 20 (The Ward Systems Group) was used to train and test the proposed neural networks 23 Feature Extraction 231 Medial Axis The two chromatids of a metaphase chromosome are located symmetrically, but most chromosomes are not exactly straight Piper reviewed several ways to obtain the medial axis of a chromosome, which is the virtual symmetric line of the two chromatids of a chromosome However, we used a different method to obtain the medial axis, which was a modification of the thinning algorithm of Gonzalez [5] The medial axis of a chromosome is obtained by applying the medial axis transformation (MAT) algorithm [3] In addition, we used a thinning algorithm that iteratively deletes edge points of a region, subject to the constraints that the deletion of these points does not remove end points, does not break connectedness, and does not cause excessive erosion of the region [4] After applying the MAT, the skeletonized line was extended to the boundary and the extended medial axis of the chromosomes was obtained, as shown in Fig 1(b) 232 Relative Length (RL) One important morphological feature used to identify a chromosome is a length characteristic However, the length must be normalized before identifying a chromosome because it varies according to the phase of cellular division After determining the medial axis, the Euclidean distance is commonly used to obtain the distance between two points However, this method was not used here because most chromosomes are not exactly straight Instead, the length of each chromosome could be calculated by counting the number of pixels along the medial line The relative length of the i-th chromosome (l ri ) can be obtained by normalizing the medial axis length using the following equation: l i l ri =, (1) lt where l i (i = 1, 2,, 24) is the length of the i-th chromosome and l t is the total length of all 46 chromosomes in one cell 233 Relative Area (RA) The relative area is another important morphological feature used to identify a chromosome Like the relative length, the relative area must be normalized The relative area of the i-th chromosome (A ri ) can be obtained by counting the pixels in the chromosome body and by normalizing the area using the following equation: A i A ri =, (2) At where A i (i = 1, 2,, 24) is the area of the i-th chromosome and A t is the total area of all 46 chromosomes in one cell 234 Centromeric Index (CI) The centromeric index is the ratio of the length of the short arm to the total length of a chromosome It is also an important morphological feature used to identify the chromosome The CI, which indicates the location of the centromere on the chromosome, is obtained from the shape profile, as shown Fig 1(c) It is a one-dimensional graph of the chromosome computed as a sequence of points along the possible curved chromosome medial axis The shape profile for a chromosome is obtained by measuring the width along a transverse line, perpendicular to the tangent of the medial axis, and centered a unit distance along the medial axis The CI is the ratio of the length of the short arm to the total length of one chromosome, as shown in Fig 2 It is another important morphological feature used to identify the chromosome and can be calculated using the following equation: l si C i =, (3) li where C i is the CI of the i-th chromosome, l si (i = 1, 2,, 24) is the length of the short arm, and l i is the total length of the i-th chromosome 235 Normalized Density Profile It is difficult to determine the location of the centromere and the centromeric indices for telocentric chromosomes in groups D (no 13, 14, and 15) and G (no 21, 22, and Y) A Giemsa-stained human chromosome has a sequence of bands that are perpendicular to the medial axis of the chromosome This feature is important for identifying chromosomes because each chromosome has its own band pattern ISSN: Page 45 ISBN:

3 Length of the short arm (a) Centromere Total chromosome length (b) (c) (d) Fig 1 Feature extraction for a Giemsa-stained no 1 human chromosome: (a) raw 256-gray level image; (b) binary image and medial axis obtained from the raw image; (c) the shape profile is obtained from the binary image, and the location of the centromere is determined using the shape profile (the vertical line indicates the location of the centromere); (d) the density profile before normalization The density profile (DP) is a one-dimensional graph of the banding pattern of a chromosome computed at a sequence of points along the curved chromosome medial axis The DP of a chromosome is obtained from measurements made along a transverse line, perpendicular to the tangent of the medial axis, and centered at a unit distance along the medial axis, as shown in Fig 1(d) The density value (I k ) for every point on the medial axis results from summing the properties of points spaced a unit distance apart along each transverse line and can be calculated as follows: m 1 = I k d( k, j) ( k = 0,1, K, n 1), (4) j= 0 where n is the number of pixels on the medial axis, m is the number of pixels on the line perpendicular to the tangent to the medial axis, and d(k, j) is the pixel value on the line perpendicular to the tangent to the medial axis Fig 2 The centromere and short arm of chromosome no 2 The Centromeric Index (CI) is the ratio of the length of the short arm to the total length of the chromosome To reduce the variation in the density values due to different cell culture conditions and nonhomogeneous microscope illumination conditions, this DP was normalized three times using three different methods First, this profile is normalized in the direction of the perpendicular to the medial axis of the chromosome to reduce the variation in the width of the chromosome as follows: I k dw( k) = ( k = 0,1, K, n 1), (5) w( k) where w(k) is the width of the k-th point on a chromosome and d w (k) is the density value normalized in the width direction Next, a histogram equalization is applied to d w (k) to reduce the effect of nonhomogeneous illumination as follows: d w ( k) d wmin d N ( k) = ( k = 0,1, K, n 1), (6) d d wmax wmin where d N (k) is the histogram equalized density value, d wmin is the minimum density value, and d wmax is the maximum density value of that chromosome Finally, d N (k) is normalized along the medial axis to obtain the same number of density values regardless of the chromosome length In this study, 80 density values were obtained for each chromosome based on the results of a previous study [9] 236 Chromosome Database Two datasets were prepared for training and testing the HMLNN proposed here The training dataset consisted ISSN: Page 46 ISBN:

4 of 460 input patterns extracted from 460 chromosomes, which were obtained from cells from 10 different people In this training dataset, one input pattern consisted of 83 features extracted from one chromosome: the relative length, l ri, relative area, A ri, centromeric index, C I, and 80 density values The test dataset has the same number of data patterns as the training dataset, but the features were extracted from chromosomes that were not used to prepare the training dataset In this study, the test dataset was obtained from chromosome data used in a previous study [3] for comparison 237 Chromosome s This study examined the classification error rate of HMLNN as a chromosome classifier HMLNN consists of hierarchically cascaded classifiers: one Group (GC) and seven Subgroup s (SCs), as shown in Fig 3 The GC and SCs are a two-layer neural network with an error back-propagation training algorithm Chromosome Features Group Group (GC) Group A Group B Group C Group D Group E Group F Group G Fig 3 Architecture of the hierarchical multilayer neural network (HMLNN) Y Subgroup s (SCs) Group (GC) This classifier divides the chromosomes into seven groups (Groups A G) The number of input nodes and processing elements (PEs) in the output layer of the GC was fixed to 83 and 7, respectively, based on the number of features extracted from one chromosome and the number of groups The number of PEs in the hidden layer of the GC was determined experimentally Subgroup s (SCs) Seven neural networks were designed and used to classify the chromosomes in each group as individual chromosomes The number of input nodes of the neural network for each SC was fixed to 83, the same number as in the GC, but the numbers of PEs in the output layer and hidden layer differed, depending on the groups and values determined experimentally 3 Results 31 Number of Processing Elements in the GC and SCs The optimal numbers of PEs in the hidden layer for the GC and SCs were determined separately in experiments The optimal number of PEs in the hidden layer of the GC, which gives the minimum classification error, was determined by repeating the experiment for various numbers of PEs in the hidden layer As shown in Table 1, a GC with 35 PEs in its hidden layer had the smallest classification error The number of input nodes of SCs was also fixed at 83, but the number of PEs in the output layer depended on the number of chromosomes in that group, as shown in Table 2 The optimal number of PEs in the hidden layer of the SCs was also determined by repeating the experiment for various numbers of PEs in the hidden layer Table 3 shows the selected numbers of PEs for the seven SCs 32 The Group (GC) Classification After the number of PEs in the hidden layer was determined, the two-layer neural network for the GC was built, trained 2,000 times using the training dataset, and tested using the test dataset, which was not used for the training phase The resulting GC classification is shown in Table 4 In all, the GC misclassified 16 of 460 chromosomes 33 The Subgroup (SC) Classification The seven SCs configured using the parameters shown in Tables 2 and 3 were trained 2,000 times using the training data that were classified correctly using the GC After training, each SC was tested using the same test dataset used by the GC in its test phase Only the chromosome data correctly classified by the GC were classified by the ISSN: Page 47 ISBN:

5 seven different SCs The SCs misclassified 11 chromosomes, as shown in Table 5 Table 1 Classification error depending on the number of PEs in the hidden layer of the Group (GC) mber of PEs in the hidden l Number of misclassified chromosomes Table 2 Number of PEs in the output layer of the Subgroup s (SCs) Group Number of PEs in the output layer A 3 B 2 C 8 D 3 E 3 F 2 G 3 Table 3 Number of PEs in the hidden layer of the Subgroup s (SCs) Subgroup s (SCs) Number of PEs in the hidden layer SC-A 7 SC-B 7 SC-C 11 SC-D 15 SC-E 11 SC-F 7 SC-G 11 Table 4 Result of the Group (GC) classification cation using the trained neural network, Group Classif fi-cation by an A B C D E F G Sum A B C D E F G Sum for Giemsa-stained human chromosomes In the first step, the Group (GC) classified Giemsa-stained human chromosomes into seven groups based on their morphological features, such as the relative length and relative area, and the centromeric index and 80 density values In the second step, seven Subgroup s (SCs) separated the chromosomes that had been classified correctly by the GC into 24 categories The numbers of processing elements (PEs) in the hidden layers of the GC and SCs were determined experimentally The GC and SCs were built using NeuroShell with parameters determined experimentally and trained using a test dataset prepared from 460 chromosomes After 2,000 training runs, the GC and SCs were tested using a test dataset with the same number of chromosomes, which was not used in the training phase The GC misclassified 16 chromosomes, while the SCs misclassified 11 chromosomes Therefore, 27 of 460 chromosomes were misclassified by the proposed classifier and the overall classification error rate was 587%, which is better than that of a previous study using the same chromosome data, and had a classification error rate of 652% [3] As shown in Tables 4 and 5, there were relatively more classification errors for group G chromosomes: GC misclassified 5 of 44 chromosomes (1136%) and SC-G misclassified 5 of 39 chromosomes (1282%) The group G chromosomes (no 21, 22, and Y) are telocentric, and it was difficult to calculate their centromeric indices (CIs) accurately using the methods proposed here In addition, the chromosomes of this group were the smallest in size of the seven groups, so the 80 density values obtained from the small density profile contained more redundant information than in the other groups The centromere-finding algorithm proposed here must be improved so that it can be applied to telocentric chromosomes and reduce the classification error In addition, new chromosome features that will improve the classification accuracy should be determined 4 Discussion and Conclusion This study proposed a two-step classification scheme using a hierarchical multilayer neural network with an error back-propagation training algorithm as a classifier ISSN: Page 48 ISBN:

6 Table 5 Classification result using the Subgroup s (SCs) Classification result using the trained neural network A B C D E F G X Y Sum A B C X D E F G Y Sum References: [1] A Carothers and J Piper, Computer-aided classification of human chromosomes, A Review Stat Comput, vol 4, pp , 1994 [2] B Lerner, Toward a completely automatic neural-network-based human chromosome analysis, IEEE Trans Syst Man Cyber, vol 28, pp , 1998 [3] J Cho, Chromosome classification using backpropagation neural network, IEEE Med Biol Magn, vol 19, pp 28 33, 2000 [4] J Russell, Genetics, Addison Wesley Longman, New York, 1998 [5] R C Gonzalez and R Woods, Digital Image Processing, Addison-Wesley, MA, 1992 [6] F Groen, T Kate, A Smeulders, and I Young, Human chromosome classification based on local band descriptors, Pattern Recog Lett, vol 9, pp , 1989 [7] B Lerner, H Guterman, I Dinstein, and Y Romen, Medial axis transform-based features and a neural network for human chromosome classification, Pattern Recog, vol 28, pp , 1995 [8] D Harnden, H Klinger, and J Jensen, An International System for Human Cytogenetic Nomenclature (ISCN 1985): Report of the Standing Committee on Human Cytogenetic Nomenclature, KAEGER, Basel, Switzerland, 1985 [9] S Ryu and J Cho, Feature extraction of Giemsa-stained chromosomes and classification error of a backpropagation neural network-based classifier, Proc SPIE, vol 4668, pp 20 28, 2002 ISSN: Page 49 ISBN:

MRI Image Processing Operations for Brain Tumor Detection

MRI Image Processing Operations for Brain Tumor Detection MRI Image Processing Operations for Brain Tumor Detection Prof. M.M. Bulhe 1, Shubhashini Pathak 2, Karan Parekh 3, Abhishek Jha 4 1Assistant Professor, Dept. of Electronics and Telecommunications Engineering,

More information

Hidden Markov Mqdels.for Chromosome Identification

Hidden Markov Mqdels.for Chromosome Identification Hidden Markov Mqdels.for Chromosome Identification John M. Conroy Center for Computzizg Scneiices Instztute for Defense Analyses Bowae, Maryland Robert L. Becker, Jr. William Lefkowitz Kewi L. Christopher

More information

Classification of Cervical Cancer Cells Using HMLP Network with Confidence Percentage and Confidence Level Analysis.

Classification of Cervical Cancer Cells Using HMLP Network with Confidence Percentage and Confidence Level Analysis. Classification of Cervical Cancer Cells Using HMLP Network with Confidence Percentage and Confidence Level Analysis. N. A. Mat-Isa, M. Y. Mashor 2, N. H. Othman 3,2 Control and Electronic Intelligent System

More information

A framework for the Recognition of Human Emotion using Soft Computing models

A framework for the Recognition of Human Emotion using Soft Computing models A framework for the Recognition of Human Emotion using Soft Computing models Md. Iqbal Quraishi Dept. of Information Technology Kalyani Govt Engg. College J Pal Choudhury Dept. of Information Technology

More information

Lung Region Segmentation using Artificial Neural Network Hopfield Model for Cancer Diagnosis in Thorax CT Images

Lung Region Segmentation using Artificial Neural Network Hopfield Model for Cancer Diagnosis in Thorax CT Images Automation, Control and Intelligent Systems 2015; 3(2): 19-25 Published online March 20, 2015 (http://www.sciencepublishinggroup.com/j/acis) doi: 10.11648/j.acis.20150302.12 ISSN: 2328-5583 (Print); ISSN:

More information

Extraction of Blood Vessels and Recognition of Bifurcation Points in Retinal Fundus Image

Extraction of Blood Vessels and Recognition of Bifurcation Points in Retinal Fundus Image International Journal of Research Studies in Science, Engineering and Technology Volume 1, Issue 5, August 2014, PP 1-7 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) Extraction of Blood Vessels and

More information

Classification of benign and malignant masses in breast mammograms

Classification of benign and malignant masses in breast mammograms Classification of benign and malignant masses in breast mammograms A. Šerifović-Trbalić*, A. Trbalić**, D. Demirović*, N. Prljača* and P.C. Cattin*** * Faculty of Electrical Engineering, University of

More information

Conclusions and future directions

Conclusions and future directions Chapter 9 Conclusions and future directions This chapter summarises the findings within this thesis, examines its main contributions, and provides suggestions for further directions. 9.1 Thesis summary

More information

QUANTIFICATION OF PROGRESSION OF RETINAL NERVE FIBER LAYER ATROPHY IN FUNDUS PHOTOGRAPH

QUANTIFICATION OF PROGRESSION OF RETINAL NERVE FIBER LAYER ATROPHY IN FUNDUS PHOTOGRAPH QUANTIFICATION OF PROGRESSION OF RETINAL NERVE FIBER LAYER ATROPHY IN FUNDUS PHOTOGRAPH Hyoun-Joong Kong *, Jong-Mo Seo **, Seung-Yeop Lee *, Hum Chung **, Dong Myung Kim **, Jeong Min Hwang **, Kwang

More information

Identification of Sickle Cells using Digital Image Processing. Academic Year Annexure I

Identification of Sickle Cells using Digital Image Processing. Academic Year Annexure I Academic Year 2014-15 Annexure I 1. Project Title: Identification of Sickle Cells using Digital Image Processing TABLE OF CONTENTS 1.1 Abstract 1-1 1.2 Motivation 1-1 1.3 Objective 2-2 2.1 Block Diagram

More information

Skin cancer reorganization and classification with deep neural network

Skin cancer reorganization and classification with deep neural network Skin cancer reorganization and classification with deep neural network Hao Chang 1 1. Department of Genetics, Yale University School of Medicine 2. Email: changhao86@gmail.com Abstract As one kind of skin

More information

Tumor cut segmentation for Blemish Cells Detection in Human Brain Based on Cellular Automata

Tumor cut segmentation for Blemish Cells Detection in Human Brain Based on Cellular Automata Tumor cut segmentation for Blemish Cells Detection in Human Brain Based on Cellular Automata D.Mohanapriya 1 Department of Electronics and Communication Engineering, EBET Group of Institutions, Kangayam,

More information

Analysis of Microscopic Images of Blood Cells for Detection of Leukemia

Analysis of Microscopic Images of Blood Cells for Detection of Leukemia Analysis of Microscopic Images of Blood Cells for Detection of Leukemia Purnima.S 1, Manikandan.S 2, Mohan Raj. S 3, Nishanth. A 4, Selvakumar. A 5 1 Asst.Professor, 2,3,4,5 UG Scholar, Department of Biomedical

More information

Detection of microcalcifications in digital mammogram using wavelet analysis

Detection of microcalcifications in digital mammogram using wavelet analysis American Journal of Engineering Research (AJER) e-issn : 2320-0847 p-issn : 2320-0936 Volume-02, Issue-11, pp-80-85 www.ajer.org Research Paper Open Access Detection of microcalcifications in digital mammogram

More information

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING 134 TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING H.F.S.M.Fonseka 1, J.T.Jonathan 2, P.Sabeshan 3 and M.B.Dissanayaka 4 1 Department of Electrical And Electronic Engineering, Faculty

More information

Improved Intelligent Classification Technique Based On Support Vector Machines

Improved Intelligent Classification Technique Based On Support Vector Machines Improved Intelligent Classification Technique Based On Support Vector Machines V.Vani Asst.Professor,Department of Computer Science,JJ College of Arts and Science,Pudukkottai. Abstract:An abnormal growth

More information

Effect of Feedforward Back Propagation Neural Network for Breast Tumor Classification

Effect of Feedforward Back Propagation Neural Network for Breast Tumor Classification IJCST Vo l. 4, Is s u e 2, Ap r i l - Ju n e 2013 ISSN : 0976-8491 (Online) ISSN : 2229-4333 (Print) Effect of Feedforward Back Propagation Neural Network for Breast Tumor Classification 1 Rajeshwar Dass,

More information

AUTOMATIC RETINAL VESSEL TORTUOSITY MEASUREMENT

AUTOMATIC RETINAL VESSEL TORTUOSITY MEASUREMENT Journal of Computer Science 9 (11): 1456-1460, 2013 ISSN: 1549-3636 2013 doi:10.3844/jcssp.2013.1456.1460 Published Online 9 (11) 2013 (http://www.thescipub.com/jcs.toc) AUTOMATIC RETINAL VESSEL TORTUOSITY

More information

Classıfıcatıon of Dıabetes Dısease Usıng Backpropagatıon and Radıal Basıs Functıon Network

Classıfıcatıon of Dıabetes Dısease Usıng Backpropagatıon and Radıal Basıs Functıon Network UTM Computing Proceedings Innovations in Computing Technology and Applications Volume 2 Year: 2017 ISBN: 978-967-0194-95-0 1 Classıfıcatıon of Dıabetes Dısease Usıng Backpropagatıon and Radıal Basıs Functıon

More information

Automatic Hemorrhage Classification System Based On Svm Classifier

Automatic Hemorrhage Classification System Based On Svm Classifier Automatic Hemorrhage Classification System Based On Svm Classifier Abstract - Brain hemorrhage is a bleeding in or around the brain which are caused by head trauma, high blood pressure and intracranial

More information

Automated identification of analyzable metaphase chromosomes depicted on microscopic digital images

Automated identification of analyzable metaphase chromosomes depicted on microscopic digital images Available online at www.sciencedirect.com Journal of Biomedical Informatics 41 (2008) 264 271 www.elsevier.com/locate/yjbin Automated identification of analyzable metaphase chromosomes depicted on microscopic

More information

Application of Tree Structures of Fuzzy Classifier to Diabetes Disease Diagnosis

Application of Tree Structures of Fuzzy Classifier to Diabetes Disease Diagnosis , pp.143-147 http://dx.doi.org/10.14257/astl.2017.143.30 Application of Tree Structures of Fuzzy Classifier to Diabetes Disease Diagnosis Chang-Wook Han Department of Electrical Engineering, Dong-Eui University,

More information

COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) DETECTION OF ACUTE LEUKEMIA USING WHITE BLOOD CELLS SEGMENTATION BASED ON BLOOD SAMPLES

COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) DETECTION OF ACUTE LEUKEMIA USING WHITE BLOOD CELLS SEGMENTATION BASED ON BLOOD SAMPLES International INTERNATIONAL Journal of Electronics JOURNAL and Communication OF ELECTRONICS Engineering & Technology AND (IJECET), COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 6464(Print)

More information

Clustering of MRI Images of Brain for the Detection of Brain Tumor Using Pixel Density Self Organizing Map (SOM)

Clustering of MRI Images of Brain for the Detection of Brain Tumor Using Pixel Density Self Organizing Map (SOM) IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 6, Ver. I (Nov.- Dec. 2017), PP 56-61 www.iosrjournals.org Clustering of MRI Images of Brain for the

More information

Keywords Artificial Neural Networks (ANN), Echocardiogram, BPNN, RBFNN, Classification, survival Analysis.

Keywords Artificial Neural Networks (ANN), Echocardiogram, BPNN, RBFNN, Classification, survival Analysis. Design of Classifier Using Artificial Neural Network for Patients Survival Analysis J. D. Dhande 1, Dr. S.M. Gulhane 2 Assistant Professor, BDCE, Sevagram 1, Professor, J.D.I.E.T, Yavatmal 2 Abstract The

More information

AUTOMATIC MEASUREMENT ON CT IMAGES FOR PATELLA DISLOCATION DIAGNOSIS

AUTOMATIC MEASUREMENT ON CT IMAGES FOR PATELLA DISLOCATION DIAGNOSIS AUTOMATIC MEASUREMENT ON CT IMAGES FOR PATELLA DISLOCATION DIAGNOSIS Qi Kong 1, Shaoshan Wang 2, Jiushan Yang 2,Ruiqi Zou 3, Yan Huang 1, Yilong Yin 1, Jingliang Peng 1 1 School of Computer Science and

More information

BraTS : Brain Tumor Segmentation Some Contemporary Approaches

BraTS : Brain Tumor Segmentation Some Contemporary Approaches BraTS : Brain Tumor Segmentation Some Contemporary Approaches Mahantesh K 1, Kanyakumari 2 Assistant Professor, Department of Electronics & Communication Engineering, S. J. B Institute of Technology, BGS,

More information

Automated Detection Of Glaucoma & D.R From Eye Fundus Images

Automated Detection Of Glaucoma & D.R From Eye Fundus Images Reviewed Paper Volume 2 Issue 12 August 2015 International Journal of Informative & Futuristic Research ISSN (Online): 2347-1697 Automated Detection Of Glaucoma & D.R Paper ID IJIFR/ V2/ E12/ 016 Page

More information

NAILFOLD CAPILLAROSCOPY USING USB DIGITAL MICROSCOPE IN THE ASSESSMENT OF MICROCIRCULATION IN DIABETES MELLITUS

NAILFOLD CAPILLAROSCOPY USING USB DIGITAL MICROSCOPE IN THE ASSESSMENT OF MICROCIRCULATION IN DIABETES MELLITUS NAILFOLD CAPILLAROSCOPY USING USB DIGITAL MICROSCOPE IN THE ASSESSMENT OF MICROCIRCULATION IN DIABETES MELLITUS PROJECT REFERENCE NO. : 37S0841 COLLEGE BRANCH GUIDE : DR.AMBEDKAR INSTITUTE OF TECHNOLOGY,

More information

CSE Introduction to High-Perfomance Deep Learning ImageNet & VGG. Jihyung Kil

CSE Introduction to High-Perfomance Deep Learning ImageNet & VGG. Jihyung Kil CSE 5194.01 - Introduction to High-Perfomance Deep Learning ImageNet & VGG Jihyung Kil ImageNet Classification with Deep Convolutional Neural Networks Alex Krizhevsky, Ilya Sutskever, Geoffrey E. Hinton,

More information

International Journal of Advance Engineering and Research Development EARLY DETECTION OF GLAUCOMA USING EMPIRICAL WAVELET TRANSFORM

International Journal of Advance Engineering and Research Development EARLY DETECTION OF GLAUCOMA USING EMPIRICAL WAVELET TRANSFORM Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 5, Issue 1, January -218 e-issn (O): 2348-447 p-issn (P): 2348-646 EARLY DETECTION

More information

COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION

COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION 1 R.NITHYA, 2 B.SANTHI 1 Asstt Prof., School of Computing, SASTRA University, Thanjavur, Tamilnadu, India-613402 2 Prof.,

More information

EXTRACT THE BREAST CANCER IN MAMMOGRAM IMAGES

EXTRACT THE BREAST CANCER IN MAMMOGRAM IMAGES International Journal of Civil Engineering and Technology (IJCIET) Volume 10, Issue 02, February 2019, pp. 96-105, Article ID: IJCIET_10_02_012 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=10&itype=02

More information

LUNG CANCER continues to rank as the leading cause

LUNG CANCER continues to rank as the leading cause 1138 IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 24, NO. 9, SEPTEMBER 2005 Computer-Aided Diagnostic Scheme for Distinction Between Benign and Malignant Nodules in Thoracic Low-Dose CT by Use of Massive

More information

BLOOD VESSEL DIAMETER MEASUREMENT ON RETINAL IMAGE

BLOOD VESSEL DIAMETER MEASUREMENT ON RETINAL IMAGE Journal of Computer Science 10 (5): 879-883, 2014 ISSN: 1549-3636 2014 doi:10.3844/jcssp.2014.879.883 Published Online 10 (5) 2014 (http://www.thescipub.com/jcs.toc) BLOOD VESSEL DIAMETER MEASUREMENT ON

More information

ANN predicts locoregional control using molecular marker profiles of. Head and Neck squamous cell carcinoma

ANN predicts locoregional control using molecular marker profiles of. Head and Neck squamous cell carcinoma ANN predicts locoregional control using molecular marker profiles of Head and Neck squamous cell carcinoma Final Project: 539 Dinesh Kumar Tewatia Introduction Radiotherapy alone or combined with chemotherapy,

More information

Implementation of Automatic Retina Exudates Segmentation Algorithm for Early Detection with Low Computational Time

Implementation of Automatic Retina Exudates Segmentation Algorithm for Early Detection with Low Computational Time www.ijecs.in International Journal Of Engineering And Computer Science ISSN: 2319-7242 Volume 5 Issue 10 Oct. 2016, Page No. 18584-18588 Implementation of Automatic Retina Exudates Segmentation Algorithm

More information

Segmentation and Analysis of Cancer Cells in Blood Samples

Segmentation and Analysis of Cancer Cells in Blood Samples Segmentation and Analysis of Cancer Cells in Blood Samples Arjun Nelikanti Assistant Professor, NMREC, Department of CSE Hyderabad, India anelikanti@gmail.com Abstract Blood cancer is an umbrella term

More information

Data mining for Obstructive Sleep Apnea Detection. 18 October 2017 Konstantinos Nikolaidis

Data mining for Obstructive Sleep Apnea Detection. 18 October 2017 Konstantinos Nikolaidis Data mining for Obstructive Sleep Apnea Detection 18 October 2017 Konstantinos Nikolaidis Introduction: What is Obstructive Sleep Apnea? Obstructive Sleep Apnea (OSA) is a relatively common sleep disorder

More information

Cancer Cells Detection using OTSU Threshold Algorithm

Cancer Cells Detection using OTSU Threshold Algorithm Cancer Cells Detection using OTSU Threshold Algorithm Nalluri Sunny 1 Velagapudi Ramakrishna Siddhartha Engineering College Mithinti Srikanth 2 Velagapudi Ramakrishna Siddhartha Engineering College Kodali

More information

ECG Beat Recognition using Principal Components Analysis and Artificial Neural Network

ECG Beat Recognition using Principal Components Analysis and Artificial Neural Network International Journal of Electronics Engineering, 3 (1), 2011, pp. 55 58 ECG Beat Recognition using Principal Components Analysis and Artificial Neural Network Amitabh Sharma 1, and Tanushree Sharma 2

More information

Automatic Classification of Breast Masses for Diagnosis of Breast Cancer in Digital Mammograms using Neural Network

Automatic Classification of Breast Masses for Diagnosis of Breast Cancer in Digital Mammograms using Neural Network IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 11 May 2015 ISSN (online): 2349-784X Automatic Classification of Breast Masses for Diagnosis of Breast Cancer in Digital

More information

Automatic Detection of Heart Disease Using Discreet Wavelet Transform and Artificial Neural Network

Automatic Detection of Heart Disease Using Discreet Wavelet Transform and Artificial Neural Network e-issn: 2349-9745 p-issn: 2393-8161 Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com Automatic Detection of Heart Disease

More information

Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations

Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations Ritu Verma, Sujeet Tiwari, Naazish Rahim Abstract Tumor is a deformity in human body cells which, if not detected and treated,

More information

International Journal of Digital Application & Contemporary research Website: (Volume 1, Issue 1, August 2012) IJDACR.

International Journal of Digital Application & Contemporary research Website:  (Volume 1, Issue 1, August 2012) IJDACR. Segmentation of Brain MRI Images for Tumor extraction by combining C-means clustering and Watershed algorithm with Genetic Algorithm Kailash Sinha 1 1 Department of Electronics & Telecommunication Engineering,

More information

Lung Cancer Detection using Morphological Segmentation and Gabor Filtration Approaches

Lung Cancer Detection using Morphological Segmentation and Gabor Filtration Approaches Lung Cancer Detection using Morphological Segmentation and Gabor Filtration Approaches Mokhled S. Al-Tarawneh, Suha Al-Habashneh, Norah Shaker, Weam Tarawneh and Sajedah Tarawneh Computer Engineering Department,

More information

Semi-automatic Thyroid Area Measurement Based on Ultrasound Image

Semi-automatic Thyroid Area Measurement Based on Ultrasound Image Semi-automatic Thyroid Area Measurement Based on Ultrasound Image Eko Supriyanto, Nik M Arif, Akmal Hayati Rusli, Nasrul Humaimi Advanced Diagnostics and Progressive Human Care Research Group Research

More information

Extraction and Identification of Tumor Regions from MRI using Zernike Moments and SVM

Extraction and Identification of Tumor Regions from MRI using Zernike Moments and SVM I J C T A, 8(5), 2015, pp. 2327-2334 International Science Press Extraction and Identification of Tumor Regions from MRI using Zernike Moments and SVM Sreeja Mole S.S.*, Sree sankar J.** and Ashwin V.H.***

More information

CHAPTER 5 WAVELET BASED DETECTION OF VENTRICULAR ARRHYTHMIAS WITH NEURAL NETWORK CLASSIFIER

CHAPTER 5 WAVELET BASED DETECTION OF VENTRICULAR ARRHYTHMIAS WITH NEURAL NETWORK CLASSIFIER 57 CHAPTER 5 WAVELET BASED DETECTION OF VENTRICULAR ARRHYTHMIAS WITH NEURAL NETWORK CLASSIFIER 5.1 INTRODUCTION The cardiac disorders which are life threatening are the ventricular arrhythmias such as

More information

Classification of mammogram masses using selected texture, shape and margin features with multilayer perceptron classifier.

Classification of mammogram masses using selected texture, shape and margin features with multilayer perceptron classifier. Biomedical Research 2016; Special Issue: S310-S313 ISSN 0970-938X www.biomedres.info Classification of mammogram masses using selected texture, shape and margin features with multilayer perceptron classifier.

More information

CANCER DIAGNOSIS USING DATA MINING TECHNOLOGY

CANCER DIAGNOSIS USING DATA MINING TECHNOLOGY CANCER DIAGNOSIS USING DATA MINING TECHNOLOGY Muhammad Shahbaz 1, Shoaib Faruq 2, Muhammad Shaheen 1, Syed Ather Masood 2 1 Department of Computer Science and Engineering, UET, Lahore, Pakistan Muhammad.Shahbaz@gmail.com,

More information

Detection and Classification of Brain Tumor using BPN and PNN Artificial Neural Network Algorithms

Detection and Classification of Brain Tumor using BPN and PNN Artificial Neural Network Algorithms Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 4, April 2015,

More information

EFFECTIVE DETECTION OF CERVICAL CANCER DURING PAP SMEAR SCREENING TEST

EFFECTIVE DETECTION OF CERVICAL CANCER DURING PAP SMEAR SCREENING TEST -ISSN: 2347-4408 EFFECTIVE DETECTION OF CERVICAL CANCER DURING A SMEAR SCREENING TEST 2 1 S.Athinarayanan, M.V.Srinath Research Scholar, Manonmaniam Sundaranar University, Tirunelveli, India. E-mail: aathithee@gmail.com

More information

Question 1 Multiple Choice (8 marks)

Question 1 Multiple Choice (8 marks) Philadelphia University Student Name: Faculty of Engineering Student Number: Dept. of Computer Engineering First Exam, First Semester: 2015/2016 Course Title: Neural Networks and Fuzzy Logic Date: 19/11/2015

More information

Segmentation of vertebrae in lateral lumbar spinal X-ray images

Segmentation of vertebrae in lateral lumbar spinal X-ray images Segmentation of vertebrae in lateral lumbar spinal X-ray images Eduardo A. Ribeiro, Marcello H. Nogueira-Barbosa, Rangaraj M. Rangayyan, Paulo M. Azevedo-Marques School of Medicine of Ribeirão Preto, University

More information

Automatic Definition of Planning Target Volume in Computer-Assisted Radiotherapy

Automatic Definition of Planning Target Volume in Computer-Assisted Radiotherapy Automatic Definition of Planning Target Volume in Computer-Assisted Radiotherapy Angelo Zizzari Department of Cybernetics, School of Systems Engineering The University of Reading, Whiteknights, PO Box

More information

Human Genetics: Making Karyotypes Ch. 14

Human Genetics: Making Karyotypes Ch. 14 Name Period COOK Introduction Several human genetic disorders are caused by extra, missing, or damaged chromosomes. In order to study these disorders, cells from a person are grown with a chemical that

More information

PMR5406 Redes Neurais e Lógica Fuzzy. Aula 5 Alguns Exemplos

PMR5406 Redes Neurais e Lógica Fuzzy. Aula 5 Alguns Exemplos PMR5406 Redes Neurais e Lógica Fuzzy Aula 5 Alguns Exemplos APPLICATIONS Two examples of real life applications of neural networks for pattern classification: RBF networks for face recognition FF networks

More information

Improved Detection of Lung Nodule Overlapping with Ribs by using Virtual Dual Energy Radiology

Improved Detection of Lung Nodule Overlapping with Ribs by using Virtual Dual Energy Radiology Improved Detection of Lung Nodule Overlapping with Ribs by using Virtual Dual Energy Radiology G.Maria Dhayana Latha Associate Professor, Department of Electronics and Communication Engineering, Excel

More information

To What Extent Can the Recognition of Unfamiliar Faces be Accounted for by the Direct Output of Simple Cells?

To What Extent Can the Recognition of Unfamiliar Faces be Accounted for by the Direct Output of Simple Cells? To What Extent Can the Recognition of Unfamiliar Faces be Accounted for by the Direct Output of Simple Cells? Peter Kalocsai, Irving Biederman, and Eric E. Cooper University of Southern California Hedco

More information

Understanding the Human Karyotype Colleen Jackson Cook, Ph.D.

Understanding the Human Karyotype Colleen Jackson Cook, Ph.D. Understanding the Human Karyotype Colleen Jackson Cook, Ph.D. SUPPLEMENTAL READING Nussbaum, RL, McInnes, RR, and Willard HF (2007) Thompson and Thompson Genetics in Medicine, 7th edition. Saunders: Philadelphia.

More information

Epileptic seizure detection using EEG signals by means of stationary wavelet transforms

Epileptic seizure detection using EEG signals by means of stationary wavelet transforms I J C T A, 9(4), 2016, pp. 2065-2070 International Science Press Epileptic seizure detection using EEG signals by means of stationary wavelet transforms P. Grace Kanmani Prince 1, R. Rani Hemamalini 2,

More information

Automated Brain Tumor Segmentation Using Region Growing Algorithm by Extracting Feature

Automated Brain Tumor Segmentation Using Region Growing Algorithm by Extracting Feature Automated Brain Tumor Segmentation Using Region Growing Algorithm by Extracting Feature Shraddha P. Dhumal 1, Ashwini S Gaikwad 2 1 Shraddha P. Dhumal 2 Ashwini S. Gaikwad ABSTRACT In this paper, we propose

More information

Sound Quality Evaluation of Hermetic Compressors Using Artificial Neural Networks

Sound Quality Evaluation of Hermetic Compressors Using Artificial Neural Networks Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2006 Sound Quality Evaluation of Hermetic Compressors Using Artificial Neural Networks Claudio

More information

Image-Based Estimation of Real Food Size for Accurate Food Calorie Estimation

Image-Based Estimation of Real Food Size for Accurate Food Calorie Estimation Image-Based Estimation of Real Food Size for Accurate Food Calorie Estimation Takumi Ege, Yoshikazu Ando, Ryosuke Tanno, Wataru Shimoda and Keiji Yanai Department of Informatics, The University of Electro-Communications,

More information

3D Morphological Tumor Analysis Based on Magnetic Resonance Images

3D Morphological Tumor Analysis Based on Magnetic Resonance Images 3D Morphological Tumor Analysis Based on Magnetic Resonance Images Sirwoo Kim Georgia Institute of Technology The Wallace H. Coulter Department of Biomedical Engineering, Georgia. Abstract In this paper,

More information

Computer aided detection of clusters of microcalcifications on full field digital mammograms

Computer aided detection of clusters of microcalcifications on full field digital mammograms Computer aided detection of clusters of microcalcifications on full field digital mammograms Jun Ge, a Berkman Sahiner, Lubomir M. Hadjiiski, Heang-Ping Chan, Jun Wei, Mark A. Helvie, and Chuan Zhou Department

More information

A REVIEW ON CLASSIFICATION OF BREAST CANCER DETECTION USING COMBINATION OF THE FEATURE EXTRACTION MODELS. Aeronautical Engineering. Hyderabad. India.

A REVIEW ON CLASSIFICATION OF BREAST CANCER DETECTION USING COMBINATION OF THE FEATURE EXTRACTION MODELS. Aeronautical Engineering. Hyderabad. India. Volume 116 No. 21 2017, 203-208 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu A REVIEW ON CLASSIFICATION OF BREAST CANCER DETECTION USING COMBINATION OF

More information

Classification of Smoking Status: The Case of Turkey

Classification of Smoking Status: The Case of Turkey Classification of Smoking Status: The Case of Turkey Zeynep D. U. Durmuşoğlu Department of Industrial Engineering Gaziantep University Gaziantep, Turkey unutmaz@gantep.edu.tr Pınar Kocabey Çiftçi Department

More information

Lung Tumour Detection by Applying Watershed Method

Lung Tumour Detection by Applying Watershed Method International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 5 (2017), pp. 955-964 Research India Publications http://www.ripublication.com Lung Tumour Detection by Applying

More information

ARTERY/VEIN CLASSIFICATION AND DETECTION OF NEW VESSELS

ARTERY/VEIN CLASSIFICATION AND DETECTION OF NEW VESSELS ARTERY/VEIN CLASSIFICATION AND DETECTION OF NEW VESSELS Neethu M Nair Dept. of Computer Science & Engg, SBCEW Pathanamthitta Abstract The classification of retinal vessels into artery/vein (A/V) is an

More information

Brain Tumor segmentation and classification using Fcm and support vector machine

Brain Tumor segmentation and classification using Fcm and support vector machine Brain Tumor segmentation and classification using Fcm and support vector machine Gaurav Gupta 1, Vinay singh 2 1 PG student,m.tech Electronics and Communication,Department of Electronics, Galgotia College

More information

A Survey on Localizing Optic Disk

A Survey on Localizing Optic Disk International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 14 (2014), pp. 1355-1359 International Research Publications House http://www. irphouse.com A Survey on Localizing

More information

CLASSIFICATION OF DIGITAL MAMMOGRAM BASED ON NEAREST- NEIGHBOR METHOD FOR BREAST CANCER DETECTION

CLASSIFICATION OF DIGITAL MAMMOGRAM BASED ON NEAREST- NEIGHBOR METHOD FOR BREAST CANCER DETECTION International Journal of Technology (2016) 1: 71-77 ISSN 2086-9614 IJTech 2016 CLASSIFICATION OF DIGITAL MAMMOGRAM BASED ON NEAREST- NEIGHBOR METHOD FOR BREAST CANCER DETECTION Anggrek Citra Nusantara

More information

Brain Tumor Detection using Watershed Algorithm

Brain Tumor Detection using Watershed Algorithm Brain Tumor Detection using Watershed Algorithm Dawood Dilber 1, Jasleen 2 P.G. Student, Department of Electronics and Communication Engineering, Amity University, Noida, U.P, India 1 P.G. Student, Department

More information

Blood Vessel Segmentation for Retinal Images Based on Am-fm Method

Blood Vessel Segmentation for Retinal Images Based on Am-fm Method Research Journal of Applied Sciences, Engineering and Technology 4(24): 5519-5524, 2012 ISSN: 2040-7467 Maxwell Scientific Organization, 2012 Submitted: March 23, 2012 Accepted: April 30, 2012 Published:

More information

High Specificity - a Necessity for Automated Detection of Lead Reversals in the 12-lead ECG

High Specificity - a Necessity for Automated Detection of Lead Reversals in the 12-lead ECG LU TP 99-24 High Specificity - a Necessity for Automated Detection of Lead Reversals in the 12-lead ECG Mattias Ohlsson, PhD 1, Bo Hedén, MD, PhD 2, Lars Edenbrandt, MD, PhD 2 Departments of 1 Theoretical

More information

An Edge-Device for Accurate Seizure Detection in the IoT

An Edge-Device for Accurate Seizure Detection in the IoT An Edge-Device for Accurate Seizure Detection in the IoT M. A. Sayeed 1, S. P. Mohanty 2, E. Kougianos 3, and H. Zaveri 4 University of North Texas, Denton, TX, USA. 1,2,3 Yale University, New Haven, CT,

More information

BRAIN TUMOR DETECTION AND SEGMENTATION USING WATERSHED SEGMENTATION AND MORPHOLOGICAL OPERATION

BRAIN TUMOR DETECTION AND SEGMENTATION USING WATERSHED SEGMENTATION AND MORPHOLOGICAL OPERATION BRAIN TUMOR DETECTION AND SEGMENTATION USING WATERSHED SEGMENTATION AND MORPHOLOGICAL OPERATION Swe Zin Oo 1, Aung Soe Khaing 2 1 Demonstrator, Department of Electronic Engineering, Mandalay Technological

More information

Automated Assessment of Diabetic Retinal Image Quality Based on Blood Vessel Detection

Automated Assessment of Diabetic Retinal Image Quality Based on Blood Vessel Detection Y.-H. Wen, A. Bainbridge-Smith, A. B. Morris, Automated Assessment of Diabetic Retinal Image Quality Based on Blood Vessel Detection, Proceedings of Image and Vision Computing New Zealand 2007, pp. 132

More information

Deep Learning-based Detection of Periodic Abnormal Waves in ECG Data

Deep Learning-based Detection of Periodic Abnormal Waves in ECG Data , March 1-16, 2018, Hong Kong Deep Learning-based Detection of Periodic Abnormal Waves in ECG Data Kaiji Sugimoto, Saerom Lee, and Yoshifumi Okada Abstract Automatic detection of abnormal electrocardiogram

More information

DESIGN OF ULTRAFAST IMAGING SYSTEM FOR THYROID NODULE DETECTION

DESIGN OF ULTRAFAST IMAGING SYSTEM FOR THYROID NODULE DETECTION DESIGN OF ULTRAFAST IMAGING SYSTEM FOR THYROID NODULE DETECTION Aarthipoornima Elangovan 1, Jeyaseelan.T 2 1 PG Student, Department of Electronics and Communication Engineering Kings College of Engineering,

More information

Effective Feature Extraction Based Automatic Knee Osteoarthritis Detection and Classification using Neural Network

Effective Feature Extraction Based Automatic Knee Osteoarthritis Detection and Classification using Neural Network RESEARCH ARTICLE International Journal of Engineering and Techniques - Volume 1 Issue 3, May - June 2015 OPEN ACCESS Effective Feature Extraction Based Automatic Knee Osteoarthritis Detection and Classification

More information

International Journal of Combined Research & Development (IJCRD) eissn: x;pissn: Volume: 5; Issue: 4; April -2016

International Journal of Combined Research & Development (IJCRD) eissn: x;pissn: Volume: 5; Issue: 4; April -2016 Lung Cancer Detection on Chest Radiographs Using Image Processing Kavita 1, Dr.Channappa Bhyri 2, Dr.Kalpana Vanjerkhede 3 1 PG Student, Department of Electronics and Instrumentation Engineering, 2,3 Professor,

More information

Predicting Breast Cancer Survivability Rates

Predicting Breast Cancer Survivability Rates Predicting Breast Cancer Survivability Rates For data collected from Saudi Arabia Registries Ghofran Othoum 1 and Wadee Al-Halabi 2 1 Computer Science, Effat University, Jeddah, Saudi Arabia 2 Computer

More information

Final Project Report Sean Fischer CS229 Introduction

Final Project Report Sean Fischer CS229 Introduction Introduction The field of pathology is concerned with identifying and understanding the biological causes and effects of disease through the study of morphological, cellular, and molecular features in

More information

Gene Selection for Tumor Classification Using Microarray Gene Expression Data

Gene Selection for Tumor Classification Using Microarray Gene Expression Data Gene Selection for Tumor Classification Using Microarray Gene Expression Data K. Yendrapalli, R. Basnet, S. Mukkamala, A. H. Sung Department of Computer Science New Mexico Institute of Mining and Technology

More information

Design and Implementation System to Measure the Impact of Diabetic Retinopathy Using Data Mining Techniques

Design and Implementation System to Measure the Impact of Diabetic Retinopathy Using Data Mining Techniques International Journal of Innovative Research in Electronics and Communications (IJIREC) Volume 4, Issue 1, 2017, PP 1-6 ISSN 2349-4042 (Print) & ISSN 2349-4050 (Online) DOI: http://dx.doi.org/10.20431/2349-4050.0401001

More information

Artificial neural networks: application to electrical stimulation of the human nervous system

Artificial neural networks: application to electrical stimulation of the human nervous system Artificial neural networks: application to electrical stimulation of the human nervous system Richard B. North, M.D., J. Paul McNamee, M.S., Lee Wu, M.S., and Steven Piantadosi, M.D., Ph.D. Departments

More information

The Application of Image Processing Techniques for Detection and Classification of Cancerous Tissue in Digital Mammograms

The Application of Image Processing Techniques for Detection and Classification of Cancerous Tissue in Digital Mammograms The Application of Image Processing Techniques for Detection and Classification of Cancerous Tissue in Digital Mammograms Angayarkanni.N 1, Kumar.D 2 and Arunachalam.G 3 1 Research Scholar Department of

More information

Analogization of Algorithms for Effective Extraction of Blood Vessels in Retinal Images

Analogization of Algorithms for Effective Extraction of Blood Vessels in Retinal Images Analogization of Algorithms for Effective Extraction of Blood Vessels in Retinal Images P.Latha Research Scholar, Department of Computer Science, Presidency College (Autonomous), Chennai-05, India. Abstract

More information

An ECG Beat Classification Using Adaptive Neuro- Fuzzy Inference System

An ECG Beat Classification Using Adaptive Neuro- Fuzzy Inference System An ECG Beat Classification Using Adaptive Neuro- Fuzzy Inference System Pramod R. Bokde Department of Electronics Engineering, Priyadarshini Bhagwati College of Engineering, Nagpur, India Abstract Electrocardiography

More information

IMPLEMENTATION OF ULTRAFAST IMAGING SYSTEM FOR DETECTING THYROID NODULES

IMPLEMENTATION OF ULTRAFAST IMAGING SYSTEM FOR DETECTING THYROID NODULES Int. J. Engg. Res. & Sci. & Tech. 2016 Aarthipoornima Elangovan and Jeyaseelan, 2016 Research Paper IMPLEMENTATION OF ULTRAFAST IMAGING SYSTEM FOR DETECTING THYROID NODULES Aarthipoornima Elangovan 1 *

More information

Available online at ScienceDirect. Procedia Computer Science 102 (2016 ) Kamil Dimililer a *, Ahmet lhan b

Available online at  ScienceDirect. Procedia Computer Science 102 (2016 ) Kamil Dimililer a *, Ahmet lhan b Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 0 (06 ) 39 44 th International Conference on Application of Fuzzy Systems and Soft Computing, ICAFS 06, 9-30 August 06,

More information

COMP9444 Neural Networks and Deep Learning 5. Convolutional Networks

COMP9444 Neural Networks and Deep Learning 5. Convolutional Networks COMP9444 Neural Networks and Deep Learning 5. Convolutional Networks Textbook, Sections 6.2.2, 6.3, 7.9, 7.11-7.13, 9.1-9.5 COMP9444 17s2 Convolutional Networks 1 Outline Geometry of Hidden Unit Activations

More information

Lung Cancer Detection by Using Artificial Neural Network and Fuzzy Clustering Methods

Lung Cancer Detection by Using Artificial Neural Network and Fuzzy Clustering Methods American Journal of Biomedical Engineering 2012, 2(3): 136-142 DOI: 10.5923/j.ajbe.20120203.08 Lung Cancer Detection by Using Artificial Neural Network and Fuzzy Clustering Methods Fatma Taher 1,*, Naoufel

More information

Automatic cardiac contour propagation in short axis cardiac MR images

Automatic cardiac contour propagation in short axis cardiac MR images International Congress Series 1281 (2005) 351 356 www.ics-elsevier.com Automatic cardiac contour propagation in short axis cardiac MR images G.L.T.F. Hautvast a,b, T, M. Breeuwer a, S. Lobregt a, A. Vilanova

More information

Automated Blood Vessel Extraction Based on High-Order Local Autocorrelation Features on Retinal Images

Automated Blood Vessel Extraction Based on High-Order Local Autocorrelation Features on Retinal Images Automated Blood Vessel Extraction Based on High-Order Local Autocorrelation Features on Retinal Images Yuji Hatanaka 1(&), Kazuki Samo 2, Kazunori Ogohara 1, Wataru Sunayama 1, Chisako Muramatsu 3, Susumu

More information

1. Introduction 1.1. About the content

1. Introduction 1.1. About the content 1. Introduction 1.1. About the content At first, some background ideas are given and what the origins of neurocomputing and artificial neural networks were. Then we start from single neurons or computing

More information

Personalized Colorectal Cancer Survivability Prediction with Machine Learning Methods*

Personalized Colorectal Cancer Survivability Prediction with Machine Learning Methods* Personalized Colorectal Cancer Survivability Prediction with Machine Learning Methods* 1 st Samuel Li Princeton University Princeton, NJ seli@princeton.edu 2 nd Talayeh Razzaghi New Mexico State University

More information