Machine Learning for OpenCV 4 - Second Edition
by Aditya Sharma, Michael Beyeler (USD), Vishwesh Ravi Shrimali, Michael Beyeler
Plurality
In the previous sections, we discussed ensemble methods. What we didn't mention earlier was how the results are aggregated across the individual models prepared by the ensemble techniques. The concept that is used for this is called plurality, which is nothing but voting. The higher the vote a class gets, the higher the chances of it being the final class. Imagine if we had three models prepared during ensemble techniques and 10 possible classes (think of them as digits from 0 to 9). Each model would choose one class based on the highest probability it obtained. Finally, the class with the maximum number of votes would be selected. This is the concept of plurality. In practice, plurality tries to bring benefit to both k-NN and Naive ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access