This document describes a study that uses a support vector machine (SVM) algorithm to predict heart disease based on patient data. The study uses a dataset of 1000 patient records with 8 attributes related to risk factors for heart disease. The SVM algorithm is applied to identify patterns in the data and classify patients as having heart disease or not. It aims to find the optimal decision boundary between the two classes to minimize classification errors. The results show that the SVM technique can accurately predict heart disease based on the risk factor attributes in the patient data.