This document discusses customer churn prediction using machine learning and deep learning models. It summarizes the work of four students who developed an artificial neural network model to predict customer churn. The model aims to identify which customers will continue using a service and which will cancel their subscription. The paper compares the performance of the ANN model to other machine learning algorithms like random forest, logistic regression, support vector machines, and decision trees. It finds the deep learning model achieved better classification accuracy than the other models. The final predicted results are displayed in a live dashboard for visualization.