GithubHelp home page GithubHelp logo

soumya997 / siim-isic-melanoma-classification-kaggle Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 98.13 MB

Kaggle challenge for Melanoma Detection.

Home Page: https://www.kaggle.com/c/siim-isic-melanoma-classification

Jupyter Notebook 100.00%
machine-learning deep-learning computer-vision melanoma-detection

siim-isic-melanoma-classification-kaggle's Introduction

SIIM-ISIC-Melanoma-classification-Kaggle-challange

plotted images

  1. is malignent images,
  2. is benign images,
  3. inpainted images(after hair removal)
  4. anatom_site_general_challenge pi chart,
  5. count of age approx,
  6. count of diagnosis and many more in the notebooks.

    

Model structure for VGG:

model.add(VGG19(include_top=False, weights='imagenet', input_shape= inputShape))
model.add(Flatten())
model.add(Dense(32))
model.add(LeakyReLU(0.001))
model.add(Dense(16))
model.add(LeakyReLU(0.001))
model.add(Dense(1, activation='sigmoid'))

ResNet101 Model summary:

Model: "sequential"
_________________________________________________________________
Layer (type)                 Output Shape              Param #   
=================================================================
resnet101 (Model)            (None, 7, 7, 2048)        42658176  
_________________________________________________________________
global_average_pooling2d (Gl (None, 2048)              0         
_________________________________________________________________
dense (Dense)                (None, 1)                 2049      
=================================================================
Total params: 42,660,225
Trainable params: 42,554,881
Non-trainable params: 105,344
_________________________________________________________________

File structure:

  1. ResNet101 training inside resnet101-with-focal-loss-and-img-aug.ipynb
  2. VGG16 training is in baseline-submission-keras-vgg16
  3. Image Analysis is in cancer-detection-analysis.ipynb
  4. Tabular data analysis is in eda-w-plotly-and-stacking-on-tabular-data-0-685.ipynb

Future work:

  1. woking on the image analysis more
  2. woking on bettering the model performance.

siim-isic-melanoma-classification-kaggle's People

Contributors

imgbotapp avatar soumya997 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.