Next Article in Journal
Investigation of Leading-Edge Dogtooth Extensions on the Low-Speed Aerodynamics of a BWB UAV
Previous Article in Journal
Low-Resolution Script Recognition for Chinese Characters with Similar Radicals Based on Local Relations and Global Statistical Features
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

Artificial Intelligence-Powered Breast Cancer Prognosis: Optimizing Deep Learning with Image Normalization †

by
Chang Yeou Yong
,
Dennis Jia Wang Pang
,
Sheng Mou Leong
and
Chi Wee Tan
*
Faculty of Computing and Information Technology, Tunku Abdul Rahman University of Management and Technology, Jalan Genting Kelang, Setapak, Kuala Lumpur 53300, Malaysia
*
Author to whom correspondence should be addressed.
Presented at 2025 IEEE International Conference on Computation, Big-Data and Engineering (ICCBE), Penang, Malaysia, 27–29 June 2025.
Eng. Proc. 2026, 128(1), 49; https://doi.org/10.3390/engproc2026128049
Published: 16 April 2026

Abstract

Breast cancer is one of the most fatal cancers for women and requires accurate cancer diagnosis technology. In this research, we incorporated advanced image preprocessing methods, including histogram equalization (HE), stain normalization, intensity normalization, and Richard normalization, along with deep learning, to enhance invasive ductal carcinoma prognosis. Additionally, we evaluated the effectiveness of HE for different image contrast enhancement and model performance optimization methods. The Residual network with 50 layers, the densely connected convolutional network, and the efficient neural network architecture were tested on a publicly available histopathological image dataset. DenseNet showed an accuracy of 0.5523 with Richard normalization and Stain Normalization. ResNet-50 showed an accuracy of 0.5500 when using histogram equalization as a pre-processing step. The results proved that histogram equalization is effective in relieving contrast and feature extraction, which are important in class medical image analysis and dealing with class imbalance problems. The results demonstrate the feasibility of artificial intelligence-based solutions in improving breast cancer prognosis through these inexpensive and efficient prognosis tools.

1. Introduction

Breast cancer is a leading cause of mortality among women, with approximately 700,000 deaths recorded globally in 2020 [1]. Early detection significantly improves survival rates, yet traditional diagnostic methods, including mammograms, ultrasounds, MRI, and histopathological analysis, face challenges such as high costs, time consumption, and susceptibility to human error [2,3]. These limitations often result in delayed or inaccurate diagnoses. Artificial intelligence (AI), particularly deep learning, offers a transformative approach to breast cancer detection by automating image analysis, enhancing diagnostic accuracy, and reducing false-positive and false-negative rates [4,5].
AI systems efficiently process large datasets, identify critical patterns, and support medical professionals in decision-making, with the added potential to improve accessibility in resource-limited regions [6,7]. Despite its promise, AI-based breast cancer detection is still in its infancy, requiring further research to enhance model reliability and clinical applicability [8,9].
This study aims to advance breast cancer prognosis by enhancing the predictive accuracy of deep learning models in identifying invasive ductal carcinoma (IDC) using histopathological images. We systematically evaluated the impact of advanced preprocessing techniques, histogram equalization, stain normalization, intensity normalization, and Richard normalization on the performance of the residual network with 50 layers (ResNet-50), the densely connected convolutional network (DenseNet), and the efficient neural network architecture (EfficientNet) architectures [10,11,12]. By identifying the optimal combination of preprocessing methods and model configurations, classification outcomes were enhanced to ensure the scalability and robustness of these models across diverse datasets and imaging conditions [7,13]. By developing precise, cost-effective, and scalable AI-driven tools, medical professionals can improve patient prognostic outcomes [4,8].

2. Literature Review

