View Instructions
Step 1

The class selector works similarly to the feature extractor, except that it displays up to the first eight records, as either mel spectrograms or mfccs, from the group matching the selection.

The "Next" button retrieves the next group of up to eight records that match the filter selection.

The Next Audio File button loads the next sample within the returned group into the audio player. You can use the Current Record Audio ID just below this button to match the playing audio to the displayed feature extraction.

Train And Test

Train the models to identify the selected class and test their performance. Clicking this button will:

  • Split the dataset: we will train using 60% of the data and test on the remaining 40%.
  • Train the models discussed in the estimators section (SVC with linear and rbf kernels, KNN) on the selected class.
  • Test the trained models on the remaining 40% of data.
  • Redirect the user to a page displaying these results.

Note: You must make AND SUBMIT a selection in the filter section in order to identify the class we're training the model to identify.

Record Visualization
Matplotlib Plot