SlideShare a Scribd company logo
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume: 3 | Issue: 4 | May-Jun 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470
@ IJTSRD | Unique Paper ID - IJTSRD23936 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 780
Melanoma Skin Cancer Detection using
Image Processing and Machine Learning
Vijayalakshmi M M
Assistant Professor, Department of Information Science & Engineering GSSSIETW, Mysuru, Karnataka, India
How to cite thispaper:VijayalakshmiM
M "Melanoma Skin Cancer Detection
using Image Processing and Machine
Learning" Published in International
Journal of Trend in Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-4, June 2019,
pp.780-784, URL:
https://www.ijtsrd.c
om/papers/ijtsrd23
936.pdf
Copyright © 2019 by author(s) and
International Journal of Trend in
Scientific Research and Development
Journal. This is an Open Access article
distributed under
the terms of the
Creative Commons
Attribution License (CC BY 4.0)
(http://creativecommons.org/licenses/
by/4.0)
ABSTRACT
Dermatological Diseases are one of the biggest medical issues in 21st century
due to its highly complex and expensive diagnosis with difficulties and
subjectivity of human interpretation. In cases of fatal diseases like Melanoma
diagnosis in early stages play a vital roleindeterminingtheprobabilityof getting
cured. We believe that the application of automated methods will help in early
diagnosis especially with the set of images with variety of diagnosis. Hence, in
this article we present a completely automatedsystemof dermatologicaldisease
recognition through lesion images, a machine intervention in contrast to
conventional medical personnel-based detection. Our model is designed into
three phases compromising of data collection and augmentation, designing
model and finally prediction. We have used multiple AI algorithms like
Convolutional Neural Network and Support Vector Machineandamalgamatedit
with image processing tools to form a better structure, leading to higher
accuracy of 85%.
Keywords: Dermatology, Image Processing, Machine Learning, Melanoma
I. INTRODUCTION
Skin is the outer most region of our body and it is likely to be exposed to the
environment which may get in contact with dust, Pollution, micro-organismsand
also to UV radiations. These may be the reasons for any kind of Skin diseases and
also Skin related diseases are caused by instability in the genes this makes the
skin diseases more complex.
The human skin is composed of two major layers called
epidermis and dermis. The top or the outer layer of the skin
which is called the epidermis composed of three types of
cells flat and scaly cells on the surface called SQUAMOUS
cells, round cells called BASAL cells and MELANOCYTES,
cells that provide skin its color and protect against skin
damage. As the diagnostic classification currently do not
represent the diversity of the disease,thesearenotsufficient
enough to make a correct prediction and also treatment to
be provided for that disease. Adding to this cancer cells are
often diagnosed late and treated late, it is diagnosed when
the cancer cells have mutated and spreads to the other
internal parts of the body. At this stage therapies or
treatments are not very effective. Due to these kinds of
issues skin cancer percentage is taken over by the heart
related diseases as the most affected and it is the cause of
death among all ages in the world. The other reasons for
which the disease might have taken over to a very serious
state can be because of people’s ignorance and also that
people try using home remedies without knowing the
severity of the problem and also sometimes these may lead
to another kind of skin rashes orevenincreasingtheseverity
of the problem.
Among all the types of skin diseases skin cancer is found to
be the deadliest kind of disease found in humans. This is
found most commonly among the fair skin. Skin cancer is
found to be 2 types Malignant Melanoma and Non-
Melanoma. Malignant Melanoma is one of the deadly and
dangerous type cancers, even though it’s found thatonly4%
of the population is affected with this, it holds for 75% of the
death caused due to skin cancer. Melanoma can be cured if
its identified or diagnosed in early stages and the treatment
can be provided early, but if melanoma is identified in the
last stages, it is possible that Melanoma can spread across
deeper into skin and also can affect other parts of the body,
then it becomes very difficult to treat. Melanoma is caused
due to presence of Melanocytes which are present with in
the body.
Exposure of skin to UV radiation is also one of the major
reasons for the cause of Melanoma. Dermoscopy is a
technique, that is used to exam the structure of skin. An
observation-based detection technique can beusedtodetect
Melanoma using Dermoscopy images. The accuracy of the
dermoscopy depends on the training of the dermatologist.
The accuracy of Melanoma Detection can be 75%-85% even
though the experts in skin use dermoscopy as a method for
diagnosis. The diagnosis that isperformedbythesystemwill
help to increase the speed and accuracy of the diagnosis.
Computer will be able to extract some information, like
asymmetry, color variation, texture features, these minute
parameters may not berecognizedbythehumannaked eyes.
There are 3 stages in an automated dermoscopy image
analysis system,(a) pre-processing(b)Proper Segmentation,
(c) feature extraction and selection. The segmentation is the
IJTSRD23936
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID - IJTSRD23936 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 781
most important and also plays a key role as it affects the
process of fore coming steps. Supervised segmentation
seems to be easy to implement by considering the
parameters like shapes, sizes, and colors along with skin
types and textures. This system-based analysis will reduce
the diagnosing time and increases the accuracy.
Dermatological Diseases, due to their high complexity,
variety and scarce expertise is one of the most difficult
terrains for quick, easy and accurate diagnosis especially in
developing and under-developed countries with low
healthcare budget. Also, it’s a common knowledge that the
early detection in cases on many diseases reduces the
chances of serious outcomes. The recent environmental
factors have just acted as catalyst for these skin diseases.
The general stages of these diseases are as: STAGE 1-
diseases in situ, survival 99.9%, STAGE 2- diseases in high
risk level, survival 45-79%, STAGE 3-regional metastasis,
survival 24-30%, STAGE 4- distant metastasis-survival 7-
19%
II. RELATED WORKS
The authors [1] have tried to address the same problem
using image analysis techniques. The work uses the
technique of noise removal and subsequent feature
extraction. After the noise removal, the image is fed into
classifier for further feature extraction process and finally
the prediction of the disease. Most of the earlierpublications
focused on feature extraction and then subsequent disease
prediction was done. Papers [6,3] haveused Artificial Neural
Network for dealing with thiscomplexproblemwhilepapers
[2,4,5] have used machine learning algorithms for the task.
Computer vision techniques have played a major role in
many previous literatures. As is evident, the publishers have
utilized the image processing techniques to accomplish the
pre processing task. In the similar way we also try to
implement the computer vision techniques, but out
implementation mainly focuses for dataset augmentation.
III. Methodology
Our model is designed in 3 phases as follows:
A. Phase1 – the first model involves collection of dataset,
the images are collected fromISIC dataset(International
Skin Imaging Collaboration) Phase 1 also involves the
pre-processing of the images where hair removal, glare
removal and shading removal are done
B. Removal of these parameters helps us to identify the
texture, color, size and shape like parameters in an
efficient way.
C. Phase2- this phase consists of the segmentation and
feature extraction, segmentation is explored via three
methods a. Otsu segmentation method b. Modified Otsu
segmentation method c. water shed segmentation
method. Feature are extracted for color, shape, size and
texture.
D. Phase 3- this is the most important phase of our model,
this phase involves designing of the model and training.
Our model was trained for Back Propagation Algorithm
(Neural Networks), SVM (Support Vector Machine), and
CNN (Convolutional Neural Networks) on the dataset
that was collected in the phase1,themodel aftertraining
was tested for the accurate output.
IV. COMPONENTS OF METHODOLOGY:
PRE-PROCESSING:
The pre-processing of images is an importanttaskor activity
which helps in saving time for training as well as provides
the clear enhancement forthefurtherstepsbyincreasing the
efficiency of the model. Pre-processing includes the
following:
Collection of the dataset
Hair removal
Shading removal
Glare removal
Dataset: The images were collected from the ISIC dataset;
the ISIC dataset provide the collection of images for
melanoma skin cancer. ISIC melanoma project was
undertaken to reduce the increasing deaths related to
melanoma and efficiency of melanoma early detection. This
ISIC dataset contains approximately 23,000 imagesof which
we have collected 1000-1500 images and trained and tested
over these images.
Hair Removal: for the above collected images hair removal
method was applied this method was performed using
Hough transform, Hough transform is basically used to
identify lines or elliptical or circular shapes. Performinghair
removal for the images that has hair within the tumor
provides us an clear image of tumor which also helps us to
make further more enhancements.
Shading removal: The images that is takenfromthedataset
contains shade around the region of the tumor this shadefor
few images is dark and for few is light, removal of the shade
in the region of tumor also provides us an clear vision of the
tumor which is also helpful in the further enhancements. We
have used the MATLAB filters to remove the shade for
images in the dataset.
Glare Removal: sometime the images are captured from
camera the images will contain glare this glare is not visible
to the naked eyes, we remove this glare using the MATLAB
filter, this minute noise sometimesmayaffectthe accuracyat
the end.
V. Architecture
VI. Designing The Model
In our model we have used 3 different methods i.e. Neural
Networks,SupportVectorMachineandConvolutionalNeural
Networks to find the efficient detection and classification of
the melanoma skin cancer into Malignant and benign skin
cancers. The data that is pre-processed is followed by
segmentation and feature extraction these extractedfeature
images are then passed into Neural Networks and Support
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID - IJTSRD23936 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 782
Vector Machine to classify the images into malignant and
benign and to predict the exact accuracy.
A. Neural Networks
In the neural Networks we have used the Back Propagation
Algorithm. The Back Propagation is a supervised learning
algorithm, for training the multi-layer perceptron’s. while
designing the neural networks we initializetheweightswith
some random values as we do not know what exactly the
weight can be, so we first give some random weight if the
model provides an error with large values. so, we need to
need to change the values to somehow minimize the error
value. To generalize this, we can just say
Calculate the error – How far is your model output
from the actual output
Minimum Error – Check whether the error is
minimized or not.
Update the parameters – If the error is huge then,
update the parameters (weights and biases). After that
again check the error. Repeat the process until the error
becomes minimum.
Model is ready to make a prediction – Once the error
becomes minimum, you can feed some inputs to your
model and it will produce the output.
The Backpropagationalgorithmlooksfortheminimumvalue
of the error function in weight spaceusingatechnique called
the delta rule or gradient descent.
we are trying to get the value of weight such that the error
becomes minimum. Basically, we need to figure outwhether
we need to increase or decrease the weight value. Once we
know that, we keep on updating the weight value in that
direction until error becomes minimum. You might reach a
point, where if you further update the weight, the error will
increase. At that time, you need to stop, and that is your final
weight value.
Consider the graph below:
We need to reach the ‘Global Loss Minimum’. This is nothing
but Backpropagation.
B. Support Vector Machine (SVM)
SVM (Support Vector Machine) is a supervised machine
learning algorithm which is mainly used to classify data into
different classes. Unlike most algorithms, SVM makes use of
a hyperplane which acts like a decision boundary between
the various classes. SVM can be used to generate multiple
separating hyperplanes such that the data is divided into
segments and each segment contains only one kind of data.
Features of SVM are as follows:
1. SVM is a supervised learning algorithm.Thismeansthat
SVM trains on a set of labelled data. SVM studies the
labelled training data and then classifies any new input
data depending on what it learned in the training phase.
2. A main advantage of SVM is that it can be used for both
classification and regression problems. Though SVM is
mainly known forclassification,theSVR(SupportVector
Regressor) is used for regression problems.
3. SVM can be used for classifying non-linear data byusing
the kernel trick. The kernel trick means transforming
data into another dimension that has a clear dividing
margin between classes of data. After which you can
easily draw a hyperplane between the various classes of
data.
What is support vectors in SVM? we start of by drawing a
random hyperplane and then wecheck thedistancebetween
the hyperplane and the closest data points from each class.
These closest data points to the hyperplane are known as
support vectors. And that’s where the name comes from,
support vector machine.
In this project we have used SVM to classify the malignant
and benign skin cancer images, this done by passing the
segmented and feature extracted images into SVM where
SVM write the hyperplane and groups all the near by similar
features into different classes.
The performance of the SVM classifier was very accurate for
even a small data set and its performance was compared to
other classification algorithms like CNN and Back
Propagation Algorithm.
C. Convolution Neural Network
CNNs are neural networks with a specific architecture that
have been shown to be very powerful in areas such as image
recognition and classification. CNNs have been
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID - IJTSRD23936 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 783
demonstrated to identify faces, objects, and traffic signs
better than humans and thereforecanbefound in robotsand
self-driving cars.
CNNs are a supervised learning method and are therefore
trained using data labeled with the respective classes.
Essentially, CNNs learn the relationship between the input
objects and the class labels and comprise two components:
the hidden layers in which the features are extracted and, at
the end of the processing, the fully connected layers that are
used for the actual classification task. Unlike regular neural
networks, the hidden layers of a CNN have a specific
architecture. In regular neural networks, each layer is
formed by a set of neurons and one neuron of a layer is
connected to each neuron of the preceding layer. The
architecture of hidden layers in a CNN is slightly different.
The neurons in a layer are not connected to all neurons of
the preceding layer; rather, they are connected to only a
small number of neurons. This restriction to local
connections and additionalpoolinglayerssummarizinglocal
neuron outputs into one value results in translation-
invariant features. This results in a simpler training
procedure and a lower model complexity
VII. CONCLUTION
The aim of this project is to determine the accurate
prediction of skin cancer and also to classify the skin cancer
as malignant or non-malignant melanoma. To do so, some
pre-processing steps were carried out which followed Hair
removal, shadow removal, glare removal and also
segmentation. SVM and Deep Neural networks will be used
to classify. classifier will be trained to learn the features and
finally used to classify. The novelty of the present
methodology is that it should do the detection in very quick
time hence aiding the technicians to perfect their diagnostic
skills. The dataset used is from the available ISIC
(International Skin Image Collaboration) dataset, hence any
dataset can be used to find the efficiency.
VIII. REFERENCES
[1] abrham debasu mengistu , dagnachew melesew
alemayehu “computer vision for skin cancer diagnosis
and recognition using rbf and som “ international
journal of image processing (ijip), volume (9) : issue
(6) 2015.
[2] s.s. Mane1, s.v. Shinde “different techniques for skin
cancer detection using dermoscopy images” ,
international journal of computer sciences and
engineering vol.5(12), dec 2017, e-issn: 2347-2693.
[3] poornima m s, dr. Shailaja k “detection of skin cancer
using svm” , international research journal of
engineering and technology (irjet) volume:04issue:07
| july -2017.
[4] yuexiang li and linlin shen “skin lesion analysis
towards melanoma detection using deep learning
network”, arxiv:1904.073653v2 [cs.cv] 20 aug 2018
[5] muhammad imran razzak,saeedanazand ahmad zaib“
deep learning for medical image processing: overview,
challenges and future” arxiv:1852.3865v2 [cs.cv] 20
july 2018
[6] veronika cheplygina, marleen de bruijne, josien p. W.
Pluim, “ not-so-supervised: a survey of semi-
supervised, multi-instance, and transfer Learning in
medical image analysis” arxiv:1804.06353v2 [cs.cv]14
sep 2018
[7] salome kazeminia, christoph baur, arjan kuijper, bram
van Ginneken, nassir navab, shadi albarqouni, anirban
mukhopadhyay “gans for medical image analysis “,
arxiv:1809.06222v2 [cs.cv] 21 dec 2018
[8] andreas maier, christopher syben, tobias lasser,
christian riess “a gentle introduction to deep learning
in medical image processing”, arxiv:1810.05401v2
[cs.cv] 21 dec 2018
[9] danilo barros mendes , nilton correia da silva “skin
lesions classification using convolutional Neural
networks in clinical images”, arxiv:1812.02316v1
[cs.cv] 6 dec 2018
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID - IJTSRD23936 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 784
[10] wasan kadhim saa'd “ method for detection and
diagnosis of the Area of skin disease based on color by
Wavelet transform and a rtificial neural Network” al-
qadisiya journal for engineering sciences vol. 2 no.4
year 2009
[11] li-sheng wei , quan gan, and tao ji , “skin disease
recognition method based on image color and Texture
features” hindawi computational and mathematical
methods in medicine volume 2018, article id 8145713,
10 pages
[12] rahat yasir, md. Shariful islam nibir, and nova ahmed “
a skin disease detection system for financiallyunstable
people in developing countries” global science and
technology journal vol. 3. No. 1. March 2015 issue. Pp.77
– 93
[13] t.yamunarani, “analysis of skin cancer using abcd
technique” , international research journal of
engineering and technology(irjet) volume:05 issue:04
| apr-2018
[14] rahat yasir,, md. Ashiqur rahman, and nova ahmed,
“dermatological disease detection using image
Processing and artificial neural network”,
arxiv:1012.2436v1 [cs.cv] 16 dec 2018
[15] m. Shamsul arifini, m. Golam kibria, adnan firoze, m.
Ashraful amini, hong yan, “dermatological disease
diagnosis using color-skin images”, proceedings of the
2012 international conference on machine learning
and cybernetics, xian, 15-17 july, 2012
[16] lakshay bajaj, himanshu kumar, yasha hasija,”
automated system for prediction of skin disease using
image processing and machine learning” international
journal of computer applications (0975 – 8887) volume
180 – no.19, february 2018
[17] ritesh maurya, surya kant singh,ashishk.Maurya,ajeet
kumar,” glcm and multi class support vector machine
based automated skin cancer classification” ieee
[18] prashant b. Yadav, mrs. S.s. Patil “ recognition of
dermatological disease area for identification of
disease” ijsdr may 2016 volume 1, issue 5
[19] nikita raut, aayush shah, shail vira, harmit sampat, “ a
study on different techniques for skin cancer
detection”, international research journal of
engineering and technology (irjet), volume: 05 issue:
09 | sep 2018
[20] m.yuvaraju, d.divya, a.poornima,“segmentationof skin
lesion from digital images using morphological filter”,
international research journal of engineering and
technology (irjet) volume: 03 issue: 05 | may-2016
[21] yuexiang liid and linlin shen, “skin lesion analysis
toward melanoma detection using deep learning
network” sensors mdpi 11 february 2018.
[22] mrs. S kalaiarasi, harsh kumar, sourav patra,
“dermatological disease detection using image
processing and neural networks”, s.kalaiarasi et al,
international journal of computer science and mobile
applications, vol.6 issue. , pg. 109-118 ,4 april- 2018.

