CS 143 / Project 3 / Scene Recognition with Bag of Words
I implemented 2 different image representations -- tiny images and bags of SIFT features -- and
2 different classification techniques -- nearest neighbor and linear SVM. What follows are details on
implementation and performance: