Instance segmentation via deep pixel embedding
-
Updated
Sep 4, 2020 - Python
Instance segmentation via deep pixel embedding
In this notebook, we perform a binary classification on chest X-ray images to determine whether a person has healthy lungs or is diagnosed with pneumonia. For this classification, we used a custom deep convolutional neural network (CNN) model and achieved an accuracy of 95% on the test set.
recreation of UNET: Convolutional networks for biomedical image segmentation. Implemented with keras & tensorflow.
Add a description, image, and links to the biomedical-images topic page so that developers can more easily learn about it.
To associate your repository with the biomedical-images topic, visit your repo's landing page and select "manage topics."