More Related Content

What's hot

Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...
Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...
Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...
Vidit Goyal
 
Skin Cancer Detection Using Deep Learning Techniques
Skin Cancer Detection Using Deep Learning TechniquesSkin Cancer Detection Using Deep Learning Techniques
Skin Cancer Detection Using Deep Learning Techniques
IRJET Journal
 
Skin Lesion Detection from Dermoscopic Images using Convolutional Neural Netw...
Skin Lesion Detection from Dermoscopic Images using Convolutional Neural Netw...Skin Lesion Detection from Dermoscopic Images using Convolutional Neural Netw...
Skin Lesion Detection from Dermoscopic Images using Convolutional Neural Netw...
Universitat Politècnica de Catalunya
 
Lung Cancer Detection Using Convolutional Neural Network
Lung Cancer Detection Using Convolutional Neural NetworkLung Cancer Detection Using Convolutional Neural Network
Lung Cancer Detection Using Convolutional Neural Network
IRJET Journal
 
EMOTION DETECTION USING AI
EMOTION DETECTION USING AIEMOTION DETECTION USING AI
EMOTION DETECTION USING AI
Aantariksh Developers
 
Facial emotion recognition
Facial emotion recognitionFacial emotion recognition
Facial emotion recognition
Rahin Patel
 
Brain Tumour Detection.pptx
Brain Tumour Detection.pptxBrain Tumour Detection.pptx
Brain Tumour Detection.pptx
RevolverRaja2
 
