This document summarizes a research paper that uses unsupervised machine learning algorithms to detect credit card fraud. It describes how credit card fraud has increased with the rise of online shopping and payments. Unsupervised algorithms are well-suited for this task since labeled fraud data can be difficult to obtain. The paper tests Isolation Forest, Local Outlier Factor, and One Class SVM on a credit card transaction dataset to find anomalies (fraudulent transactions). Isolation Forest achieved the highest accuracy at 99.74%, slightly outperforming Local Outlier Factor, while One Class SVM had much lower accuracy. The paper concludes unsupervised algorithms are effective for anomaly detection tasks like credit card fraud detection.