An open API service indexing awesome lists of open source software.

https://github.com/alphan26/breastcancerclassification

This project involves a binary classification problem where we applied PyTorch to detect breast cancer.
https://github.com/alphan26/breastcancerclassification

matplotlib numpy pandas python pytorch

Last synced: about 1 month ago
JSON representation

This project involves a binary classification problem where we applied PyTorch to detect breast cancer.

Awesome Lists containing this project

README

          

Breast Cancer Clasification Using Multimodal Approach

This project focuses on the detection of breast cancer, which is common among women, using image processing techniques. The aim of this study is to assist radiologists in making more confident decisions while also speeding up their decision-making process. The project utilizes PyTorch and leverages the CBIS-DDSM dataset. To enhance the AI's ability to detect cancerous cells during the training phase, certain textual data present in the dataset were also incorporated using a Multi-Layer Perceptron (MLP). Thus, the overall model follows a multimodal approach. With this study, we aim to reduce the high false positive rate, a common issue in breast cancer detection, and demonstrate that including patients' textual data can improve the model's accuracy.