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
The data is huge, so we don't load the data directly
There are two classes and the data is imbalanced
- Class weights
We use the following architecture for our model
- Early stopping
- ReduceLROnPlateau
- Accuracy and loss plotting