bartosz-paternoga / ChatbotLinks
A chatbot based on recurrent neural networks (RNN). Encoder-decoder long short-term memory (LSTM) model has been used. Built with Keras (TensorFlow backened).
☆8Updated 7 years ago
Alternatives and similar repositories for Chatbot
Users that are interested in Chatbot are comparing it to the libraries listed below
Sorting:
- Sentiment Analysis on the First Republic Party debate in 2016 based on Python,NLTK and ML.☆72Updated 4 years ago
- A question-answering chatbot, simply.☆42Updated 6 years ago
- Pytorch implementation of "A Neural Conversational Agent" https://arxiv.org/pdf/1506.05869.pdf☆37Updated 5 years ago
- [Tutorial] Summarizing Text with Amazon Reviews☆25Updated 7 years ago
- Web api built on flask for keras-based sentiment analysis using Word Embedding, RNN and CNN☆25Updated 7 years ago
- An information retrieval chatbot for niche perfume recommendations☆59Updated 2 years ago
- Few shot learning in NLP☆11Updated 4 years ago
- Designing dialogue systems: A mean, grumpy, sarcastic chatbot in the browser☆73Updated 6 years ago
- Question answering system developed using seq2seq and memory network model in Keras☆22Updated 7 years ago
- Transfer Learning for NLP Tasks☆55Updated 6 years ago
- Deep-learning system presented in "EmoSence at SemEval-2019 Task 3: Bidirectional LSTM Network for Contextual Emotion Detection in Textua…☆27Updated 5 years ago
- Flask API to productize a document classification model. Classification model was built using Keras with tensorflow backend☆27Updated 4 years ago
- Deep Learning for Nature Language Processing at Standford☆13Updated 8 years ago
- Automatic Text Summarization with Machine Learning☆16Updated 7 years ago
- Winter Term Project 2018☆9Updated 6 years ago
- Deep Reinforcement Learning dialogue agent which implements Q-Learning. Made in Python with TensorFlow.