Description Usage Arguments Details Value
Word embedding + spatial dropout + (pooled) gated recurrent unit
1 2 |
input_dim |
Number of unique vocabluary/tokens |
embed_dim |
Number of word vectors |
seq_len |
Length of the input sequences |
gru_dim |
Number of recurrent neurons (default 64) |
gru_drop |
Recurrent dropout ratio |
output_fun |
Output activation function |
output_dim |
Number of neurons of the output layer |
Taken from https://www.kaggle.com/yekenot/pooled-gru-fasttext
keras model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.