Skip to content

sotosd/Bi-dir_RNN_for_Slot_Filling_in_SLU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In order to run (train and validate) the model you should run on the following commands on terminal
>Model built using Basic RNN cell
$python pain.py BasicRNN 

>Model built using Basic LSTM cell
$python pain.py LSTM 

After you run one of the previous commands,the model starts training for 40 epochs. The ATIS fold which is currently used is the fold0.

File results.txt, contains the results we obtained during the experiments. 
For each ATIS fold, we compared the 3 models. (These two that we iplemented, plus the Elman Forward model that was given to us) 
 

About

Bidirectional Recurrent Neural Networks for Slot Filling in Spoken Language Understanding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages