SlideShare a Scribd company logo
1 of 5
Download to read offline
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1518
A Review: An Efficient Approach to Detect and Analyse Heart Tumor
Using Parallel Data Modelling
Bhawna1, R.C.Gangwar2
1M.Tech Scholar, Dept. of cse, BCET Gurdaspur, Punjab, India
2Asst. Prof., Dept. of cse, BCET Gurdaspur, Punjab, India
------------------------------------------------------------------------------***-----------------------------------------------------------------------------
Abstract:- The parallel computing systems are widely used in order to enhance and analyze complex systems. The proposed
system provides the mechanism to analyze the Heart tumor through the applications of the parallel system. The proposed system
utilizes the Gauss seidel method in order to analyze total number of iterations which are required in order to determine the
abnormal cell growth within the Heart. The MRI dataset will be used in proposed technique. The parabolic equations will be used
in order to determine the position of the cells in the Heart and their growth. The progress of the expectation scheme is the
mixtures of the parallel algorithms, open source software on Linux environment and distributed multiprocessor system. The paper
ends with a closing observation on the parallel performance assessments and mathematical study in decreasing the execution
time, communication cost and computational complexity.
Keywords: USI, Fundus Images, Heart Tumours, Classification, Deep Learning (DL),Risk Predicion.
1. INTRODUCTION
Cardiac or heart tumours are anomalous and unrestrained explosions of cells or valves. The Cardiac or heart made of neurons
cells or valves; these cells or valves are liable for Cardiac or heart usual activities. The Cardiac or heart generally creates new
cells or valves only when they are necessary to interchange old or smashed ones. Most cells or valves restore themselves by
distributing to make more cells or valves. Usually, this turnover takes place in an organized and precise manner. If, for some
reason, the development becomes out of control, the cells or valves will endure to divide, evolving into an inflammation, which
is called a tumour. Cardiac or heart tumour can be defined as an unexpected evolution of cells or valves inside the Cardiac or
heart or the skull, which can either be cancerous or non-cancerous.
Primary and precise detection of Cardiac or heart tumour is significant for realizing effective remedy and treatment
scheduling. However the Diagnosis is a very inspiring assignment due to the huge modification and intricacy of tumour
description in images, such as size, shape, location and intensities and can only be accomplished by proficient neuro
radiologists. In the contemporary earlier numerous research works have been done for the analysis and treatment of Cardiac
or heart tumour. Curing cancer has been a major goal of medical researchers for decades, but development of new treatments
takes time and money.
Parallel computing is a type of computation in which many calculations are carried out simultaneously,[1] operating on the
principle that large problems can often be divided into smaller ones, which are then solved at the same time. There are several
different forms of parallel computing: bit-level, instruction-level, data, and task parallelism. Parallelism has been employed for
many years, mainly in high-performance computing, but interest in it has grown lately due to the physical constraints
preventing frequency scaling.[2] As power consumption (and consequently heat generation) by computers has become a
concern in recent years, parallel computing has become the dominant paradigm in computer architecture, mainly in the form
of multi-core processors.
 In the simplest sense, parallel computing is the simultaneous use of multiple compute resources to solve a
