Skip to content

Building a Convolutional Neural Network on a smaller sample of chest X-ray dataset

Notifications You must be signed in to change notification settings

MehrabKalantary/CNN-Chest-Xray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

CNN Model on Chest X-ray Dataset

Building a CNN model on chest x-ray dataset. We use a smaller sample of the dataset

Add more data to get a better result

Dataset on kaggle

Contents

Data Augmentation

The data is huge, so we don't load the data directly

There are two classes and the data is imbalanced

Imbalanced Data Handling

  • Class weights

Modeling

We use the following architecture for our model

p

Model Improving

  • Early stopping
  • ReduceLROnPlateau

Evaluation

  • Accuracy and loss plotting

About

Building a Convolutional Neural Network on a smaller sample of chest X-ray dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages