datasets icon indicating copy to clipboard operation
datasets copied to clipboard

[WIP] - Draft PR - Pneumonia mnist dataset

Open CristianoPizzamiglio opened this issue 8 months ago • 2 comments

Draft PR

The code is not complete, I would like to get feedback, please. If you are interested I will continue the development.

The lightweight Pneumonia MNIST dataset could be useful for beginners in supervised learning interested in training neural networks for biomedical applications.

Add Dataset

  • Dataset Name: Pneumomia mnist
  • Info: https://medmnist.com/
  • Data: https://zenodo.org/records/10519652

Description

The PneumoniaMNIST is based on a prior dataset of 5,856 pediatric chest X-Ray images. The task is binary-class classification of pneumonia against normal. The source training set is split with a ratio of 9:1 into training and validation set, and use its source validation set as the test set. The source images are gray-scale, and their sizes are (384–2,916) × (127–2,713). The images are center-cropped with a window size of length of the short edge and resized into 1 × 28 × 28.

CristianoPizzamiglio avatar Jun 02 '24 15:06 CristianoPizzamiglio