Jon Nordby - Sound Event Detection with Machine Learning

Sound Event Detection with Machine Learning [EuroPython 2021 - Talk - 2021-07-29 - Parrot [Data Science]] [Online] By Jon Nordby Sound Events (or Audio Events or Acoustic Events) are individual distinct sounds. This could be the pop of roasting popcorn kernels, the cough of a patient, a car that is passing by on a road, or the sound of an alarm in an office building. Sound Event Detection (SED) is the task of detecting such sounds, returning precise times that each kind (class) of sound occurs. It finds uses in music analysis, manufacturing, medicine and noise monitoring. We will show how to realize a basic Sound Event Detection system in Python, using fermentation tracking of beer brewing as a fun and practical example. The talk will cover all major parts of such a system, including: - Collecting and exploring a custom dataset - Setting up the supervised learning task from the dataset - Extracting spectrogram features from audio waveforms - Training a Convolutional Neural Network (CNN) and Recurrent Neur
Back to Top