This document discusses using machine learning algorithms to predict loan approvals. It analyzes loan data using decision trees, logistic regression, and random forest algorithms. The random forest algorithm achieved the highest accuracy rate of 88.53% compared to 85% for decision trees and 83.04% for logistic regression. Therefore, the random forest algorithm is concluded to be best for loan approval prediction. Future work could involve applying these algorithms to other loan data sets and exploring additional machine learning methods.