Begins creating model for classifying disease in X-rays.
Uses the MEDMNIST dataset to extract a large set of 28x28 pixel chest X-ray images with disease labels. This dataset was generated from the NIH-ChestXray14 dataset.
Outlines the framework for generating and evaluating a sequential neural network for classification of the images.
Begins creating model for classifying disease in X-rays.