MeganckSajdakWu

From Psych 221 Image Systems Engineering
Revision as of 06:21, 9 March 2014 by imported>Projects221 (Support Vector Machine)
Jump to navigation Jump to search

We r tha first group to make our page

Predicting Human Performance Using ISETBIO. Ryan Meganck, Adam Sajdak, Stephen Wu.

Introduction

Vernier acuity is?

Methods

Data

Test scenes were generated in MATLAB using [].

The feature vector for our experiment is constructed by reshaping the cone-absorption matrix to a single vector in row(column?)-major order form.

1-Nearest Neighbor

Support Vector Machine

One approach uses a support vector machine to classify test images. Given a training dataset, this is achieved by calculating the separating hyperplane which yields the largest functional margin between the two classes. Test inputs are then classified based on which side of the hyperplane they fall on.

The particular flavor of SVM chosen for this investigation is C-support vector classification (C-SVC) and the kernel trick was employed using a radial basis function (RBF) kernel to allow for interpretation of higher-dimensional features aside from the individual cone absorptions. This method required the tuning of the C-SVC cost parameter and the RBF γ parameter.

Results

1-Nearest Neighbor

Support Vector Machine

Conclusions

References

Paper paper paper

Appendix I

Source code Result images

Appendix II: Work Breakdown