Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aaronlking/scene_classification

This is a jupyter notebook created to build familiarity with the the nearest neighbor classifier and two feature types used in conjunction.
https://github.com/aaronlking/scene_classification

classification computer-vision jupyter-notebook python

Last synced: 10 days ago
JSON representation

This is a jupyter notebook created to build familiarity with the the nearest neighbor classifier and two feature types used in conjunction.

Awesome Lists containing this project

README

        

# Scene Classification with Bag of Words

This was the second assignment for CS479: Computer Vision at Sonoma State University. This assignment was made to compare the performance of two different feature and classifier combinations in the context of computer visions. The two combinations are as follows: Tiny Image Features combined with Nearest Neighbor Classifier and Bag of Sift Features combined with Nearest Neighbor Classifier. This project was directly motivated by Project 5 at Georgia Tech.