macournoyer/neuralconvo
Neural conversational model in Torch
This project helps you create a basic chatbot that can engage in simple conversations. You provide it with a collection of text dialogues, and it learns to generate responses to new inputs. This is for researchers or hobbyists interested in experimenting with foundational conversational AI models.
775 stars. No commits in the last 6 months.
Use this if you want to understand and experiment with the core principles of a sequence-to-sequence conversational model using your own text data.
Not ideal if you need a production-ready, highly intelligent, or robust chatbot for customer service or complex interactions.
Stars
775
Forks
346
Language
Lua
License
—
Category
Last pushed
May 06, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/macournoyer/neuralconvo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
philipperemy/keras-attention
Keras Attention Layer (Luong and Bahdanau scores).
tatp22/linformer-pytorch
My take on a practical implementation of Linformer for Pytorch.
ematvey/hierarchical-attention-networks
Document classification with Hierarchical Attention Networks in TensorFlow. WARNING: project is...
datalogue/keras-attention
Visualizing RNNs using the attention mechanism
thushv89/attention_keras
Keras Layer implementation of Attention for Sequential models