Skip to content
Snippets Groups Projects
Commit 2f3f26f5 authored by Richard Torenvliet's avatar Richard Torenvliet
Browse files

report

parent 8f8ed460
No related branches found
No related tags found
No related merge requests found
...@@ -194,6 +194,8 @@ image no concatenation has to be done of course. The SVM can be trained with a ...@@ -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 subset of the given dataset called the ''Learning set''. Once trained, the
entire classifier can be saved as a Pickle object\footnote{See entire classifier can be saved as a Pickle object\footnote{See
\url{http://docs.python.org/library/pickle.html}} for later usage. \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} \section{Implementation}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment