D.A. Forsyth --- 3310 Siebel Center

Trevor Walker --- 4207 Siebel Center

Office Hours Time: TBA, Location: TBA

DAF waves at camera with
blue drysuit glove in very murky water

TA's:

 

 

Homework 5: Due 16 Oct 2017 23h59 (Mon; midnight)

 

You may do this homework in groups of up to three

Submission: Submission process to be announced

 

  1. Problem 1

    You may use any programming language that amuses you for this homework.

    You may use packages for k-means, for nearest neighbors, and for classification

    Do problem 9.4 in the 18-Sep version of the textbook.

     

     

     

     

     

    Submission Instructions

    This homework is very much like an experiment. Here's what we're looking for in the submission report:

    1. Page 1: Table listing the experiments carried out with the following columns. Size of the fixed length sample Overlap (0-X%) K- value Classifier Accuracy We expect you to have tried at least 2 values of K and at least 2 different lengths of the windows for quantization. Note: For K-means please also list if you used standard K-means or hierarchical
    2. Page 2:
      1. Histograms of the mean quantized vector (Histogram of cluster centres like in the book) for each activity with the K value that gives you the highest accuracy. (Please state the K value)
      2. Class confusion matrix from the classifier that you used. Please make sure to label the row/columns of the matrix so that we know which row corresponds to what.
    3. Page 3: Code snippets (few lines) highlighting the following:
      1. 1. segmentation of the vector
      2. 2. k-means
      3. 3. generating the histogram
      4. 4. classification
    4. Page 4 and beyond: Any relevant code screenshot

    We will also be awarding extra points for in-depth experimentation and analysis.

    What we're mostly looking for is if how likely are we to be able to replicate the results following the steps you took. So, things you should look for are patterns in the confusion matrix between activities which are similar. Explaining your results in a few lines would thus be very useful. These page restrictions are not _STRICT_ in the sense that you can have an experiments table that flows into two pages if you did a lot of experiments, in such cases please make sure to mark both the pages for that question while uploading.

    Really sorry again for the long delay in posting the instructions. If there are any issues that this causes please let us know and we will try to alleviate them.