1
0

some results

This commit is contained in:
Kelvin Davis 2018-05-25 18:18:37 +10:00
parent ad057de020
commit 4153edf1b2

View File

@ -298,6 +298,14 @@
classification models, although the time required to train these networks is
significantly greater.
% models that learn relationships between pixels outperform those that don't
Of the benchmark classifiers we see the best performance with Random
Forests and the worst performance with K Nearest Neighbours. As supported
by the rest of the results, this comes down to a models ability to learn
the hidden relationships between the pixels. This is made more apparent by
performance of the Neural Networks.
\section{Conclusion} \label{sec:conclusion}
Image from the ``Where's Waldo?'' puzzle books are ideal images to test