Skip to content

cenkcorapci/pneumonia-detection

Repository files navigation

Pneumonia Detection with Deep Learning

A convolutional neural network model for RSNA pneumonia detection challenge based on Residual Networks.

About the data

How to use

  • Download the data set.
  • Set the paths in config.py
  • Than either
    python encoder_decoder_model.py
    
    or use resnet.ipynb which can also plot losses on each epoch on Jupyter notebook.