.

MACHINE LEARNING:

1 week
CIID 2017

.
.

TEAM:

Kelvyn Marte
Benedict Hubener

.

CLASSYFIER

.

The Classyfier is a table that detects the beverages people consume around it and chooses music that fits the situation accordingly. A built in microphone catches characteristic sounds and then compares these sounds to a catalogue of pre-trained examples. The Classyfier identifies it as belonging to one of three classes; hot beverages, wine or beer. Each class has its own playlist that one can navigate through by knocking on the table. The idea behind this project was to build a smart object that uses machine learning and naturally occurring sounds as input to enhance the ambiance of different situations.

.
How it works

In order to classify the sounds of the objects we first tried using 512 different frequency amplitudes to identify the different sounds with a nearest neighbour algorithm. This didn’t give us satisfying results because particular glasses have a relatively clean tone which only show up at certain frequencies and the surrounding noise would trigger a lot of faulty detections. After a lot of trial and error we ended up using MFCC (Mel Frequency Cepstral Coefficients) values, which are usually only used for voice recognition in combination with the peak frequency, this gave us way better results. Once we figured out the right audio attributes we needed to train the algorithm using Open Frameworks for about 100 times per glass or beer cane to give people a good experience with our prototype.