Digital Image Forgery
Digital Image ForgeryDigital Image Forgery
Digital Image Forgery
Mohamed Talaat
 
Emotion recognition and drowsiness detection using python.ppt
Emotion recognition and drowsiness detection using python.pptEmotion recognition and drowsiness detection using python.ppt
Emotion recognition and drowsiness detection using python.ppt
Gopi Naidu
 
Human age and gender Detection
Human age and gender DetectionHuman age and gender Detection
Human age and gender Detection
AbhiAchalla
 
Skin lesion detection from dermoscopic images using Convolutional Neural Netw...
Skin lesion detection from dermoscopic images using Convolutional Neural Netw...Skin lesion detection from dermoscopic images using Convolutional Neural Netw...
Skin lesion detection from dermoscopic images using Convolutional Neural Netw...Adrià Romero López
 
Emotion detection using cnn.pptx
Emotion detection using cnn.pptxEmotion detection using cnn.pptx
Emotion detection using cnn.pptx
RADO7900
 
Face Detection and Recognition System
Face Detection and Recognition SystemFace Detection and Recognition System
Face Detection and Recognition System
Zara Tariq
 
Face detection presentation slide
Face detection  presentation slideFace detection  presentation slide
Face detection presentation slide
Sanjoy Dutta
 
Brain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptBrain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation ppt
Roshini Vijayakumar
 
