therne/dmn-tensorflow
Dynamic Memory Networks (https://arxiv.org/abs/1603.01417) in Tensorflow
This project helps researchers and students working in natural language processing to implement and experiment with Dynamic Memory Networks. You input text-based questions and supporting facts, and it outputs answers by reasoning over the provided information. It's designed for those exploring advanced question-answering models, especially in academic or research settings.
239 stars. No commits in the last 6 months.
Use this if you are a machine learning researcher or student focused on developing and evaluating models for textual question answering tasks, particularly interested in memory-augmented neural networks.
Not ideal if you need a production-ready, highly optimized question-answering system for real-world applications or if you're not comfortable with Python and machine learning frameworks.
Stars
239
Forks
82
Language
Python
License
—
Category
Last pushed
Aug 10, 2016
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/therne/dmn-tensorflow"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
localminimum/QANet
A Tensorflow implementation of QANet for machine reading comprehension
carpedm20/MemN2N-tensorflow
"End-To-End Memory Networks" in Tensorflow
HKUST-KnowComp/R-Net
Tensorflow Implementation of R-Net
domluna/memn2n
End-To-End Memory Network using Tensorflow
allenai/bi-att-flow
Bi-directional Attention Flow (BiDAF) network is a multi-stage hierarchical process that...