This document discusses using machine learning algorithms to detect credit card fraud. Specifically, it analyzes using a Support Vector Machine (SVM) algorithm. The document begins by introducing the authors and defining credit card fraud. It then provides background on challenges with detecting fraud and introduces the SVM technique. The remainder of the document discusses applying SVM to a credit card transaction dataset, comparing its performance to other algorithms like decision trees and random forests, and summarizing several related research papers on using machine learning for fraud detection.