This document discusses using machine learning algorithms to classify breast cancer tumors as benign or malignant. It first provides background on breast cancer prevalence and the importance of early detection. It then describes commonly used machine learning methods like supervised learning, unsupervised learning, and reinforcement learning. The document outlines the methodology used, which includes data exploration, correlation testing, outlier detection, and using classification algorithms like logistic regression, support vector machines, random forests, and multi-layer perceptrons. It provides details on support vector machines and how they can be used to classify data by mapping it to space and creating hyperplanes to separate categories. The goal is to use machine learning to help physicians better distinguish between benign and malignant breast tumors.