Mmiglio / SpeechRecognition

Small-footprint Keyword Spotting
18 stars 5 forks source link

One Class Classifier #1

Closed Mmiglio closed 5 years ago

Mmiglio commented 5 years ago

Use a CNN / RNN to extract features from audio files followed by a One Class classifier trained to to recognise the keyword (marvin in our case).

As classifier we can use either a OC-SVM or Isolation Forest.

Mmiglio commented 5 years ago

CNN model + OC-SVM

Features extracted from layer dense_1.

Parameters of the OC-SVM:

OC-SVM

Mmiglio commented 5 years ago

Testsed OC classifier with all CNN models (Inception, VGG, ResNet)