The development of AI-based tools for breast cancer detection, particularly for IDC, offers significant potential for both societal and commercial impact. IDC, a highly aggressive subtype comprising nearly 80% of breast cancer cases, requires early detection to improve patient outcomes [4,9]. Current diagnostic methods, reliant on manual analysis, are time-intensive, error-prone, and heavily dependent on specialized expertise, often unavailable in resource-limited settings [5,14]. Deep learning-based solutions automate and streamline this process, enabling faster, more accurate, and cost-effective cancer detection [3,5]. Such AI-driven technologies revolutionize healthcare by reducing labor costs, supporting scalability, and introducing revenue models such as AI-as-a-Service (AIaaS) for broader accessibility [1,8]. Socially, they enable general access to quality diagnostic tools, bridge healthcare disparities, and support healthcare professionals by alleviating workload and enhancing focus on complex cases [6,7]. The promise of improved patient care and reduced global health inequities underscores the transformative potential of AI in advancing breast cancer detection and prognosis.
In this research, deep learning was used to detect IDC in histopathological images. Deep learning models are well-suited for image classification tasks, especially in medical imaging, due to their ability to automatically extract hierarchical features from complex image data. Three state-of-the-art deep learning models were utilized: ResNet-50, DenseNet, and EfficientNet. Each model was selected due to its strengths and suitability. Figure 1 shows the detection ontology of breast cancer.

2.1. ResNet-50

ResNet-50 is a deep convolutional neural network known for its skip connections, which allow the effective training of deep networks. The skip connections help mitigate the vanishing gradient problem by passing information across layers, making ResNet-50 ideal for tasks like medical image classification, where deep architectures are necessary to capture intricate details [13,15].
  • Feature extraction: Its 50-layer deep architecture allows for the extraction of detailed features from histopathological images, which is crucial for detecting subtle differences between healthy and cancerous tissues [16,17].
  • High accuracy: ResNet-50 consistently achieves high accuracy in image classification tasks, making it a reliable benchmark in this project [15,18].
  • Robustness in learning: ResNet-50’s skip connections help it learn more effectively from medical images, which require attention to fine details that may signal disease [3,14].
The architecture of ResNet-50 is presented in Figure 2.

2.2. DenseNet

DenseNet was selected for its unique architecture, where each layer is connected to every other layer, ensuring efficient feature reuse [18]. This architecture allows DenseNet to achieve high performance with fewer parameters, making it an efficient model for deep learning tasks in medical imaging [7].
  • Efficient feature reuse: The dense connections ensure that features learned earlier in the network are reused throughout the model, making it highly efficient at extracting important patterns in histopathological images [19].
  • Gradient flow: DenseNet’s architecture enhances the flow of gradients, improving the training process, especially when working with complex medical images, where differentiating between IDC-positive and IDC-negative patches is difficult [2,5].
  • Fewer parameters: Despite its deep architecture, DenseNet uses fewer parameters than ResNet-50, making it memory-efficient and better suited for balancing accuracy and resource constraints [15].
The architecture of DenseNet is presented in Figure 3.

2.3. EfficientNet

EfficientNet was chosen as the primary model for its balance between accuracy and computational efficiency. EfficientNet uses compound scaling to scale the network’s depth, width, and resolution in a balanced manner, ensuring optimal performance with fewer parameters [13,20].
  • Balanced performance and efficiency: EfficientNet is designed to deliver high accuracy while keeping computational requirements low, making it ideal for processing large histopathological datasets [16].
  • Compound scaling: EfficientNet’s ability to scale its parameters uniformly ensures a high level of feature extraction across different levels of granularity, which is essential for medical images where both high-level and low-level features indicate disease [7,9].
  • Fewer parameters, high accuracy: Compared with ResNet-50 and DenseNet, EfficientNet achieves comparable or better accuracy with fewer parameters, making it highly efficient and effective for medical applications [15,18].
  • Scalability: EfficientNet offers scalable models such as EfficientNet-B0 for quick development and EfficientNet-B7 for higher accuracy, providing flexibility in handling different computational resources during the project [21].
The architecture of EfficientNet is presented in Figure 4.

3. Methodology

Figure 5 outlines the method used in this study for detecting IDC in histopathological images. It involved data collection and preprocessing (including normalization and augmentation) and training multiple deep learning models. Each model was evaluated for their performance to select the best model for IDC detection.

3.1. Dataset

The dataset used in this study comprises histopathological whole-slide images of breast tissue specimens, aimed at detecting invasive ductal carcinoma (IDC)—a prevalent and aggressive form of breast cancer. From these slides, 277,524 image patches (50 × 50 pixels each) were extracted and categorized based on pathologists’ analysis: IDC Positive (Class 1, 78,786 patches), indicating cancerous tissue, and IDC Negative (Class 0, 198,738 patches), representing healthy or other non-IDC subtypes (Figure 6). The images, stored in .png format, were resized to 224 × 224 pixels to meet the input requirements of deep learning models such as ResNet, DenseNet, and EfficientNet (Table 1). A total of 113 patient samples were used for training and 49 for validation.

3.2. Data Preprocessing

Data resizing was necessary to standardize image dimensions, which vary due to differences in medical imaging sources. Deep learning architectures such as ResNet-50, DenseNet, and EfficientNet require a fixed input size. Therefore, all images were resized to 224 × 224 pixels in this research. This standardization facilitates uniform data representation, preserves essential image features, and enhances computational efficiency. Python 3 libraries, including OpenCV 4.10.0 and TensorFlow 2.16.1, were employed. Specifically, OpenCV’s cv2.resize(image, (224, 224)) function and TensorFlow’s ImageDataGenerator enabled real-time resizing during data loading, streamlining the workflow and optimizing model training.
Data normalization was also important in classifying histopathological images in the detection of invasive ductal carcinoma (IDC). Feeding unscaled pixel values into neural networks results in unstable training dynamics and slower convergence. Normalization mitigates these issues by reducing pixel intensity variance, promoting smoother gradient flow during backpropagation, and facilitating the extraction of meaningful features. In this study, pixel values were normalized by dividing them by 255, effectively transforming them into fractional values between 0 (black) and 1 (white). This process involves scaling pixel values, originally ranging from 0 to 255, to a normalized range, typically between 0 and 1. This operation was conducted using Python libraries such as NumPy (image = image/255.0) and integrated into TensorFlow’s preprocessing pipeline via ImageDataGenerator, thereby enhancing model performance and training efficiency. Additional normalization techniques were applied to address domain-specific challenges in histopathological imaging.
  • Stain normalization: Variability in staining protocols and equipment introduces color inconsistencies that obscure tissue morphology. The Macenko algorithm is used to standardize the color space by aligning images to a reference stain profile, ensuring consistent input and improving model generalization.
  • Intensity normalization: Pixel values are normalized to a uniform range (e.g., [0, 1] or [−1, 1]) to compensate for differences in brightness and contrast caused by imaging conditions. By dividing raw pixel values by 255, intensity normalization stabilizes training, reduces the risk of gradient instability, and improves data manageability for deep learning models.
  • Richard normalization: Contrast enhancement methods such as histogram equalization and contrast-limited adaptive histogram equalization (CLAHE) are employed to amplify critical features in histopathological images. These techniques redistribute pixel intensities to highlight malignant regions while preserving structural integrity, thereby facilitating more accurate differentiation between healthy and cancerous tissues.

3.3. HE

Histogram equalization was applied to enhance the contrast of the histopathological images before feeding them into the models. Histogram equalization is used to adjust the contrast of an image by redistributing the intensity values, making features in the image more distinguishable for the models.
Pixel values in 8-bit images were divided by 255 to scale them into the range of [0, 1], making the data easier for the model to process. This was conducted using NumPy (‘image = image/255.0’) or integrated into TensorFlow’s preprocessing pipeline with ‘ImageDataGenerator’. By converting pixel intensities to a range between 0 (black) and 1 (white), consistent input is ensured, improving the efficiency of model training and enabling the network to learn patterns more effectively.
  • Enhance image contrast: In medical imaging, such as histopathological images of breast tissue, the contrast between cancerous and non-cancerous is not always sharp. Applying histogram equalization helps enhance these contrasts, making cancerous regions more detectable.
  • Improve feature extraction: By improving the contrast, the models better detect patterns and structures, which are critical for distinguishing between IDC-positive (+) and IDC-negative (−) regions in tissue samples.

3.4. Data Augmentation

The main objective of data augmentation is to increase the variability of the training data, enabling the model to learn from a wider range of possible image scenarios [22]. Medical images, such as histopathological images used in this project, look similar to one another. Without augmentation, the model might memorise the training data and fail to generalise to new, unseen images, leading to overfitting.
  • Random sampling (IDC(−) = 1000, IDC(+) = 1200)
  • Random brightness (0.5 px~2.0 px)
  • Random shear (x: 0.0~0.2, y: 0.0~0.2)
  • Class weights in the loss function
  • Oversampling of the minority class
  • Undersampling the majority class
  • Combination of oversampling and undersampling

4. Result and Discussion

We evaluated the performance of ResNet-50, DenseNet, and EfficientNet using HE, stain normalization, intensity normalization, and Richard normalization.

4.1. Effectiveness of HE

