https://github.com/namansnghl/human-protein-classification
Zero-to-Gans Competition 2020
https://github.com/namansnghl/human-protein-classification
deep-learning image-classification jupyter pytorch-cnn
Last synced: 4 months ago
JSON representation
Zero-to-Gans Competition 2020
- Host: GitHub
- URL: https://github.com/namansnghl/human-protein-classification
- Owner: namansnghl
- Created: 2024-02-01T18:35:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-01T18:46:46.000Z (over 1 year ago)
- Last Synced: 2025-01-08T08:47:47.748Z (5 months ago)
- Topics: deep-learning, image-classification, jupyter, pytorch-cnn
- Language: Jupyter Notebook
- Homepage:
- Size: 702 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Human Protein Image Classification with Pytorch
[Human Protein Atlas Competition](https://www.kaggle.com/c/human-protein-atlas-image-classification)Images visualizing proteins in cells are commonly used for biomedical research, and these cells could hold the key for the next breakthrough in medicine. However, thanks to advances in high-throughput microscopy, these images are generated at a far greater pace than what can be manually evaluated. Therefore, the need is greater than ever for automating biomedical image analysis to accelerate the understanding of human cells and disease.
Developed model capable of classifying mixed patterns of proteins in microscope images. This is a multilabel image classification problem, where each image can belong to several classes. The class labels are as follows: 0: 'Mitochondria', 1: 'Nuclear bodies', 2: 'Nucleoli', 3: 'Golgi apparatus', 4: 'Nucleoplasm', 5: 'Nucleoli fibrillar center', 6: 'Cytosol', 7: 'Plasma membrane', 8: 'Centrosome', 9: 'Nuclear speckles'