Face Detection techniques
Face Detection techniquesFace Detection techniques
Face Detection techniquesAbhineet Bhamra
 
HUMAN FACE IDENTIFICATION
HUMAN FACE IDENTIFICATION HUMAN FACE IDENTIFICATION
HUMAN FACE IDENTIFICATION bhupesh lahare
 
Face recognition technology
Face recognition technologyFace recognition technology
Face recognition technology
SYED HOZAIFA ALI
 

What's hot (20)

Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...
Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...
Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...
 
Skin Cancer Detection Using Deep Learning Techniques
Skin Cancer Detection Using Deep Learning TechniquesSkin Cancer Detection Using Deep Learning Techniques
Skin Cancer Detection Using Deep Learning Techniques
 
Skin Lesion Detection from Dermoscopic Images using Convolutional Neural Netw...
Skin Lesion Detection from Dermoscopic Images using Convolutional Neural Netw...Skin Lesion Detection from Dermoscopic Images using Convolutional Neural Netw...
Skin Lesion Detection from Dermoscopic Images using Convolutional Neural Netw...
 
Lung Cancer Detection Using Convolutional Neural Network
Lung Cancer Detection Using Convolutional Neural NetworkLung Cancer Detection Using Convolutional Neural Network
Lung Cancer Detection Using Convolutional Neural Network
 
EMOTION DETECTION USING AI
EMOTION DETECTION USING AIEMOTION DETECTION USING AI
EMOTION DETECTION USING AI
 
Facial emotion recognition
Facial emotion recognitionFacial emotion recognition
Facial emotion recognition
 
face detection
face detectionface detection
face detection
 
Brain Tumour Detection.pptx
Brain Tumour Detection.pptxBrain Tumour Detection.pptx
Brain Tumour Detection.pptx
 
Digital Image Forgery
Digital Image ForgeryDigital Image Forgery
Digital Image Forgery
 
Emotion recognition and drowsiness detection using python.ppt
Emotion recognition and drowsiness detection using python.pptEmotion recognition and drowsiness detection using python.ppt
Emotion recognition and drowsiness detection using python.ppt
 
Human age and gender Detection
Human age and gender DetectionHuman age and gender Detection
Human age and gender Detection
 
Skin lesion detection from dermoscopic images using Convolutional Neural Netw...
Skin lesion detection from dermoscopic images using Convolutional Neural Netw...Skin lesion detection from dermoscopic images using Convolutional Neural Netw...
Skin lesion detection from dermoscopic images using Convolutional Neural Netw...
 
Emotion detection using cnn.pptx
Emotion detection using cnn.pptxEmotion detection using cnn.pptx
Emotion detection using cnn.pptx
 
Face Detection and Recognition System
Face Detection and Recognition SystemFace Detection and Recognition System
Face Detection and Recognition System
 
Face detection
Face detectionFace detection
Face detection
 
Face detection presentation slide
Face detection  presentation slideFace detection  presentation slide
Face detection presentation slide
 
Brain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptBrain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation ppt
 
Face Detection techniques
Face Detection techniquesFace Detection techniques
Face Detection techniques
 
HUMAN FACE IDENTIFICATION
HUMAN FACE IDENTIFICATION HUMAN FACE IDENTIFICATION
HUMAN FACE IDENTIFICATION
 
Face recognition technology
Face recognition technologyFace recognition technology
Face recognition technology
 

Similar to Melanoma Skin Cancer Detection using Image Processing and Machine Learning

SKIN CANCER DETECTION AND SEVERITY PREDICTION USING DEEP LEARNING
SKIN CANCER DETECTION AND SEVERITY PREDICTION USING DEEP LEARNINGSKIN CANCER DETECTION AND SEVERITY PREDICTION USING DEEP LEARNING
SKIN CANCER DETECTION AND SEVERITY PREDICTION USING DEEP LEARNING
IRJET Journal
 
Automated Screening System for Acute Skin Cancer Detection Using Neural Netwo...
Automated Screening System for Acute Skin Cancer Detection Using Neural Netwo...Automated Screening System for Acute Skin Cancer Detection Using Neural Netwo...
Automated Screening System for Acute Skin Cancer Detection Using Neural Netwo...
IRJET Journal
 
Computer Vision for Skin Cancer Diagnosis and Recognition using RBF and SOM
Computer Vision for Skin Cancer Diagnosis and Recognition using RBF and SOMComputer Vision for Skin Cancer Diagnosis and Recognition using RBF and SOM
Computer Vision for Skin Cancer Diagnosis and Recognition using RBF and SOM
CSCJournals
 
Dermatological diagnosis by mobile application
Dermatological diagnosis by mobile applicationDermatological diagnosis by mobile application
Dermatological diagnosis by mobile application
journalBEEI
 
IRJET- Texture Feature Extraction for Classification of Melanoma
IRJET-  	  Texture Feature Extraction for Classification of MelanomaIRJET-  	  Texture Feature Extraction for Classification of Melanoma
IRJET- Texture Feature Extraction for Classification of Melanoma
IRJET Journal
 
Hybrid channel and spatial attention-UNet for skin lesion segmentation
Hybrid channel and spatial attention-UNet for skin lesion segmentationHybrid channel and spatial attention-UNet for skin lesion segmentation
Hybrid channel and spatial attention-UNet for skin lesion segmentation
IAESIJAI
 
Skin cure an innovative smart phone based application to assist in melanoma e...
Skin cure an innovative smart phone based application to assist in melanoma e...Skin cure an innovative smart phone based application to assist in melanoma e...
Skin cure an innovative smart phone based application to assist in melanoma e...sipij
 
SkinCure: An Innovative Smart Phone Based Application to Assist in Melanoma E...
SkinCure: An Innovative Smart Phone Based Application to Assist in Melanoma E...SkinCure: An Innovative Smart Phone Based Application to Assist in Melanoma E...
SkinCure: An Innovative Smart Phone Based Application to Assist in Melanoma E...
sipij
 
Melanoma Skin Cancer Detection using Deep Learning
Melanoma Skin Cancer Detection using Deep LearningMelanoma Skin Cancer Detection using Deep Learning
Melanoma Skin Cancer Detection using Deep Learning
IRJET Journal
 
Skin Lesion Classification using Supervised Algorithm in Data Mining
Skin Lesion Classification using Supervised Algorithm in Data MiningSkin Lesion Classification using Supervised Algorithm in Data Mining
Skin Lesion Classification using Supervised Algorithm in Data Mining
ijtsrd
 
IRJET- Skin Cancer Prediction using Image Processing and Deep Learning
IRJET- Skin Cancer Prediction using Image Processing and Deep LearningIRJET- Skin Cancer Prediction using Image Processing and Deep Learning
IRJET- Skin Cancer Prediction using Image Processing and Deep Learning
IRJET Journal
 
IRJET- Skin Cancer Detection using Digital Image Processing
IRJET- Skin Cancer Detection using Digital Image ProcessingIRJET- Skin Cancer Detection using Digital Image Processing
IRJET- Skin Cancer Detection using Digital Image Processing
IRJET Journal
 
RECOGNITION OF SKIN CANCER IN DERMOSCOPIC IMAGES USING KNN CLASSIFIER
RECOGNITION OF SKIN CANCER IN DERMOSCOPIC IMAGES USING KNN CLASSIFIERRECOGNITION OF SKIN CANCER IN DERMOSCOPIC IMAGES USING KNN CLASSIFIER
RECOGNITION OF SKIN CANCER IN DERMOSCOPIC IMAGES USING KNN CLASSIFIER
ADEIJ Journal
 
Common Skin Disease Diagnosis and Prediction: A Review
Common Skin Disease Diagnosis and Prediction: A ReviewCommon Skin Disease Diagnosis and Prediction: A Review
Common Skin Disease Diagnosis and Prediction: A Review
IRJET Journal
 
A deep convolutional structure-based approach for accurate recognition of ski...
A deep convolutional structure-based approach for accurate recognition of ski...A deep convolutional structure-based approach for accurate recognition of ski...
A deep convolutional structure-based approach for accurate recognition of ski...
IJECEIAES
 
IRJET- Cancer Detection Techniques - A Review
IRJET- Cancer Detection Techniques - A ReviewIRJET- Cancer Detection Techniques - A Review
IRJET- Cancer Detection Techniques - A Review
IRJET Journal
 
Skin Cancer Detection Application
Skin Cancer Detection ApplicationSkin Cancer Detection Application
Skin Cancer Detection Application
IRJET Journal
 
Detection of Skin Cancer Based on Skin Lesion Images UsingDeep Learning
Detection of Skin Cancer Based on Skin Lesion Images UsingDeep LearningDetection of Skin Cancer Based on Skin Lesion Images UsingDeep Learning
Detection of Skin Cancer Based on Skin Lesion Images UsingDeep Learning
IRJET Journal
 
Smartphone app for Skin Cancer Diagnostics
Smartphone app for Skin Cancer Diagnostics Smartphone app for Skin Cancer Diagnostics
Smartphone app for Skin Cancer Diagnostics
Iowa State University
 
Skin Cancer Diagnostics.pdf
Skin Cancer Diagnostics.pdfSkin Cancer Diagnostics.pdf
Skin Cancer Diagnostics.pdf
Iowa State University
 

Similar to Melanoma Skin Cancer Detection using Image Processing and Machine Learning (20)

SKIN CANCER DETECTION AND SEVERITY PREDICTION USING DEEP LEARNING
SKIN CANCER DETECTION AND SEVERITY PREDICTION USING DEEP LEARNINGSKIN CANCER DETECTION AND SEVERITY PREDICTION USING DEEP LEARNING
SKIN CANCER DETECTION AND SEVERITY PREDICTION USING DEEP LEARNING
 
Automated Screening System for Acute Skin Cancer Detection Using Neural Netwo...
Automated Screening System for Acute Skin Cancer Detection Using Neural Netwo...Automated Screening System for Acute Skin Cancer Detection Using Neural Netwo...
Automated Screening System for Acute Skin Cancer Detection Using Neural Netwo...
 
Computer Vision for Skin Cancer Diagnosis and Recognition using RBF and SOM
Computer Vision for Skin Cancer Diagnosis and Recognition using RBF and SOMComputer Vision for Skin Cancer Diagnosis and Recognition using RBF and SOM
Computer Vision for Skin Cancer Diagnosis and Recognition using RBF and SOM
 
Dermatological diagnosis by mobile application
Dermatological diagnosis by mobile applicationDermatological diagnosis by mobile application
Dermatological diagnosis by mobile application
 
IRJET- Texture Feature Extraction for Classification of Melanoma
IRJET-  	  Texture Feature Extraction for Classification of MelanomaIRJET-  	  Texture Feature Extraction for Classification of Melanoma
IRJET- Texture Feature Extraction for Classification of Melanoma
 
Hybrid channel and spatial attention-UNet for skin lesion segmentation
Hybrid channel and spatial attention-UNet for skin lesion segmentationHybrid channel and spatial attention-UNet for skin lesion segmentation
Hybrid channel and spatial attention-UNet for skin lesion segmentation
 
Skin cure an innovative smart phone based application to assist in melanoma e...
Skin cure an innovative smart phone based application to assist in melanoma e...Skin cure an innovative smart phone based application to assist in melanoma e...
Skin cure an innovative smart phone based application to assist in melanoma e...
 
SkinCure: An Innovative Smart Phone Based Application to Assist in Melanoma E...
SkinCure: An Innovative Smart Phone Based Application to Assist in Melanoma E...SkinCure: An Innovative Smart Phone Based Application to Assist in Melanoma E...
SkinCure: An Innovative Smart Phone Based Application to Assist in Melanoma E...
 
Melanoma Skin Cancer Detection using Deep Learning
Melanoma Skin Cancer Detection using Deep LearningMelanoma Skin Cancer Detection using Deep Learning
Melanoma Skin Cancer Detection using Deep Learning
 
Skin Lesion Classification using Supervised Algorithm in Data Mining
Skin Lesion Classification using Supervised Algorithm in Data MiningSkin Lesion Classification using Supervised Algorithm in Data Mining
Skin Lesion Classification using Supervised Algorithm in Data Mining
 