computational problem:
o A problem is broken into discrete parts that can be solved concurrently
o Each part is further broken down to a series of instructions
o Instructions from each part execute simultaneously on different processors
o An overall control/coordination mechanism is employed
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1519
1.1 Types of Parallelism
Bit-level parallelism
From the advent of very-large-scale integration (VLSI) computer-chip fabrication technology in the 1970s until about 1986,
speed-up in computer architecture was driven by doubling computer word size—the amount of information the processor can
manipulate per cycle.[21] Increasing the word size reduces the number of instructions the processor must execute to perform
an operation on variables whose sizes are greater than the length of the word.
For example, where an 8-bit processor must add two 16-bit integers, the processor must first add the 8 lower-order bits from
each integer using the standard addition instruction, then add the 8 higher-order bits using an add-with-carry instruction and
the carry bit from the lower order addition; thus, an 8-bit processor requires two instructions to complete a single operation,
where a 16-bit processor would be able to complete the operation with a single instruction.
Instruction-level parallelism
A computer program, is in essence, a stream of instructions executed by a processor. Without instruction-level parallelism, a
processor can only issue less than one instruction per clock cycle (IPC < 1). These processors are known
as subscalarprocessors. These instructions can be re-ordered and combined into groups which are then executed in parallel
without changing the result of the program. This is known as instruction-level parallelism. Advances in instruction-level
parallelism dominated computer architecture from the mid-1980s until the mid-1990s.
Task parallelism
Task parallelisms is the characteristic of a parallel program that "entirely different calculations can be performed on either the
same or different sets of data". This contrasts with data parallelism, where the same calculation is performed on the same or
different sets of data. Task parallelism involves the decomposition of a task into sub-tasks and then allocating each sub-task to
a processor for execution. The processors would then execute these sub-tasks simultaneously and often cooperatively. Task
parallelism does not usually scale with the size of a problem.
2. LITRATURE REVIEW
Breward et al. (2004) [6] proposed a multiphase model which describes the vascular tumour growth in which the blood vessel
density is manifestly considered. The model described in this paper is able to produce the image of tumour structure that is
found in vivo in certain cases. Their framework can be easily altered to include the effect of other phases. In this paper they
present a mathematical model to describe the growth of a vascular tumour.
They suppose that our tumour consists of three phases, namely tumour cells or valves, blood vessels and extracellular
material. They formulate their one-dimensional mathematical model by applying conservation of mass and momentum to each
of the three phases. They explicitly track the pressure within the tumour, and include vessel death if the pressure the cells or
valves exert on the vessel exceeds a threshold value. In this paper they represent graphs showing how the width of the tumour
changes with time and how the volume fraction of blood vessels changes through the tumour mass using various variables.
Harpold et al. (2007) [7] presented an historical description of the repetitive comparisons of theory and reality, which have
allowed the liberal improvement of a relatively simple bio-mathematical model. In this paper they discussed only gliomas, but
there is certainly a important overlap with recent mathematical modelling struggle concerning other cancers. With the
inevitable and connected advancements in imaging, it is clear that the progress in modelling will continue to transform our
understanding of in vivo tumour dynamics. They believe that increased understanding of tumour growth dynamics will lead to
enhancement in the diagnosis and treatment of these diseases.
Norma Alias and Mohd Said (2007) [4] aims on the implementation of parallel algorithm for the simulation of Cardiac or heart
tumours growth using one dimensional parabolic equation, designed on a distributed parallel computer system. The result of
finite difference approximation using explicit, Crank-Nicolson and fully implicit methods are presented graphically. The
implementation of parallel algorithm based on parallel computing system is used to capture the growth of Cardiac or heart
tumour. Parallel Virtual Machine (PVM) is considered important as communication platform in parallel computer systems. The
parallel performance measurement will be analysed from the look of speedup, efficiency, effectiveness and temporal
performance.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1520
Both Crank-Nicolson and the fully implicit method are relevant to capture the real life problem. As a result, they choose Crank-
Nicolson method to be applied in the mathematical model to visualise the growth of Cardiac or heart tumour for 30 days. This
is because of its stability and accuracy. They used Gauss Seidal Red Black algorithm in solving the finite difference equation to
implement parallel algorithm. They proposed that GSRB iterative using parallel computing shows convergence very fast
compared to the parallel algorithm using Gauss Seidel (GS) iterative. GSRB is a data decomposition approach that separates
arrays among local processors to reduce the communication. The data structure has to be divided where given set of ranges
designated to particular processors must be physically sent to those processors for processing to be done.
Wilfred D. Stein et al. (2008) [8] developed the regression expansion equation based on the model that the PSA level decreases
exponentially but there is also self-standing exponential regrowth of the tumour reflected in the measured PSA level. PSA is
one of the highest quality model for metastatic cancer, and for evaluating new strategies for disease assessment. They
explained the use of mathematics to describe tumour kinetics has been widely explored in prostate cancer because of the
sensitivity and specificity of the tumour marker PSA.
Two derivations, PSA doubling time (PSA-DT) and PSA velocity (PSAV), have received special attention. The PSA-DT rests on
the assumption that increases in PSA follow first-order kinetics and hence an exponential growth curve, so that a plot of the
log of the PSA versus time produces a slope that should remain constant provided the patient is not receiving an effective
therapy. PSA-DT has been advanced as a method to discern disease aggressiveness. PSA-DT is a mathematical estimate of the
rate of tumour growth.
Mahlet Aseefa et al. (2009) [9] developed mathematical models for the growth of gliomas within central nervous system. The
model focuses on two key parameters; the spread of glioma cells or valves to tissues within the central nervous system, and
the net proliferation rate of glioma cells or valves. According to them, this model considers the location of the tumour within
the CNS because tumour cells or valves are known to diffuse at a faster pace in white portion as compared to grey portion. As a
result, more accurate prediction of patient’s longevity and the time period of tumour’s inevitability recurrence can be made.
3. PROPOSED WORK
After reviewing the literature it was found that as we increase the number of processors the efficiency of the system decreases
and efficiency is directly proportional to speed up. Mathematical model using the one dimensional parabolic equation
regarding the growth of Cardiac or heart tumours has been used in past years. Higher order equation of parabolic and elliptic
type could be used for the parallel system optimization in terms of numerical analysis and parallel performance evaluations.
PROBLEM DEFINITION As we increase the number of processors the efficiency of the system decreases so that in order to
improve speed and performance we have to use more number of processors as efficiency is directly proportional to speedup.
We can also extend the visualization or prediction of human tumour growth in multi dimension parabolic equation.
We try to find out a more accurate prediction of patient’s longevity and the time period of tumour’s inevitability recurrence
can be made. This accuracy will make doctor’s to make more accurate diagnosis and treatment of glioma results in extending
patient’s survival. There are various ways to implement fast numerical simulation under consideration are some explicit
methods called IADE, AGE and Brian. Any of this method is chosen as the comparison method.
4. OBJECTIVE
There are following objectives associated with the proposed approach.
1. To study existing techniques to detect heart tumors.
2. To develop an efficient approach to detect heart tumor using parallel data modelling.
3. To implement the proposed approach.
4. To evaluate and compare the proposed approach with existing using following parameters:
Error rate, Clarity, Detection time.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1521
5. CONCLUSION
REFERENCES
1. Kim E, Shen T, Huang X, “A parallel cellular automata with label priors for interactive Cardiac or heart tumor
segmentation”,In: 2010 IEEE 23rd International Symposium on Computer-Based Medical Systems (CBMS) [Internet].
IEEE; 2010,p. 232–7. http://ieeexplore.ieee.org/articleDetails.jsp?arnumber=6042647.
2. Dessai VS, Arakeri MP, Ram Mohana Reddy G, “A parallel segmentation of Cardiac or heart tumor from magnetic resonance
images”, In: 2012 Third International Conference on Computing, Communication and Networking Technologies
(ICCCNT’12) [Internet]. IEEE; 2012 [cited 2016 Apr 26]. p. 1–6. Available from:
http://ieeexplore.ieee.org/articleDetails.jsp?arnumber=6395880
3. Shenbagarajan A, Ramalingam V, Balasubramanian C, Palanivel S, “Tumor Diagnosis in MRI Cardiac or heart Image using
ACM Segmentation and ANN-LM Classification Techniques”, Indian J Sci Technol [Internet]. 2016 Feb 1
4. Teodoro G, Pan T, Kurc TM, Kong J, Cooper LAD, Podhorszki N, et al, “High-throughput Analysis of Large Microscopy Image
Datasets on CPU-GPU Cluster Platforms”, IPDPS [Internet]. 2013 May [cited 2016 Apr 26];2013:103–14. Available
from:http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=4240318&tool=pmcentrez&rendertype=abstract
5. Hooda H, Verma OP, Singhal T, “Cardiac or heart tumor segmentation: A performance analysis using K-Means, Fuzzy C-
Means and Region growing algorithm” In: 2014 IEEE International Conference on Advanced Communications, Control and
Computing Technologies [Internet]. IEEE; 2014 [cited 2016 Apr 27]. p. 1621–6.
http://ieeexplore.ieee.org/articleDetails.jsp?arnumber=7019383.
6. Goswami S, Bhaiya LKP, “Cardiac or heart Tumour Detection Using Unsupervised Learning Based Neural Network”, In:
2013 International Conference on Communication Systems and Network Technologies [Internet]. IEEE; 2013
http://ieeexplore.ieee.org/articleDetails.jsp?arnumber=6524466
7. Cheriyan MM, Michael PA, “Independent component analysis in automated segmentation of Cardiac or heart tumors”, In:
2014 IEEE International Conference on Advanced Communications, Control and Computing Technologies [Internet]. IEEE;
p.1443–50,2014. http://ieeexplore.ieee.org/articleDetails.jsp?arnumber=7019341
8. Xuan X, Liao Q, “Statistical Structure Analysis in MRI Cardiac or heart Tumor Segmentation”,In: Fourth International
Conference on Image and Graphics (ICIG 2007) [Internet]. IEEE; 2007 [cited 2016 Apr 27]. p. 421–6. Available from:
http://ieeexplore.ieee.org/articleDetails.jsp?arnumber=4297123
9. Selvakumar J, Lakshmi A, Arivoli T, “Cardiac or heart tumor segmentation and its area calculation in Cardiac or heart MR
images using K-mean clustering and Fuzzy C-mean algorithm”,IEEE; [cited 2016 Apr 27];186–90. Available from:
http://ieeexplore.ieee.org/articleDetails.jsp?arnumber=6215996
10. Logeswari T, Karnan M, “An Enhanced Implementation of Cardiac or heart Tumor Detection Using Segmentation Based on
Soft Computing”, IEEE; 2010 p.243–7. http://ieeexplore.ieee.org/articleDetails.jsp?arnumber=5432723.
11. Helen Byrne and Luigi Prezios “Modelling solid tumour growth using the theory of mixtures”, Mathematical Medicine and
Biology (2003) 20, 341–366
12. https://en.wikipedia.org/wiki/Parallel_computing
From the created environment it is clear that the proposed system is producing better results as compared to the existing
system. The simulation is created in MATLAB and charts will be prepared in CHART DESIGNED software tool. The simulations
will show that the proposed system will give better results in terms of time and number of infected cells or valves detected.
Through the proposed method it will be easy to detect the tumour at earliest stage and hence warn the persons about the
disease so that cure can be taken in time.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1522
13. https://www.techopedia.com/definition/12185/parallel-virtual-machine-pvm
14. Pheng h. s., Norma alias & Norfarizan Mohd Said “High Performance Simulation for Cardiac or heart Tumours Growth
Using Parabolic Equation on Heterogeneous Parallel Computer System”, Journal Technology Maklumat & Multimedia
4(2007): 39-52
15. Norma Alias,Mohd Ikhwan Safa bin Maseeri,Md.Rajibul Islam and Siti Nurhidayah Khalid “The visualization of three
dimensional Cardiac or heart tumour’s growth on distributed parallel computer systems”Journal of Applied Sciences
9(3):505-512,2009
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072

