prakruti-joshi/Gated-Attention-Network
PyTorch implementation of the Gated Attention Network for text classification. Comparison of the model with BiLSTM and soft attention models using IMDb and TREC dataset.
No commits in the last 6 months.
Stars
6
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Sep 11, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/prakruti-joshi/Gated-Attention-Network"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
carpedm20/MemN2N-tensorflow
"End-To-End Memory Networks" in Tensorflow
domluna/memn2n
End-To-End Memory Network using Tensorflow
HKUST-KnowComp/R-Net
Tensorflow Implementation of R-Net
localminimum/QANet
A Tensorflow implementation of QANet for machine reading comprehension
allenai/bi-att-flow
Bi-directional Attention Flow (BiDAF) network is a multi-stage hierarchical process that...