This document compares the performance of linear regression versus deep learning models for detecting melanoma skin cancer using images. Two machine learning models were developed - one using linear regression for image classification and one using a convolutional neural network (CNN) for object detection. Both models were trained on 600 skin images from a public database and tested on 120 separate images. The testing results showed that the CNN model achieved 70% accuracy compared to 68% for the linear regression model. More importantly, the linear regression model had a 43% false-negative rate, much higher than the CNN's 25% rate. A high false-negative rate could result in delayed treatment and worse health outcomes. Therefore, the document concludes that the CNN model is the best approach for detecting