HuyTu7 / image_recognition

0 stars 0 forks source link

Project 1

Structure of the folders:

├── src/
│   ├── knn_experiment.ipynb
│   ├── decisiontree_experiment.ipynb
|   ├── experiment.ipynb
|   ├── img_preprocessing.ipynb
├── MNIST/
├── Caltech10/

Instructions:

Requirements:

Assuming that your system is in python 2.7 which includes these packages

which can be easily installed through pip.

Running Instructions:

Please make sure the folders structure are similar with data included in MNIST and Caltech10 folders for the code to run smoothly.

Notes: Image preprocessing + Loading the dataset is done in the img_preprocecssing.ipynb file