vinhkhuc/MemN2N-babi-python
End-To-End Memory Networks for bAbI question-answering tasks
Implements the MemN2N architecture with multi-hop attention over memory slots to reason over supporting facts in narrative contexts, using soft attention mechanisms to retrieve and aggregate relevant information for answer prediction. Supports single-task and joint multi-task training across the 20 bAbI diagnostic tasks, with both command-line execution and Flask-based web demo for interactive question-answering. Built in pure NumPy following Facebook's original MATLAB implementation, enabling direct model inspection and research experimentation without framework dependencies.
576 stars. No commits in the last 6 months.
Stars
576
Forks
144
Language
Python
License
—
Category
Last pushed
Apr 13, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/vinhkhuc/MemN2N-babi-python"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
patil-suraj/question_generation
Neural question generation using transformers
nelson-liu/paraphrase-id-tensorflow
Various models and code (Manhattan LSTM, Siamese LSTM + Matching Layer, BiMPM) for the...
YuriyGuts/kaggle-quora-question-pairs
My solution to Kaggle Quora Question Pairs competition (Top 2%, Private LB log loss 0.13497).
krishnap25/mauve
Package to compute Mauve, a similarity score between neural text and human text. Install with...
dtrizna/slp
Shell Language Processing (SLP). Pre-processing of sh/bash/zsh/.. commands for Machine Learning models.