HuyTu7 / image_recognition

0 stars 0 forks source link

Project-Part2 Deadline: April. 20th #2

Open HuyTu7 opened 6 years ago

HuyTu7 commented 6 years ago

Building on Part 1 of the project, and your understanding of the classifiers you have implemented, you are to demonstrate your understanding by validating the choice of hyper-parameters of each algorithm and its associated classification performance.

  1. Cross-Validation In order to find the best performance as well as most generalized model for your algorithm, a 5-fold cross validation is to be applied in your training phase. Explain how this Cross-Validation helps you find your hyperparameters.

  2. Demonstration of Performances a. A “demonstration” implementation of the algorithm should be run as a command to train the classifier, test the classifier, print the performance on training and testing datasets b. Draw the following graphs: i) convergence, ii) performance vs. time, iii)performance vs. different hyperparameters.

  3. Analysis of Results a. Based on the performance evaluation in Q.2, analyze the results by discussing the advantages as well as drawbacks of each algorithm, and how they may arise b. To avoid such drawbacks, how would you go about improving an overall smooth performance?

HuyTu7 commented 6 years ago

1.