This document analyzes the performance of the KNN and K-Means classifiers on internet advertisement data. KNN performs classification based on the majority class of the K nearest neighbors. K-Means partitions data into K clusters based on distance to cluster means. The document finds that KNN achieved 95.6% accuracy and K-Means achieved 93.5% accuracy on the advertisement data based on features like URLs, text, and images. It also discusses improving the data and developing a system to remove unwanted advertisements from web pages using these classifiers.