This research examines the analysis of brain tumor disease classification using radiographic images using the Python-based Support Vector Machines (SVM) method. Data was collected from the Kaggle platform with four main categories of brain tumors: normal, pituitary, glioma, and meningioma. The data is then processed, including cleaning, pixel intensity normalization, and feature extraction to distinguish brain tumor characteristics. The data were visualized to understand the distribution and characteristics of the tumor. With the implementation of Python, visual analysis becomes efficient. The SVM model was trained and evaluated, showing an accuracy of 90% with good evaluation metrics such as MAE, MSE, RMSE, and F1-SCORE. The results show that SVM has excellent potential as a diagnostic tool to support the identification and treatment of brain tumors.
Copyrights © 2024