From 186648e97083b42be8c59350894c3dfcf75071e6 Mon Sep 17 00:00:00 2001 From: Cagri Tasci Date: Sat, 3 Oct 2020 18:31:23 +0200 Subject: [PATCH 1/2] updated readme to include experimental results --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 95c7cd1..706a67a 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,25 @@ Simply open a new terminal in the directory and type: * **F. Strohm** - [StrohmFn](https://github.com/StrohmFn) * **C. Tasci** - [StraysWonderland](https://github.com/StraysWonderland) + +## Experimental Results + +### Englisch testset + +|Class | Mono-lingual | Multi-lingual | Cross-language +|:--|:--|:--|:--| +|Sadness | 0.000 | 0.015| 0.015 +|Anger |0.019 |0.014| 0.014 +|Pleasure| 0.043 |0.010| 0.120 +|Joy| 0.942| 0.985| 0.864 +|MICRO| 0.421| 0.432| 0.405 + +### French testset + +Class | Mono-lingual | Multi-lingual | Cross-language +:--|:--|:--|:--| +Sadness| 0.070 |0.000 |0.230 +Anger| 0.200 |0.200 |0.200 +|Pleasure| 0.350 |0.035 |0.357 +Joy| 0.754| 0.912 |0.403 +MICRO| 0.533 |0.524 |0.359 From 8d6570d5586c52485d305b828c11de6f6aa52ff3 Mon Sep 17 00:00:00 2001 From: Cagri Tasci Date: Sat, 3 Oct 2020 18:39:55 +0200 Subject: [PATCH 2/2] Update CNN SpeechRecognition.ipynb removed no longer required and empty code block --- CNN SpeechRecognition.ipynb | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/CNN SpeechRecognition.ipynb b/CNN SpeechRecognition.ipynb index c167db1..5b7ca77 100644 --- a/CNN SpeechRecognition.ipynb +++ b/CNN SpeechRecognition.ipynb @@ -7,14 +7,6 @@ "# Convolutional Neural Network for Speech Recognition" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# TODO: \n", - "- Find paramaters resulting in a good accuracy" - ] - }, { "cell_type": "code", "execution_count": 1, @@ -486,13 +478,6 @@ "print(\"closed file\")\n", "\n" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {