Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,6 @@ The dense model that we used consists of:
|
|
28 |
- 4 dense hidden layers and 4 dropout layers.
|
29 |
- An output dense layer.
|
30 |
|
31 |
-
Full Credits to <a href = "https://twitter.com/fadibadine" target='_blank'> Fadi Badine </a> for this work.
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
@@ -172,4 +171,10 @@ AUC | 0.8909
|
|
172 |
d-prime | 1.742
|
173 |
|
174 |
And the confusion matrix for the validation set is:
|
175 |
-

|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
- 4 dense hidden layers and 4 dropout layers.
|
29 |
- An output dense layer.
|
30 |
|
|
|
31 |
|
32 |
## Training and evaluation data
|
33 |
|
|
|
171 |
d-prime | 1.742
|
172 |
|
173 |
And the confusion matrix for the validation set is:
|
174 |
+

|
175 |
+
|
176 |
+
## Credits
|
177 |
+
|
178 |
+
Author: [Fadi Badine](https://twitter.com/fadibadine).
|
179 |
+
Based on the following Keras example [English speaker accent recognition using Transfer Learning](https://keras.io/examples/audio/uk_ireland_accent_recognition") by Fadi Badine
|
180 |
+
Check out the demo space [here](https://huggingface.co/keras-io/spaces/english-speaker-accent-recognition-using-transfer-learning)
|