SKin cancer detection using ANN

4 ビュー (過去 30 日間)
ASWIN R B
ASWIN R B 2013 年 3 月 2 日
コメント済み: Walter Roberson 2021 年 3 月 2 日
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

回答 (4 件)

Image Analyst
Image Analyst 2013 年 3 月 2 日
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)?

Walter Roberson
Walter Roberson 2013 年 3 月 2 日
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 件のコメント
Muhammad Zeeshan Ahmed Khan
Muhammad Zeeshan Ahmed Khan 2021 年 2 月 26 日
what if we apply some morphology operation to classify or segment and then hardening the image
Walter Roberson
Walter Roberson 2021 年 3 月 2 日
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
Greg Heath 2013 年 3 月 4 日
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 件のコメント
Greg Heath
Greg Heath 2013 年 3 月 6 日
Aswin:
Try the cancer_dataset example
help cancer_dataset
doc cancer_dataset
hamed abdulaziz
hamed abdulaziz 2013 年 12 月 22 日
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.
Mustapha Ibrahim R. 2016 年 12 月 20 日
Am undergoing a research on comparison of Medical image segmentation what should be an appropriate objective to that project
  1 件のコメント
Image Analyst
Image Analyst 2016 年 12 月 20 日
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.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeBiotech and Pharmaceutical についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by