This document discusses using support vector machines (SVM) to classify MRI brain images as normal, benign tumor, or malignant tumor. Key steps include preprocessing images using median and Gaussian filters, extracting features using gray level co-occurrence matrix (GLCM) analysis, and training and testing an SVM classifier on the extracted features to classify new MRI images. The methodology first segments regions of interest in the images using k-means clustering, then extracts GLCM texture features from those regions to train and test the SVM for tumor classification.