https://github.com/ecoronado92/medical_img_computer_vision
machine-learning | CNN | ANN | deep-learning
https://github.com/ecoronado92/medical_img_computer_vision
cnn computer-vision convolutional-neural-networks machine-learning transfer-learning tumor-stains xrays
Last synced: 6 months ago
JSON representation
machine-learning | CNN | ANN | deep-learning
- Host: GitHub
- URL: https://github.com/ecoronado92/medical_img_computer_vision
- Owner: ecoronado92
- Created: 2019-05-23T19:28:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T13:45:11.000Z (over 6 years ago)
- Last Synced: 2025-09-13T22:03:20.555Z (11 months ago)
- Topics: cnn, computer-vision, convolutional-neural-networks, machine-learning, transfer-learning, tumor-stains, xrays
- Language: HTML
- Homepage:
- Size: 35 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Medical Image Classification via Convolutional Neural Networks (CNN)
Repo contains two examples for CNN for classifying medical images - X-rays and tumor stains.
In recent years, AI and Deep Learning have become promising methods to enhance Medical Image Classification tasks. The examples in this repo demonstrate the power of convolutional neural networks to classify abdominal and chest xrays by via transfer learning, leveraging ImageNet existing weights, and cancer tumor stains (malignant vs benign) without any transfer learning. The x-ray classification tasks is a simpler example given these are <100 black and white images, while the tumor stain classification has increased complexity with a 1.6 Gb dataset of RGB images.