ResNet-50 demonstrated robustness with or without HE, achieving an accuracy of 0.5500 with HE and 0.5477 without it, indicating a modest enhancement through contrast improvement. DenseNet showed a similar trend, achieving 0.5455 with HE and 0.5409 without it. Notably, DenseNet peaks at 0.5523 under stain normalization (without HE) and Richard normalization (with HE), surpassing ResNet-50. EfficientNet, however, performed worse than the other models, with an accuracy of 0.5023 with HE and 0.5136 without it, showing limited sensitivity to HE.

4.2. Stain Normalization

DenseNet achieves its highest accuracy of 0.5523 under stain normalization without HE, demonstrating significant benefits. ResNet-50 also performed well, achieving an accuracy of 0.5318 without HE and 0.5136 with HE, although the improvement was less pronounced than DenseNet. EfficientNet remains stable, with an accuracy of 0.5318 in both cases, indicating that the addition of HE has minimal impact, while stain normalization maintained its performance.

4.3. Intensity Normalization

ResNet-50 demonstrated notable improvement when intensity normalization was combined with HE, reaching an accuracy of 0.5432 compared with 0.4932 without HE. This underscores the importance of contrast enhancement for ResNet-50 in histopathological image classification. DenseNet exhibited stable performance, with accuracies of 0.5250 with HE and 0.5182 without HE, indicating limited sensitivity to HE. EfficientNet showed marginal gains, showing accuracies of 0.5364 with HE and 0.5250 without HE, suggesting modest benefits from this preprocessing strategy.

4.4. Richard Normalization

Richard Normalization, particularly when combined with HE, was effective for ResNet-50 and DenseNet. ResNet-50 showed an accuracy of 0.5409 with HE, while DenseNet showed 0.5523 under this combination, demonstrating its effectiveness. EfficientNet, however, showed less improvement, achieving an accuracy of 0.5091 with HE, reaffirming its relatively low performance across all techniques.
The overall performance of the models is presented in Table 2.

5. Conclusions

DenseNet emerged as the most effective model, achieving the highest accuracy of 0.5523 under both stain normalization (without histogram equalization) and Richard normalization (with histogram equalization). ResNet-50 demonstrated competitive performance, reaching an accuracy of 0.5500 with histogram equalization and maintaining consistent results across various preprocessing techniques. In contrast, EfficientNet consistently underperformed, suggesting the need for further optimization or alternative preprocessing strategies to improve its classification efficacy.

Author Contributions

Conceptualization, C.Y.Y., D.J.W.P. and S.M.L.; methodology, C.Y.Y., D.J.W.P. and S.M.L.; validation, C.Y.Y., D.J.W.P. and S.M.L.; formal analysis, C.Y.Y., D.J.W.P. and S.M.L.; investigation, C.Y.Y., D.J.W.P. and S.M.L.; resources, C.Y.Y., D.J.W.P. and S.M.L.; data curation, C.Y.Y., D.J.W.P. and S.M.L.; writing—original draft preparation, C.Y.Y., D.J.W.P. and S.M.L.; writing—review and editing, C.Y.Y., D.J.W.P. and S.M.L.; visualization, C.Y.Y., D.J.W.P. and S.M.L.; supervision, C.W.T. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data are contained within the paper.

Acknowledgments

The authors would like to express their heartfelt gratitude to Tunku Abdul Rahman University of Management and Technology (TAR UMT) for providing the resources throughout this research.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Zhang, Y.; Xia, K.; Li, C.; Wei, B.; Zhang, B. Review of Breast Cancer Pathologigcal Image Processing. BioMed Res. Int. 2021, 2021, 1994764. [Google Scholar] [CrossRef] [PubMed]
  2. Gurcan, M.; Boucheron, L.; Can, A.; Madabhushi, A.; Rajpoot, N.; Yener, B. Histopathological Image Analysis: A review. IEEE Rev. Biomed. Eng. 2009, 2, 147–171. [Google Scholar] [CrossRef] [PubMed]
  3. Janowczyk, A.; Madabhushi, A. Deep learning for digital pathology image analysis: A comprehensive tutorial with selected use cases. J. Pathol. Inform. 2016, 7, 29. [Google Scholar] [CrossRef] [PubMed]
  4. Aldakhil, L.; Alhasson, H.; Alharbi, S. Attention-Based Deep Learning Approach for Breast Cancer Histopathological Image Multi-Classification. Diagnostics 2024, 14, 1402. [Google Scholar] [CrossRef] [PubMed]
  5. Cruz-Roa, A.; Gilmore, H.; Basavanhally, A.; Feldman, M.; Ganesan, S.; Shih, N.N.; Tomaszewski, J.; González, F.A.; Madabhushi, A. Accurate and reproducible invasive breast cancer detection in whole-slide images: A Deep Learning approach for quantifying tumor extent. Sci. Rep. 2017, 7, 46450. [Google Scholar] [CrossRef] [PubMed]
  6. Angayarkanni, S.P. Hybrid Convolution Neural Network in Classification of Cancer in Histopathology Images. J. Digit. Imaging 2022, 35, 248–257. [Google Scholar] [CrossRef] [PubMed]
  7. Potsangbam, J.; Devi, S.S. Classification of Breast Cancer Histopathological Images Using Transfer Learning with DenseNet121. Procedia Comput. Sci. 2024, 235, 1990–1997. [Google Scholar] [CrossRef]
  8. Hossain, M.S.; Armstrong, L.J.; Cook, D.M.; Zaenker, P. Application of histopathology image analysis using deep learning networks. Hum.-Centric Intell. Syst. 2024, 4, 417–436. [Google Scholar] [CrossRef]
  9. Madani, M.; Behzadi, M.M.; Nabavi, S. The role of Deep Learning in Advancing breast cancer detection using different imaging modalities: A Systematic review. Cancers 2022, 14, 5334. [Google Scholar] [CrossRef] [PubMed]
  10. Belsare, A. Histopathological image analysis using image Processing techniques: An Overview. Signal Image Process. Int. J. 2012, 3, 23–36. [Google Scholar] [CrossRef]
  11. Hoque, M.Z.; Keskinarkaus, A.; Nyberg, P.; Seppänen, T. Stain normalization methods for histopathology image analysis: A comprehensive review and experimental comparison. Inf. Fusion 2023, 102, 101997. [Google Scholar] [CrossRef]
  12. JEOL Ltd. Richardson-Lucy Method|Glossary. Available online: https://www.jeol.com/words/emterms/20121023.105457.php#gsc.tab=0 (accessed on 1 September 2024).
  13. Tan, M.; Le, Q.V. EfficientNet: Rethinking model scaling for convolutional neural networks. arXiv 2019, arXiv:1905.11946. [Google Scholar] [CrossRef]
  14. Komura, D.; Ishikawa, S. Machine learning methods for histopathological image analysis. Comput. Struct. Biotechnol. J. 2018, 16, 34–42. [Google Scholar] [CrossRef] [PubMed]
  15. Potrimba, P. What is ResNet-50? Roboflow Blog, 15 April 2024. Available online: https://blog.roboflow.com/what-is-resnet-50/ (accessed on 1 September 2014).
  16. Li, Z.; Zhang, X.; Müller, H.; Zhang, S. Large-scale retrieval for medical image analytics: A comprehensive review. Med. Image Anal. 2017, 43, 66–84. [Google Scholar] [CrossRef] [PubMed]
  17. Wei, J. Classification of Histopathology Images with Deep Learning: A Practical Guide. Medium, 7 December 2021. Available online: https://medium.com/health-data-science/classification-of-histopathology-images-with-deep-learning-a-practical-guide-2e3ffd6d59c5 (accessed on 1 September 2014).
  18. Das, S. Implementing DenseNet-121 in PyTorch: A Step-by-Step Guide. Medium, 19 March 2023. Available online: https://medium.com/deepkapha-notes/implementing-densenet-121-in-pytorch-a-step-by-step-guide-c0c2625c2a60 (accessed on 1 September 2014).
  19. Amin, H.; Darwish, A.; Hassanien, A.E.; Soliman, M. End-to-End Deep learning model for corn leaf disease classification. IEEE Access 2022, 10, 31103–31115. [Google Scholar] [CrossRef]
  20. Keras Documentation: EfficientNet B0 to B7. Available online: https://keras.io/api/applications/efficientnet/ (accessed on 1 September 2014).
  21. Allunia. Breast Cancer. Kaggle, 22 June 2021. Available online: https://www.kaggle.com/code/allunia/breast-cancer (accessed on 1 September 2014).
  22. Garcea, F.; Serra, A.; Lamberti, F.; Morra, L. Data augmentation for medical imaging: A systematic literature review. Comput. Biol. Med. 2022, 152, 106391. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Breast cancer detection ontology.
Figure 1. Breast cancer detection ontology.
Engproc 128 00049 g001
Figure 2. ResNet-50 architecture.
Figure 2. ResNet-50 architecture.
Engproc 128 00049 g002
Figure 3. DenseNet architecture.
Figure 3. DenseNet architecture.
Engproc 128 00049 g003
Figure 4. EfficientNet architecture.
Figure 4. EfficientNet architecture.
Engproc 128 00049 g004
Figure 5. Methodology used in this study.
Figure 5. Methodology used in this study.
Engproc 128 00049 g005
Figure 6. Sample images from dataset [1].
Figure 6. Sample images from dataset [1].
Engproc 128 00049 g006
Table 1. Comparison of deep learning models used for breast cancer prognosis, highlighting their purposes, implementations, and advantages in medical imaging.
Table 1. Comparison of deep learning models used for breast cancer prognosis, highlighting their purposes, implementations, and advantages in medical imaging.
ModelPurposeImplementationAdvantages
ResNet-50Chosen for its ability to handle deep neural networks with skip connections that mitigate the vanishing gradient problem, enabling it to learn complex patterns.Pre-trained on ImageNet and fine-tuned on the IDC dataset, with images resized to 224 × 224 pixels and normalized.Effectively extracts features from complex medical images, allowing detection of subtle patterns in cancerous tissues.
DenseNetSelected for its dense connections that enhance gradient flow and feature reuse, making it efficient in learning from medical images with subtle variations.Pre-trained on ImageNet and fine-tuned on the IDC dataset.Leverages all learned features effectively, improving its ability to detect cancerous tissue.
EfficientNetChosen for its computational efficiency through compound scaling, balancing the network’s depth, width, and resolution, making it suitable for large-scale datasets.Trained on the pre-processed dataset, with images resized and normalized.Balances accuracy and computational efficiency, ideal for resource-constrained environments like medical prognostics.
Table 2. Overall performance of models (The crown icon denotes that the method has been formally recognized as appropriate and valid for addressing the objectives of this study).
Table 2. Overall performance of models (The crown icon denotes that the method has been formally recognized as appropriate and valid for addressing the objectives of this study).
ResNet-50DenseNetEfficientNet
Histogram
Equalization (HE)
0.55000.54550.5023
Without
Histogram
Equalization (HE)
0.54770.54090.5136
Stain
Normalisation Without Histogram Equalization (HE)
0.53180.5523
Engproc 128 00049 i001
0.5318
Stain
Normalisation With Histogram Equalization (HE)
0.51360.52730.5159
Intensity
Normalisation Without Histogram Equalization (HE)
0.49320.50230.5250
Intensity
Normalisation With Histogram Equalization (HE)
0.54320.51820.5364
Richard
Normalisation Without Histogram Equalization (HE)
0.52500.52500.5023
Richard
Normalisation With Histogram Equalization (HE)
0.54090.5523
Engproc 128 00049 i001
0.5091
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Yong, C.Y.; Pang, D.J.W.; Leong, S.M.; Tan, C.W. Artificial Intelligence-Powered Breast Cancer Prognosis: Optimizing Deep Learning with Image Normalization. Eng. Proc. 2026, 128, 49. https://doi.org/10.3390/engproc2026128049

AMA Style

Yong CY, Pang DJW, Leong SM, Tan CW. Artificial Intelligence-Powered Breast Cancer Prognosis: Optimizing Deep Learning with Image Normalization. Engineering Proceedings. 2026; 128(1):49. https://doi.org/10.3390/engproc2026128049

Chicago/Turabian Style

Yong, Chang Yeou, Dennis Jia Wang Pang, Sheng Mou Leong, and Chi Wee Tan. 2026. "Artificial Intelligence-Powered Breast Cancer Prognosis: Optimizing Deep Learning with Image Normalization" Engineering Proceedings 128, no. 1: 49. https://doi.org/10.3390/engproc2026128049

APA Style

Yong, C. Y., Pang, D. J. W., Leong, S. M., & Tan, C. W. (2026). Artificial Intelligence-Powered Breast Cancer Prognosis: Optimizing Deep Learning with Image Normalization. Engineering Proceedings, 128(1), 49. https://doi.org/10.3390/engproc2026128049

Article Metrics

Back to TopTop