Skip to content

ArozHada/Skin_Lesions_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Skin_Lesions_classification

Classification of the HAM-10000 dataset on skin lesions

Challenge 1 The binary problem of classifying Nevus images vs all the others. We will give you 6000 images, 3000 being nevus, 3000 being a combination of the others to train the system. The test set will consist on 1015 images.

Challenge 2 A three-class problem consisting on the classification of melanoma vs benign keratosis vs basal cell carcinoma. The training set will consist on 1000 images for the first two classes and 500 for the last one (imbalanced problem). The test set consist on 226 images


Pre-processing

Hair removal with black-hat transformation

image


Features Extracted

  1. Hu moments
  2. LBP
  3. Color Histogram
  4. HoG
  5. GLCM
  6. Haralick
  7. SIFT

Feature Engineering

  1. Data Normalization
  2. PCA

ML Algorithms

image


DL Algorithms

  1. ResNet
  2. DenseNet
  3. VGG
  4. AlexNet

Results

image

image

About

Classification of the HAM-1000 dataset on skin lesions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published