More Related Content

Similar to IRJET- A Review : An Efficient Approach to Detect and Analyse Heart Tumor using Parallel Data Modelling

2005年EI收录浙江财经学院论文7篇
2005年EI收录浙江财经学院论文7篇2005年EI收录浙江财经学院论文7篇
2005年EI收录浙江财经学院论文7篇
butest
 
Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397
Editor IJARCET
 
accessible-streaming-algorithms
accessible-streaming-algorithmsaccessible-streaming-algorithms
accessible-streaming-algorithms
Farhan Zaki
 

Similar to IRJET- A Review : An Efficient Approach to Detect and Analyse Heart Tumor using Parallel Data Modelling (20)

AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
 
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
 
2005年EI收录浙江财经学院论文7篇
2005年EI收录浙江财经学院论文7篇2005年EI收录浙江财经学院论文7篇
2005年EI收录浙江财经学院论文7篇
 
IRJET- Automated Measurement of AVR Feature in Fundus Images using Image ...
IRJET-  	  Automated Measurement of AVR Feature in Fundus Images using Image ...IRJET-  	  Automated Measurement of AVR Feature in Fundus Images using Image ...
IRJET- Automated Measurement of AVR Feature in Fundus Images using Image ...
 
Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...
Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...
Pressure Prediction System in Lung Circuit using Deep Learning and Machine Le...
 
HEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUES
HEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUESHEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUES
HEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUES
 
Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank System
Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank SystemNeural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank System
Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank System
 
A Toolkit For Forward Inverse Problems In Electrocardiography Within The SCIR...
A Toolkit For Forward Inverse Problems In Electrocardiography Within The SCIR...A Toolkit For Forward Inverse Problems In Electrocardiography Within The SCIR...
A Toolkit For Forward Inverse Problems In Electrocardiography Within The SCIR...
 
Accelerating GWAS epistatic interaction analysis methods
Accelerating GWAS epistatic interaction analysis methodsAccelerating GWAS epistatic interaction analysis methods
Accelerating GWAS epistatic interaction analysis methods
 
NUMERICAL STUDIES OF TRAPEZOIDAL PROTOTYPE AUDITORY MEMBRANE (PAM)
NUMERICAL STUDIES OF TRAPEZOIDAL PROTOTYPE AUDITORY MEMBRANE (PAM)NUMERICAL STUDIES OF TRAPEZOIDAL PROTOTYPE AUDITORY MEMBRANE (PAM)
NUMERICAL STUDIES OF TRAPEZOIDAL PROTOTYPE AUDITORY MEMBRANE (PAM)
 
IRJET- Automatic Segmentation and Recognition of Lung Region
IRJET- Automatic Segmentation and Recognition of Lung RegionIRJET- Automatic Segmentation and Recognition of Lung Region
IRJET- Automatic Segmentation and Recognition of Lung Region
 
Pneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network WritersPneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network Writers
 
Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397
 
Plant wide control design based on steady-state combined indexes
Plant wide control design based on steady-state combined indexesPlant wide control design based on steady-state combined indexes
Plant wide control design based on steady-state combined indexes
 
accessible-streaming-algorithms
accessible-streaming-algorithmsaccessible-streaming-algorithms
accessible-streaming-algorithms
 
PREDICT THE QUALITY OF FRESHWATER USING MACHINE LEARNING
PREDICT THE QUALITY OF FRESHWATER USING MACHINE LEARNINGPREDICT THE QUALITY OF FRESHWATER USING MACHINE LEARNING
PREDICT THE QUALITY OF FRESHWATER USING MACHINE LEARNING
 
Lung Cancer Detection with Flask Integration
Lung Cancer Detection with Flask IntegrationLung Cancer Detection with Flask Integration
Lung Cancer Detection with Flask Integration
 
Cloud applications
Cloud applicationsCloud applications
Cloud applications
 
40220140507005
4022014050700540220140507005
40220140507005
 
40220140507005
4022014050700540220140507005
40220140507005
 

More from IRJET Journal

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 

Recently uploaded (20)

Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 

IRJET- A Review : An Efficient Approach to Detect and Analyse Heart Tumor using Parallel Data Modelling

  • 1. © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1518 A Review: An Efficient Approach to Detect and Analyse Heart Tumor Using Parallel Data Modelling Bhawna1, R.C.Gangwar2 1M.Tech Scholar, Dept. of cse, BCET Gurdaspur, Punjab, India 2Asst. Prof., Dept. of cse, BCET Gurdaspur, Punjab, India ------------------------------------------------------------------------------***----------------------------------------------------------------------------- Abstract:- The parallel computing systems are widely used in order to enhance and analyze complex systems. The proposed system provides the mechanism to analyze the Heart tumor through the applications of the parallel system. The proposed system utilizes the Gauss seidel method in order to analyze total number of iterations which are required in order to determine the abnormal cell growth within the Heart. The MRI dataset will be used in proposed technique. The parabolic equations will be used in order to determine the position of the cells in the Heart and their growth. The progress of the expectation scheme is the mixtures of the parallel algorithms, open source software on Linux environment and distributed multiprocessor system. The paper ends with a closing observation on the parallel performance assessments and mathematical study in decreasing the execution time, communication cost and computational complexity. Keywords: USI, Fundus Images, Heart Tumours, Classification, Deep Learning (DL),Risk Predicion. 1. INTRODUCTION Cardiac or heart tumours are anomalous and unrestrained explosions of cells or valves. The Cardiac or heart made of neurons cells or valves; these cells or valves are liable for Cardiac or heart usual activities. The Cardiac or heart generally creates new cells or valves only when they are necessary to interchange old or smashed ones. Most cells or valves restore themselves by distributing to make more cells or valves. Usually, this turnover takes place in an organized and precise manner. If, for some reason, the development becomes out of control, the cells or valves will endure to divide, evolving into an inflammation, which is called a tumour. Cardiac or heart tumour can be defined as an unexpected evolution of cells or valves inside the Cardiac or heart or the skull, which can either be cancerous or non-cancerous. Primary and precise detection of Cardiac or heart tumour is significant for realizing effective remedy and treatment scheduling. However the Diagnosis is a very inspiring assignment due to the huge modification and intricacy of tumour description in images, such as size, shape, location and intensities and can only be accomplished by proficient neuro radiologists. In the contemporary earlier numerous research works have been done for the analysis and treatment of Cardiac or heart tumour. Curing cancer has been a major goal of medical researchers for decades, but development of new treatments takes time and money. Parallel computing is a type of computation in which many calculations are carried out simultaneously,[1] operating on the principle that large problems can often be divided into smaller ones, which are then solved at the same time. There are several different forms of parallel computing: bit-level, instruction-level, data, and task parallelism. Parallelism has been employed for many years, mainly in high-performance computing, but interest in it has grown lately due to the physical constraints preventing frequency scaling.[2] As power consumption (and consequently heat generation) by computers has become a concern in recent years, parallel computing has become the dominant paradigm in computer architecture, mainly in the form of multi-core processors.  In the simplest sense, parallel computing is the simultaneous use of multiple compute resources to solve a computational problem: o A problem is broken into discrete parts that can be solved concurrently o Each part is further broken down to a series of instructions o Instructions from each part execute simultaneously on different processors o An overall control/coordination mechanism is employed International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072
  • 2. © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1519 1.1 Types of Parallelism Bit-level parallelism From the advent of very-large-scale integration (VLSI) computer-chip fabrication technology in the 1970s until about 1986, speed-up in computer architecture was driven by doubling computer word size—the amount of information the processor can manipulate per cycle.[21] Increasing the word size reduces the number of instructions the processor must execute to perform an operation on variables whose sizes are greater than the length of the word. For example, where an 8-bit processor must add two 16-bit integers, the processor must first add the 8 lower-order bits from each integer using the standard addition instruction, then add the 8 higher-order bits using an add-with-carry instruction and the carry bit from the lower order addition; thus, an 8-bit processor requires two instructions to complete a single operation, where a 16-bit processor would be able to complete the operation with a single instruction. Instruction-level parallelism A computer program, is in essence, a stream of instructions executed by a processor. Without instruction-level parallelism, a processor can only issue less than one instruction per clock cycle (IPC < 1). These processors are known as subscalarprocessors. These instructions can be re-ordered and combined into groups which are then executed in parallel without changing the result of the program. This is known as instruction-level parallelism. Advances in instruction-level parallelism dominated computer architecture from the mid-1980s until the mid-1990s. Task parallelism Task parallelisms is the characteristic of a parallel program that "entirely different calculations can be performed on either the same or different sets of data". This contrasts with data parallelism, where the same calculation is performed on the same or different sets of data. Task parallelism involves the decomposition of a task into sub-tasks and then allocating each sub-task to a processor for execution. The processors would then execute these sub-tasks simultaneously and often cooperatively. Task parallelism does not usually scale with the size of a problem. 2. LITRATURE REVIEW Breward et al. (2004) [6] proposed a multiphase model which describes the vascular tumour growth in which the blood vessel density is manifestly considered. The model described in this paper is able to produce the image of tumour structure that is found in vivo in certain cases. Their framework can be easily altered to include the effect of other phases. In this paper they present a mathematical model to describe the growth of a vascular tumour. They suppose that our tumour consists of three phases, namely tumour cells or valves, blood vessels and extracellular material. They formulate their one-dimensional mathematical model by applying conservation of mass and momentum to each of the three phases. They explicitly track the pressure within the tumour, and include vessel death if the pressure the cells or valves exert on the vessel exceeds a threshold value. In this paper they represent graphs showing how the width of the tumour changes with time and how the volume fraction of blood vessels changes through the tumour mass using various variables. Harpold et al. (2007) [7] presented an historical description of the repetitive comparisons of theory and reality, which have allowed the liberal improvement of a relatively simple bio-mathematical model. In this paper they discussed only gliomas, but there is certainly a important overlap with recent mathematical modelling struggle concerning other cancers. With the inevitable and connected advancements in imaging, it is clear that the progress in modelling will continue to transform our understanding of in vivo tumour dynamics. They believe that increased understanding of tumour growth dynamics will lead to enhancement in the diagnosis and treatment of these diseases. Norma Alias and Mohd Said (2007) [4] aims on the implementation of parallel algorithm for the simulation of Cardiac or heart tumours growth using one dimensional parabolic equation, designed on a distributed parallel computer system. The result of finite difference approximation using explicit, Crank-Nicolson and fully implicit methods are presented graphically. The implementation of parallel algorithm based on parallel computing system is used to capture the growth of Cardiac or heart tumour. Parallel Virtual Machine (PVM) is considered important as communication platform in parallel computer systems. The parallel performance measurement will be analysed from the look of speedup, efficiency, effectiveness and temporal performance. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072
  • 3. © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1520 Both Crank-Nicolson and the fully implicit method are relevant to capture the real life problem. As a result, they choose Crank- Nicolson method to be applied in the mathematical model to visualise the growth of Cardiac or heart tumour for 30 days. This is because of its stability and accuracy. They used Gauss Seidal Red Black algorithm in solving the finite difference equation to implement parallel algorithm. They proposed that GSRB iterative using parallel computing shows convergence very fast compared to the parallel algorithm using Gauss Seidel (GS) iterative. GSRB is a data decomposition approach that separates arrays among local processors to reduce the communication. The data structure has to be divided where given set of ranges designated to particular processors must be physically sent to those processors for processing to be done. Wilfred D. Stein et al. (2008) [8] developed the regression expansion equation based on the model that the PSA level decreases exponentially but there is also self-standing exponential regrowth of the tumour reflected in the measured PSA level. PSA is one of the highest quality model for metastatic cancer, and for evaluating new strategies for disease assessment. They explained the use of mathematics to describe tumour kinetics has been widely explored in prostate cancer because of the sensitivity and specificity of the tumour marker PSA. Two derivations, PSA doubling time (PSA-DT) and PSA velocity (PSAV), have received special attention. The PSA-DT rests on the assumption that increases in PSA follow first-order kinetics and hence an exponential growth curve, so that a plot of the log of the PSA versus time produces a slope that should remain constant provided the patient is not receiving an effective therapy. PSA-DT has been advanced as a method to discern disease aggressiveness. PSA-DT is a mathematical estimate of the rate of tumour growth. Mahlet Aseefa et al. (2009) [9] developed mathematical models for the growth of gliomas within central nervous system. The model focuses on two key parameters; the spread of glioma cells or valves to tissues within the central nervous system, and the net proliferation rate of glioma cells or valves. According to them, this model considers the location of the tumour within the CNS because tumour cells or valves are known to diffuse at a faster pace in white portion as compared to grey portion. As a result, more accurate prediction of patient’s longevity and the time period of tumour’s inevitability recurrence can be made. 3. PROPOSED WORK After reviewing the literature it was found that as we increase the number of processors the efficiency of the system decreases and efficiency is directly proportional to speed up. Mathematical model using the one dimensional parabolic equation regarding the growth of Cardiac or heart tumours has been used in past years. Higher order equation of parabolic and elliptic type could be used for the parallel system optimization in terms of numerical analysis and parallel performance evaluations. PROBLEM DEFINITION As we increase the number of processors the efficiency of the system decreases so that in order to improve speed and performance we have to use more number of processors as efficiency is directly proportional to speedup. We can also extend the visualization or prediction of human tumour growth in multi dimension parabolic equation. We try to find out a more accurate prediction of patient’s longevity and the time period of tumour’s inevitability recurrence can be made. This accuracy will make doctor’s to make more accurate diagnosis and treatment of glioma results in extending patient’s survival. There are various ways to implement fast numerical simulation under consideration are some explicit methods called IADE, AGE and Brian. Any of this method is chosen as the comparison method. 4. OBJECTIVE There are following objectives associated with the proposed approach. 1. To study existing techniques to detect heart tumors. 2. To develop an efficient approach to detect heart tumor using parallel data modelling. 3. To implement the proposed approach. 4. To evaluate and compare the proposed approach with existing using following parameters: Error rate, Clarity, Detection time. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072
  • 4. © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1521 5. CONCLUSION REFERENCES 1. Kim E, Shen T, Huang X, “A parallel cellular automata with label priors for interactive Cardiac or heart tumor segmentation”,In: 2010 IEEE 23rd International Symposium on Computer-Based Medical Systems (CBMS) [Internet]. IEEE; 2010,p. 232–7. http://ieeexplore.ieee.org/articleDetails.jsp?arnumber=6042647. 2. Dessai VS, Arakeri MP, Ram Mohana Reddy G, “A parallel segmentation of Cardiac or heart tumor from magnetic resonance images”, In: 2012 Third International Conference on Computing, Communication and Networking Technologies (ICCCNT’12) [Internet]. IEEE; 2012 [cited 2016 Apr 26]. p. 1–6. Available from: http://ieeexplore.ieee.org/articleDetails.jsp?arnumber=6395880 3. Shenbagarajan A, Ramalingam V, Balasubramanian C, Palanivel S, “Tumor Diagnosis in MRI Cardiac or heart Image using ACM Segmentation and ANN-LM Classification Techniques”, Indian J Sci Technol [Internet]. 2016 Feb 1 4. Teodoro G, Pan T, Kurc TM, Kong J, Cooper LAD, Podhorszki N, et al, “High-throughput Analysis of Large Microscopy Image Datasets on CPU-GPU Cluster Platforms”, IPDPS [Internet]. 2013 May [cited 2016 Apr 26];2013:103–14. Available from:http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=4240318&tool=pmcentrez&rendertype=abstract 5. Hooda H, Verma OP, Singhal T, “Cardiac or heart tumor segmentation: A performance analysis using K-Means, Fuzzy C- Means and Region growing algorithm” In: 2014 IEEE International Conference on Advanced Communications, Control and Computing Technologies [Internet]. IEEE; 2014 [cited 2016 Apr 27]. p. 1621–6. http://ieeexplore.ieee.org/articleDetails.jsp?arnumber=7019383. 6. Goswami S, Bhaiya LKP, “Cardiac or heart Tumour Detection Using Unsupervised Learning Based Neural Network”, In: 2013 International Conference on Communication Systems and Network Technologies [Internet]. IEEE; 2013 http://ieeexplore.ieee.org/articleDetails.jsp?arnumber=6524466 7. Cheriyan MM, Michael PA, “Independent component analysis in automated segmentation of Cardiac or heart tumors”, In: 2014 IEEE International Conference on Advanced Communications, Control and Computing Technologies [Internet]. IEEE; p.1443–50,2014. http://ieeexplore.ieee.org/articleDetails.jsp?arnumber=7019341 8. Xuan X, Liao Q, “Statistical Structure Analysis in MRI Cardiac or heart Tumor Segmentation”,In: Fourth International Conference on Image and Graphics (ICIG 2007) [Internet]. IEEE; 2007 [cited 2016 Apr 27]. p. 421–6. Available from: http://ieeexplore.ieee.org/articleDetails.jsp?arnumber=4297123 9. Selvakumar J, Lakshmi A, Arivoli T, “Cardiac or heart tumor segmentation and its area calculation in Cardiac or heart MR images using K-mean clustering and Fuzzy C-mean algorithm”,IEEE; [cited 2016 Apr 27];186–90. Available from: http://ieeexplore.ieee.org/articleDetails.jsp?arnumber=6215996 10. Logeswari T, Karnan M, “An Enhanced Implementation of Cardiac or heart Tumor Detection Using Segmentation Based on Soft Computing”, IEEE; 2010 p.243–7. http://ieeexplore.ieee.org/articleDetails.jsp?arnumber=5432723. 11. Helen Byrne and Luigi Prezios “Modelling solid tumour growth using the theory of mixtures”, Mathematical Medicine and Biology (2003) 20, 341–366 12. https://en.wikipedia.org/wiki/Parallel_computing From the created environment it is clear that the proposed system is producing better results as compared to the existing system. The simulation is created in MATLAB and charts will be prepared in CHART DESIGNED software tool. The simulations will show that the proposed system will give better results in terms of time and number of infected cells or valves detected. Through the proposed method it will be easy to detect the tumour at earliest stage and hence warn the persons about the disease so that cure can be taken in time. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072
  • 5. © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1522 13. https://www.techopedia.com/definition/12185/parallel-virtual-machine-pvm 14. Pheng h. s., Norma alias & Norfarizan Mohd Said “High Performance Simulation for Cardiac or heart Tumours Growth Using Parabolic Equation on Heterogeneous Parallel Computer System”, Journal Technology Maklumat & Multimedia 4(2007): 39-52 15. Norma Alias,Mohd Ikhwan Safa bin Maseeri,Md.Rajibul Islam and Siti Nurhidayah Khalid “The visualization of three dimensional Cardiac or heart tumour’s growth on distributed parallel computer systems”Journal of Applied Sciences 9(3):505-512,2009 International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072