LLeon360/UNetBiomedicalDiagnosis
Contains a module for functions that build and evaluate a U-Net Model which is a modified auto-encoder image-to-image architecture that includes skip connections from encoder to decoder layers with matching input dimensions to retain features from the encoded image. The model is designed for image segmentation and produces a mask based off x-ray data. The model is used with lung x-rays to segment out lungs, brain scans to segment out brain tumors, and pictures of a room to segment out a human figure. With the lungs dataset, it is able to manage 98% accuracy with a wide range of 3,4,5 encoding block of Conv2D and MaxPooling and BatchNormalization + 1 latent layer without pooling and the mirrored number of decoding layers that do Conv2DTranspose for deconvolution and UpScaling to reverse MaxPooling making 7,9,11 layers with doubling filters/kernels in each encoding block from 16,32,64,80 that double with each block like in a traditional CNN and then half with each decoding block.
No commits in the last 6 months.
Stars
8
Forks
2
Language
Python
License
GPL-3.0
Category
Last pushed
Jun 07, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/LLeon360/UNetBiomedicalDiagnosis"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
dipy/dipy
DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for...
Project-MONAI/MONAI
AI Toolkit for Healthcare Imaging
Project-MONAI/MONAILabel
MONAI Label is an intelligent open source image labeling and learning tool.
neuronets/nobrainer
A framework for developing neural network models for 3D image processing.
axondeepseg/axondeepseg
Axon/Myelin segmentation using Deep Learning