SKin cancer detection using ANN
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am trying to do a classification of skin cancer using ANN. I did the training of network. But i m stuck with the classification part. my objective is, first train the network using known values. after that skin data is given to network so that ANN classifies the data into cancerous or non-cancerous indicated by 1 and 0. My doubt is, if this above mentioned problem can be solved using matlab. if u guys have any idea about this, pls help me
0 Commenti
Risposte (4)
Image Analyst
il 2 Mar 2013
I'd say it has a reasonably high probability of accurately predicting the cancerous state, given a clever enough algorithm. Are you going to invent one on your own, or use one that has already been developed (see Vision Bib)?
0 Commenti
Walter Roberson
il 2 Mar 2013
Are your images those of pathology slides? Or are the images taken in infrared? If the answer to both of those is "no", then NO, the problem cannot be solved using MATLAB. There is too much overlap in visible-light appearance between cancerous moles and non-cancerous moles. (Though you can get a hint by looking for hairs on the mole.)
5 Commenti
Muhammad Zeeshan Ahmed Khan
il 26 Feb 2021
what if we apply some morphology operation to classify or segment and then hardening the image
Walter Roberson
il 2 Mar 2021
Are morphology operations able to somehow locate information from outside the visible spectrum? If not, then you are not going to be able to solve the problem: cancerous moles look too much like non-cancerous moles in visible light for you to be able to distinguish between them.
Greg Heath
il 4 Mar 2013
How many features?
How many class 1?
How many class 0?
help patternnet
doc patternnet
Search the NEWSGROUP and ANSWERS for patternnet.
To find patternnet examples
help nndatasets
Write back with the specific quesions if you have trouble with the classification/pattern-recognition examples.
Hope this helps.
Greg
9 Commenti
hamed abdulaziz
il 22 Dic 2013
Hi Aswin,
Did you done Skin cancer detection using ANN,please could you send the MATLAB code that you used it because of my research on the same subject,thanks in advance
Mustapha Ibrahim R.
il 20 Dic 2016
Am undergoing a research on comparison of Medical image segmentation what should be an appropriate objective to that project
1 Commento
Image Analyst
il 20 Dic 2016
Cite and explain the different methods. List their claimed accuracies (false positive, true positive, false negatives, false positive). Not sure what your research entails. If you want to characterize actual skin lesions in collaboration with your dermatologist or oncologist, then you might pick one or two of the "best" algorithms and code them up and try them on your own subjects/images.
Vedere anche
Categorie
Scopri di più su Biotech and Pharmaceutical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!