Browse Source

Updated Discussion section.

Taddeus Kroes 14 years ago
parent
commit
64871a17fa
1 changed files with 7 additions and 1 deletions
  1. 7 1
      docs/report.tex

+ 7 - 1
docs/report.tex

@@ -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.