Section 01
Introduction: Research on the Application of SVM and PCA in Breast Cancer Diagnosis
This article introduces a machine learning study based on digital image features of Fine Needle Aspiration (FNA) biopsies. It implements benign/malignant classification of breast cancer tumors using Support Vector Machine (SVM) and K-Nearest Neighbors (K-NN) algorithms, and explores the impact of Principal Component Analysis (PCA) dimensionality reduction on model performance. Finally, SVM with RBF kernel achieved an accuracy of 98.25% on the original features, providing a practical solution for medical AI-assisted diagnosis.