fbadine commited on
Commit
4b15afc
·
1 Parent(s): 655e682

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
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
- ![Validation Confusion Matrix](./confusion_matrix.png)
 
 
 
 
 
 
 
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
+ ![Validation Confusion Matrix](./confusion_matrix.png)
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)