The document examines using a nearest neighbor algorithm to rate men's suits based on color combinations. It trained the algorithm on 135 outfits rated as good, mediocre, or bad. It then tested the algorithm on 30 outfits rated by a human. When trained on 135 outfits, the algorithm incorrectly rated 36.7% of test outfits. When trained on only 68 outfits, it incorrectly rated 50% of test outfits, showing larger training data improves accuracy. It also tested using HSL color representation instead of RGB with similar results.
Related topics: