Support Vectors

In this project we utilize SVM to evaluate ML performanceson IRIS image dataset. The Data: Iris flower data set. The data set consists of 50 samples from each of three species of Iris (Iris setosa, Iris virginica and Iris versicolor), so 150 total samples. Four features were measured from each sample: the length and the width of the sepals and petals, in centimeters. Here's a picture of the three different Iris types:...

EigenFaces

CV Project 3: Eigenfaces Used std::vector instead of std::list in the implementation of findFaces. I tried importing to use C++ STL sort function but the program didnt accept the linkage. Hence, I had to write my own quick sort algorithm for this purpose. What worked? The interesting & the neutral as well as group folders worked really well. What didnt work? My program experienced really bad genralization errors. I tried number of test files of various scales with different min/max thresholds but the results were pretty disappointing. However, since the insample result...