base init

This commit is contained in:
2023-12-03 18:05:58 +01:00
parent bc0c83c0c4
commit 04aff34e9d
709 changed files with 1137 additions and 18147 deletions

View File

@ -0,0 +1,12 @@
---
layout: single
title: "Deep-Neural Baseline"
categories: research
excerpt: "Introduction a deep baseline for audio classification."
header:
teaser: assets/figures/3_deep_neural_baselines_teaser.jpg
---
![Self-Replication Robustness](\assets\figures\3_deep_neural_baselines.jpg){:style="display:block; margin-left:auto; margin-right:auto; width:250px"}
Detecting sleepiness from spoken language is an ambitious task, which is addressed by the Interspeech 2019 Computational Paralinguistics Challenge (ComParE). We propose an end-to-end deep learning approach to detect and classify patterns reflecting sleepiness in the human voice. Our approach is based solely on a moderately complex deep neural network architecture. It may be applied directly on the audio data without requiring any specific feature engineering, thus remaining transferable to other audio classification tasks. Nevertheless, our approach performs similar to state-of-the-art machine learning models.
{% cite elsner2019deep %}