Richard Torenvliet %!s(int64=14) %!d(string=hai) anos
pai
achega
2f3f26f5c5
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      docs/report.tex

+ 2 - 0
docs/report.tex

@@ -194,6 +194,8 @@ image no concatenation has to be done of course. The SVM can be trained with a
 subset of the given dataset called the ''Learning set''. Once trained, the
 entire classifier can be saved as a Pickle object\footnote{See
 \url{http://docs.python.org/library/pickle.html}} for later usage.
+In our case the support vector machine uses a radial gauss kernel. The SVM finds
+a seperating hyperplane with minimum margins.
 
 \section{Implementation}