IRJET- Skin Cancer Prediction using Image Processing and Deep Learning
IRJET- Skin Cancer Prediction using Image Processing and Deep LearningIRJET- Skin Cancer Prediction using Image Processing and Deep Learning
IRJET- Skin Cancer Prediction using Image Processing and Deep Learning
 
IRJET- Skin Cancer Detection using Digital Image Processing
IRJET- Skin Cancer Detection using Digital Image ProcessingIRJET- Skin Cancer Detection using Digital Image Processing
IRJET- Skin Cancer Detection using Digital Image Processing
 
RECOGNITION OF SKIN CANCER IN DERMOSCOPIC IMAGES USING KNN CLASSIFIER
RECOGNITION OF SKIN CANCER IN DERMOSCOPIC IMAGES USING KNN CLASSIFIERRECOGNITION OF SKIN CANCER IN DERMOSCOPIC IMAGES USING KNN CLASSIFIER
RECOGNITION OF SKIN CANCER IN DERMOSCOPIC IMAGES USING KNN CLASSIFIER
 
Common Skin Disease Diagnosis and Prediction: A Review
Common Skin Disease Diagnosis and Prediction: A ReviewCommon Skin Disease Diagnosis and Prediction: A Review
Common Skin Disease Diagnosis and Prediction: A Review
 
A deep convolutional structure-based approach for accurate recognition of ski...
A deep convolutional structure-based approach for accurate recognition of ski...A deep convolutional structure-based approach for accurate recognition of ski...
A deep convolutional structure-based approach for accurate recognition of ski...
 
IRJET- Cancer Detection Techniques - A Review
IRJET- Cancer Detection Techniques - A ReviewIRJET- Cancer Detection Techniques - A Review
IRJET- Cancer Detection Techniques - A Review
 
Skin Cancer Detection Application
Skin Cancer Detection ApplicationSkin Cancer Detection Application
Skin Cancer Detection Application
 
Detection of Skin Cancer Based on Skin Lesion Images UsingDeep Learning
Detection of Skin Cancer Based on Skin Lesion Images UsingDeep LearningDetection of Skin Cancer Based on Skin Lesion Images UsingDeep Learning
Detection of Skin Cancer Based on Skin Lesion Images UsingDeep Learning
 
Smartphone app for Skin Cancer Diagnostics
Smartphone app for Skin Cancer Diagnostics Smartphone app for Skin Cancer Diagnostics
Smartphone app for Skin Cancer Diagnostics
 
Skin Cancer Diagnostics.pdf
Skin Cancer Diagnostics.pdfSkin Cancer Diagnostics.pdf
Skin Cancer Diagnostics.pdf
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
ijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
ijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
ijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
ijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
ijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
ijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
ijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 

Recently uploaded (20)

Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 

