dharmpatel28/RNN-Based-Question-Answering-System-NLP-Project-
Built a Question–Answering system using a Simple RNN in PyTorch. Performed text preprocessing, tokenization, and vocabulary encoding. Designed embedding and RNN layers to capture question–answer patterns. Created custom Dataset and DataLoader pipelines, trained with CrossEntropyLoss and Adam optimizer, and implemented inference for predictions.
Stars
1
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Feb 11, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/dharmpatel28/RNN-Based-Question-Answering-System-NLP-Project-"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
5hirish/adam_qas
ADAM - A Question Answering System. Inspired from IBM Watson
husseinmozannar/SOQAL
Arabic Open Domain Question Answering System using Neural Reading Comprehension
SatyamSoni23/Smart-Question-Answering-System-on-Document
It's Smart-Question Answering System on short as well as long documents. It can automatically...
dharmendrach/bert_quora_question_pairs
BERT Model Fine-tuning on Quora Questions Pairs
nlpunibo/Question-Answering-SQUAD
Question Answering model based on DistilBERT, trained and evaluated on the SQUAD dataset