Forráskód Böngészése

Updated Discussion section.

Taddeus Kroes 14 éve
szülő
commit
64871a17fa
1 módosított fájl, 7 hozzáadás és 1 törlés
  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
 different combinations of learning and test sets. This is called
 cross-validation.
 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
 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.
 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}
 \subsection{Other Local Binary Patterns}
 
 
 We had some good results but of course there are more things to explore.
 We had some good results but of course there are more things to explore.