Melanoma Skin Cancer Detection using Image Processing and Machine Learning

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume: 3 | Issue: 4 | May-Jun 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470 @ IJTSRD | Unique Paper ID - IJTSRD23936 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 780 Melanoma Skin Cancer Detection using Image Processing and Machine Learning Vijayalakshmi M M Assistant Professor, Department of Information Science & Engineering GSSSIETW, Mysuru, Karnataka, India How to cite thispaper:VijayalakshmiM M "Melanoma Skin Cancer Detection using Image Processing and Machine Learning" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-4, June 2019, pp.780-784, URL: https://www.ijtsrd.c om/papers/ijtsrd23 936.pdf Copyright © 2019 by author(s) and International Journal of Trend in Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/ by/4.0) ABSTRACT Dermatological Diseases are one of the biggest medical issues in 21st century due to its highly complex and expensive diagnosis with difficulties and subjectivity of human interpretation. In cases of fatal diseases like Melanoma diagnosis in early stages play a vital roleindeterminingtheprobabilityof getting cured. We believe that the application of automated methods will help in early diagnosis especially with the set of images with variety of diagnosis. Hence, in this article we present a completely automatedsystemof dermatologicaldisease recognition through lesion images, a machine intervention in contrast to conventional medical personnel-based detection. Our model is designed into three phases compromising of data collection and augmentation, designing model and finally prediction. We have used multiple AI algorithms like Convolutional Neural Network and Support Vector Machineandamalgamatedit with image processing tools to form a better structure, leading to higher accuracy of 85%. Keywords: Dermatology, Image Processing, Machine Learning, Melanoma I. INTRODUCTION Skin is the outer most region of our body and it is likely to be exposed to the environment which may get in contact with dust, Pollution, micro-organismsand also to UV radiations. These may be the reasons for any kind of Skin diseases and also Skin related diseases are caused by instability in the genes this makes the skin diseases more complex. The human skin is composed of two major layers called epidermis and dermis. The top or the outer layer of the skin which is called the epidermis composed of three types of cells flat and scaly cells on the surface called SQUAMOUS cells, round cells called BASAL cells and MELANOCYTES, cells that provide skin its color and protect against skin damage. As the diagnostic classification currently do not represent the diversity of the disease,thesearenotsufficient enough to make a correct prediction and also treatment to be provided for that disease. Adding to this cancer cells are often diagnosed late and treated late, it is diagnosed when the cancer cells have mutated and spreads to the other internal parts of the body. At this stage therapies or treatments are not very effective. Due to these kinds of issues skin cancer percentage is taken over by the heart related diseases as the most affected and it is the cause of death among all ages in the world. The other reasons for which the disease might have taken over to a very serious state can be because of people’s ignorance and also that people try using home remedies without knowing the severity of the problem and also sometimes these may lead to another kind of skin rashes orevenincreasingtheseverity of the problem. Among all the types of skin diseases skin cancer is found to be the deadliest kind of disease found in humans. This is found most commonly among the fair skin. Skin cancer is found to be 2 types Malignant Melanoma and Non- Melanoma. Malignant Melanoma is one of the deadly and dangerous type cancers, even though it’s found thatonly4% of the population is affected with this, it holds for 75% of the death caused due to skin cancer. Melanoma can be cured if its identified or diagnosed in early stages and the treatment can be provided early, but if melanoma is identified in the last stages, it is possible that Melanoma can spread across deeper into skin and also can affect other parts of the body, then it becomes very difficult to treat. Melanoma is caused due to presence of Melanocytes which are present with in the body. Exposure of skin to UV radiation is also one of the major reasons for the cause of Melanoma. Dermoscopy is a technique, that is used to exam the structure of skin. An observation-based detection technique can beusedtodetect Melanoma using Dermoscopy images. The accuracy of the dermoscopy depends on the training of the dermatologist. The accuracy of Melanoma Detection can be 75%-85% even though the experts in skin use dermoscopy as a method for diagnosis. The diagnosis that isperformedbythesystemwill help to increase the speed and accuracy of the diagnosis. Computer will be able to extract some information, like asymmetry, color variation, texture features, these minute parameters may not berecognizedbythehumannaked eyes. There are 3 stages in an automated dermoscopy image analysis system,(a) pre-processing(b)Proper Segmentation, (c) feature extraction and selection. The segmentation is the IJTSRD23936
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID - IJTSRD23936 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 781 most important and also plays a key role as it affects the process of fore coming steps. Supervised segmentation seems to be easy to implement by considering the parameters like shapes, sizes, and colors along with skin types and textures. This system-based analysis will reduce the diagnosing time and increases the accuracy. Dermatological Diseases, due to their high complexity, variety and scarce expertise is one of the most difficult terrains for quick, easy and accurate diagnosis especially in developing and under-developed countries with low healthcare budget. Also, it’s a common knowledge that the early detection in cases on many diseases reduces the chances of serious outcomes. The recent environmental factors have just acted as catalyst for these skin diseases. The general stages of these diseases are as: STAGE 1- diseases in situ, survival 99.9%, STAGE 2- diseases in high risk level, survival 45-79%, STAGE 3-regional metastasis, survival 24-30%, STAGE 4- distant metastasis-survival 7- 19% II. RELATED WORKS The authors [1] have tried to address the same problem using image analysis techniques. The work uses the technique of noise removal and subsequent feature extraction. After the noise removal, the image is fed into classifier for further feature extraction process and finally the prediction of the disease. Most of the earlierpublications focused on feature extraction and then subsequent disease prediction was done. Papers [6,3] haveused Artificial Neural Network for dealing with thiscomplexproblemwhilepapers [2,4,5] have used machine learning algorithms for the task. Computer vision techniques have played a major role in many previous literatures. As is evident, the publishers have utilized the image processing techniques to accomplish the pre processing task. In the similar way we also try to implement the computer vision techniques, but out implementation mainly focuses for dataset augmentation. III. Methodology Our model is designed in 3 phases as follows: A. Phase1 – the first model involves collection of dataset, the images are collected fromISIC dataset(International Skin Imaging Collaboration) Phase 1 also involves the pre-processing of the images where hair removal, glare removal and shading removal are done B. Removal of these parameters helps us to identify the texture, color, size and shape like parameters in an efficient way. C. Phase2- this phase consists of the segmentation and feature extraction, segmentation is explored via three methods a. Otsu segmentation method b. Modified Otsu segmentation method c. water shed segmentation method. Feature are extracted for color, shape, size and texture. D. Phase 3- this is the most important phase of our model, this phase involves designing of the model and training. Our model was trained for Back Propagation Algorithm (Neural Networks), SVM (Support Vector Machine), and CNN (Convolutional Neural Networks) on the dataset that was collected in the phase1,themodel aftertraining was tested for the accurate output. IV. COMPONENTS OF METHODOLOGY: PRE-PROCESSING: The pre-processing of images is an importanttaskor activity which helps in saving time for training as well as provides the clear enhancement forthefurtherstepsbyincreasing the efficiency of the model. Pre-processing includes the following: Collection of the dataset Hair removal Shading removal Glare removal Dataset: The images were collected from the ISIC dataset; the ISIC dataset provide the collection of images for melanoma skin cancer. ISIC melanoma project was undertaken to reduce the increasing deaths related to melanoma and efficiency of melanoma early detection. This ISIC dataset contains approximately 23,000 imagesof which we have collected 1000-1500 images and trained and tested over these images. Hair Removal: for the above collected images hair removal method was applied this method was performed using Hough transform, Hough transform is basically used to identify lines or elliptical or circular shapes. Performinghair removal for the images that has hair within the tumor provides us an clear image of tumor which also helps us to make further more enhancements. Shading removal: The images that is takenfromthedataset contains shade around the region of the tumor this shadefor few images is dark and for few is light, removal of the shade in the region of tumor also provides us an clear vision of the tumor which is also helpful in the further enhancements. We have used the MATLAB filters to remove the shade for images in the dataset. Glare Removal: sometime the images are captured from camera the images will contain glare this glare is not visible to the naked eyes, we remove this glare using the MATLAB filter, this minute noise sometimesmayaffectthe accuracyat the end. V. Architecture VI. Designing The Model In our model we have used 3 different methods i.e. Neural Networks,SupportVectorMachineandConvolutionalNeural Networks to find the efficient detection and classification of the melanoma skin cancer into Malignant and benign skin cancers. The data that is pre-processed is followed by segmentation and feature extraction these extractedfeature images are then passed into Neural Networks and Support
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID - IJTSRD23936 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 782 Vector Machine to classify the images into malignant and benign and to predict the exact accuracy. A. Neural Networks In the neural Networks we have used the Back Propagation Algorithm. The Back Propagation is a supervised learning algorithm, for training the multi-layer perceptron’s. while designing the neural networks we initializetheweightswith some random values as we do not know what exactly the weight can be, so we first give some random weight if the model provides an error with large values. so, we need to need to change the values to somehow minimize the error value. To generalize this, we can just say Calculate the error – How far is your model output from the actual output Minimum Error – Check whether the error is minimized or not. Update the parameters – If the error is huge then, update the parameters (weights and biases). After that again check the error. Repeat the process until the error becomes minimum. Model is ready to make a prediction – Once the error becomes minimum, you can feed some inputs to your model and it will produce the output. The Backpropagationalgorithmlooksfortheminimumvalue of the error function in weight spaceusingatechnique called the delta rule or gradient descent. we are trying to get the value of weight such that the error becomes minimum. Basically, we need to figure outwhether we need to increase or decrease the weight value. Once we know that, we keep on updating the weight value in that direction until error becomes minimum. You might reach a point, where if you further update the weight, the error will increase. At that time, you need to stop, and that is your final weight value. Consider the graph below: We need to reach the ‘Global Loss Minimum’. This is nothing but Backpropagation. B. Support Vector Machine (SVM) SVM (Support Vector Machine) is a supervised machine learning algorithm which is mainly used to classify data into different classes. Unlike most algorithms, SVM makes use of a hyperplane which acts like a decision boundary between the various classes. SVM can be used to generate multiple separating hyperplanes such that the data is divided into segments and each segment contains only one kind of data. Features of SVM are as follows: 1. SVM is a supervised learning algorithm.Thismeansthat SVM trains on a set of labelled data. SVM studies the labelled training data and then classifies any new input data depending on what it learned in the training phase. 2. A main advantage of SVM is that it can be used for both classification and regression problems. Though SVM is mainly known forclassification,theSVR(SupportVector Regressor) is used for regression problems. 3. SVM can be used for classifying non-linear data byusing the kernel trick. The kernel trick means transforming data into another dimension that has a clear dividing margin between classes of data. After which you can easily draw a hyperplane between the various classes of data. What is support vectors in SVM? we start of by drawing a random hyperplane and then wecheck thedistancebetween the hyperplane and the closest data points from each class. These closest data points to the hyperplane are known as support vectors. And that’s where the name comes from, support vector machine. In this project we have used SVM to classify the malignant and benign skin cancer images, this done by passing the segmented and feature extracted images into SVM where SVM write the hyperplane and groups all the near by similar features into different classes. The performance of the SVM classifier was very accurate for even a small data set and its performance was compared to other classification algorithms like CNN and Back Propagation Algorithm. C. Convolution Neural Network CNNs are neural networks with a specific architecture that have been shown to be very powerful in areas such as image recognition and classification. CNNs have been
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID - IJTSRD23936 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 783 demonstrated to identify faces, objects, and traffic signs better than humans and thereforecanbefound in robotsand self-driving cars. CNNs are a supervised learning method and are therefore trained using data labeled with the respective classes. Essentially, CNNs learn the relationship between the input objects and the class labels and comprise two components: the hidden layers in which the features are extracted and, at the end of the processing, the fully connected layers that are used for the actual classification task. Unlike regular neural networks, the hidden layers of a CNN have a specific architecture. In regular neural networks, each layer is formed by a set of neurons and one neuron of a layer is connected to each neuron of the preceding layer. The architecture of hidden layers in a CNN is slightly different. The neurons in a layer are not connected to all neurons of the preceding layer; rather, they are connected to only a small number of neurons. This restriction to local connections and additionalpoolinglayerssummarizinglocal neuron outputs into one value results in translation- invariant features. This results in a simpler training procedure and a lower model complexity VII. CONCLUTION The aim of this project is to determine the accurate prediction of skin cancer and also to classify the skin cancer as malignant or non-malignant melanoma. To do so, some pre-processing steps were carried out which followed Hair removal, shadow removal, glare removal and also segmentation. SVM and Deep Neural networks will be used to classify. classifier will be trained to learn the features and finally used to classify. The novelty of the present methodology is that it should do the detection in very quick time hence aiding the technicians to perfect their diagnostic skills. The dataset used is from the available ISIC (International Skin Image Collaboration) dataset, hence any dataset can be used to find the efficiency. VIII. REFERENCES [1] abrham debasu mengistu , dagnachew melesew alemayehu “computer vision for skin cancer diagnosis and recognition using rbf and som “ international journal of image processing (ijip), volume (9) : issue (6) 2015. [2] s.s. Mane1, s.v. Shinde “different techniques for skin cancer detection using dermoscopy images” , international journal of computer sciences and engineering vol.5(12), dec 2017, e-issn: 2347-2693. [3] poornima m s, dr. Shailaja k “detection of skin cancer using svm” , international research journal of engineering and technology (irjet) volume:04issue:07 | july -2017. [4] yuexiang li and linlin shen “skin lesion analysis towards melanoma detection using deep learning network”, arxiv:1904.073653v2 [cs.cv] 20 aug 2018 [5] muhammad imran razzak,saeedanazand ahmad zaib“ deep learning for medical image processing: overview, challenges and future” arxiv:1852.3865v2 [cs.cv] 20 july 2018 [6] veronika cheplygina, marleen de bruijne, josien p. W. Pluim, “ not-so-supervised: a survey of semi- supervised, multi-instance, and transfer Learning in medical image analysis” arxiv:1804.06353v2 [cs.cv]14 sep 2018 [7] salome kazeminia, christoph baur, arjan kuijper, bram van Ginneken, nassir navab, shadi albarqouni, anirban mukhopadhyay “gans for medical image analysis “, arxiv:1809.06222v2 [cs.cv] 21 dec 2018 [8] andreas maier, christopher syben, tobias lasser, christian riess “a gentle introduction to deep learning in medical image processing”, arxiv:1810.05401v2 [cs.cv] 21 dec 2018 [9] danilo barros mendes , nilton correia da silva “skin lesions classification using convolutional Neural networks in clinical images”, arxiv:1812.02316v1 [cs.cv] 6 dec 2018
  • 5. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID - IJTSRD23936 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 784 [10] wasan kadhim saa'd “ method for detection and diagnosis of the Area of skin disease based on color by Wavelet transform and a rtificial neural Network” al- qadisiya journal for engineering sciences vol. 2 no.4 year 2009 [11] li-sheng wei , quan gan, and tao ji , “skin disease recognition method based on image color and Texture features” hindawi computational and mathematical methods in medicine volume 2018, article id 8145713, 10 pages [12] rahat yasir, md. Shariful islam nibir, and nova ahmed “ a skin disease detection system for financiallyunstable people in developing countries” global science and technology journal vol. 3. No. 1. March 2015 issue. Pp.77 – 93 [13] t.yamunarani, “analysis of skin cancer using abcd technique” , international research journal of engineering and technology(irjet) volume:05 issue:04 | apr-2018 [14] rahat yasir,, md. Ashiqur rahman, and nova ahmed, “dermatological disease detection using image Processing and artificial neural network”, arxiv:1012.2436v1 [cs.cv] 16 dec 2018 [15] m. Shamsul arifini, m. Golam kibria, adnan firoze, m. Ashraful amini, hong yan, “dermatological disease diagnosis using color-skin images”, proceedings of the 2012 international conference on machine learning and cybernetics, xian, 15-17 july, 2012 [16] lakshay bajaj, himanshu kumar, yasha hasija,” automated system for prediction of skin disease using image processing and machine learning” international journal of computer applications (0975 – 8887) volume 180 – no.19, february 2018 [17] ritesh maurya, surya kant singh,ashishk.Maurya,ajeet kumar,” glcm and multi class support vector machine based automated skin cancer classification” ieee [18] prashant b. Yadav, mrs. S.s. Patil “ recognition of dermatological disease area for identification of disease” ijsdr may 2016 volume 1, issue 5 [19] nikita raut, aayush shah, shail vira, harmit sampat, “ a study on different techniques for skin cancer detection”, international research journal of engineering and technology (irjet), volume: 05 issue: 09 | sep 2018 [20] m.yuvaraju, d.divya, a.poornima,“segmentationof skin lesion from digital images using morphological filter”, international research journal of engineering and technology (irjet) volume: 03 issue: 05 | may-2016 [21] yuexiang liid and linlin shen, “skin lesion analysis toward melanoma detection using deep learning network” sensors mdpi 11 february 2018. [22] mrs. S kalaiarasi, harsh kumar, sourav patra, “dermatological disease detection using image processing and neural networks”, s.kalaiarasi et al, international journal of computer science and mobile applications, vol.6 issue. , pg. 109-118 ,4 april- 2018.