Machine Problem 2: Speech Recognition Using Nearest Neighbors

In MP2, you will perform speech recognition (recognizing which word was spoken) using a nearest-neighbor classifier applied to two common feature sets: mel filterbank coefficients, and gammatone filterbank coefficients.

The ZIP Archive, and the recommended Code-Writing Process

In the ZIP archive, you will find the following directory hierarchy:

How to Submit