leenag commited on
Commit
31392b3
·
verified ·
1 Parent(s): 4b92356

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  # Corpus dependent Acoustic-to-Articulatory Inversion Model
2
 
3
  ## Model Overview
@@ -54,5 +59,16 @@ The evaluation result is:
54
  -**RMSE:** 0.904
55
  -**PCC:** 0.721
56
 
57
-
 
58
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ ---
6
  # Corpus dependent Acoustic-to-Articulatory Inversion Model
7
 
8
  ## Model Overview
 
59
  -**RMSE:** 0.904
60
  -**PCC:** 0.721
61
 
62
+ ## Citation Information
63
+ Paper link: https://doi.org/10.3233/JIFS-219386 <br>
64
 
65
+ ```
66
+ @article{pillaibilstm,
67
+ title={BiLSTM-CNN with fixed weight approach for tracking speech articulatory features},
68
+ author={Pillai, Leena G and Muhammad Noorul Mubarak, D and Sherly, Elizabeth},
69
+ journal={Journal of Intelligent and Fuzzy Systems},
70
+ pages={1--14},
71
+ publisher={IOS Press},
72
+ DOI={https://doi.org/10.3233/JIFS-219386 }
73
+ }
74
+ ```