This document discusses using machine learning algorithms to detect credit card fraud. It begins with an abstract that introduces credit card fraud as an increasing problem and machine learning as a solution. The introduction provides more background on credit card fraud and detection methods. It then discusses several machine learning algorithms that can be used for credit card fraud detection, including logistic regression, decision trees, random forests, and XGBoost. It concludes that hybrid models combining individual algorithms performed best on a publicly available credit card dataset, with the highest Matthews correlation coefficient of 0.823. References are provided on related work in credit card fraud detection techniques.