Skip to content

satyanarayana25/Melanoma-Skin-Cancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Melanoma Project

In this assignment, you will build a multiclass classification model using a custom convolutional neural network in tensorflow. Melanoma is a type of cancer that can be deadly if not detected early. It accounts for 75% of skin cancer deaths. A solution that can evaluate images and alert dermatologists about the presence of melanoma has the potential to reduce a lot of manual effort needed in diagnosis. Problem statement: To build a CNN based model which can accurately detect melanoma. Melanoma is a type of cancer that can be deadly if not detected early. It accounts for 75% of skin cancer deaths. A solution which can evaluate images and alert the dermatologists about the presence of melanoma has the potential to reduce a lot of manual effort needed in diagnosis.

Data set:

The dataset consists of 2357 images of malignant and benign oncological diseases, which were formed from the International Skin Imaging Collaboration (ISIC). All images were sorted according to the classification taken with ISIC, and all subsets were divided into the same number of images, with the exception of melanomas and moles, whose images are slightly dominant. The data set contains the following diseases:

  • Actinic keratosis
  • Basal cell carcinoma
  • Dermatofibroma
  • Melanoma
  • Nevus
  • Pigmented benign keratosis
  • Seborrheic keratosis
  • Squamous cell carcinoma
  • Vascular lesion

Project Pipeline

  • Data Reading → Defining the path for train and test images.
  • Dataset Creation→ Create train & validation dataset from the train directory with a batch size of 32. Also, make sure you resize your images to 180*180.
  • Dataset visualisation → Create a code to visualize one instance of all the nine classes present in the dataset.
  • Model Building & training : Create a CNN model, which can accurately detect 9 classes present in the dataset. While building the model rescale images to normalize pixel values between (0,1).
  • Choose an appropriate optimiser and loss function for model training.
  • Train the model for ~20 epochs.
  • Write your findings after the model fit, see if there is evidence of model overfit or underfit.
  • Choose an appropriate data augmentation strategy to resolve underfitting/overfitting Model Building & training on the augmented data :Create a CNN model, which can accurately detect 9 classes present in the dataset. While building the model rescale images to normalize pixel values between (0,1).
  • Choose an appropriate optimiser and loss function for model training
  • Train the model for ~20 epochs
  • Later the model 3 is build but still the overfit problem is there so we need do more epochs and more Hyperparameter tuning is required.

NOTE: The model training may take time to train and hence you can use Google colab.

Conclusions

  • Conclusion 1 : The model 1 is the base model from that we saw that model is overfit.
  • Conclusion 2 : The model 2 is the add featur of base model + augmented + dropout + batch model and the we got as underfit.
  • Conclusion 3 : The model 3 with 30 epochs and it came still overfit conclusion we need do more epochs so that the model will get impove.

Contact

Satya- feel free to contact me!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published