Commit 64871a17 authored by Taddeus Kroes's avatar Taddeus Kroes

Updated Discussion section.

parent 498c74ba
......@@ -616,10 +616,16 @@ entire dataset. An optimization in the training would be to use a number of
different combinations of learning and test sets. This is called
cross-validation.
We think this would be a usefull improvement since our learning set contains a
We think this would be a useful improvement since our learning set contains a
number of weird characters. The effect of these characters would be decreased
if we can use every character in the dataset to train the SVM.
\subsection{Number of support vectors}
It could be useful to check the number of support vectors used by the SVM. If
this number is high in proportion to the number of dimensions in the feature
vectors, it may be profitable to use a more simple type of SVM.
\subsection{Other Local Binary Patterns}
We had some good results but of course there are more things to explore.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment