Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removal of unused code block in jupyter notebook #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions CNN SpeechRecognition.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -486,13 +478,6 @@
"print(\"closed file\")\n",
"\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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