Here are
97 public repositories
matching this topic...
Awesome Chatbot Projects,Corpus,Papers,Tutorials.Chinese Chatbot =>:
Updated
Feb 10, 2020
Python
CakeChat: Emotional Generative Dialog System
Updated
May 25, 2020
Python
A chatbot implemented in TensorFlow based on the seq2seq model, with certain rules integrated.
Updated
Nov 13, 2019
Python
🤖 Deep Reinforcement Learning Chatbot
Updated
Jun 1, 2018
Python
Seq2seq chatbot with attention and anti-language model to suppress generic response, option for further improve by deep reinforcement learning.
Updated
Mar 14, 2017
Python
Somiao Pinyin: Train your own Chinese Input Method with Seq2seq Model 搜喵拼音输入法
Updated
Mar 29, 2020
Python
Chinese Poetry Generation
Updated
Sep 9, 2017
Jupyter Notebook
A Paper List for Open-Domain Dialogue Generation, and related datasets.
Implementation of seq2seq with attention in keras
Updated
Apr 8, 2020
Python
a chatbot which is implemented via seq2seq model.
Updated
Sep 21, 2017
Python
My seq2seq based on tensorflow
Updated
Jun 13, 2018
Python
Tensorflow Implementation of Variational Attention for Sequence to Sequence Models (COLING 2018)
Updated
Jul 24, 2020
Python
Text Simplification Model based on Encoder-Decoder (includes Transformer and Seq2Seq) model.
Updated
Feb 20, 2019
Python
Simple keras chat bot using seq2seq model with Flask serving web
Updated
Apr 1, 2018
Python
Repository of KDD Cup, 2018.
Updated
Jul 4, 2018
Jupyter Notebook
Code and resources for papers "Generation-Augmented Retrieval for Open-Domain Question Answering" and "Reader-Guided Passage Reranking for Open-Domain Question Answering", ACL 2021
Updated
Feb 11, 2022
Python
Implementation and reviews of Audio & Computer vision related papers in python using keras and tensorflow.
Updated
Nov 1, 2018
Python
An AI chatbot using seq2seq
Updated
May 15, 2017
Python
Several basic neural machine translation models implemented by PyTorch & TensorFlow
Updated
Nov 5, 2019
Python
nlp lecture-notes and source code
Updated
Jul 23, 2019
Jupyter Notebook
Question answering system developed using seq2seq and memory network model in Keras
Updated
Feb 20, 2018
Python
Exploration of various deep neural networks for Question Answering and Reading Comprehension
Updated
Jan 22, 2017
Python
A personified chatbot responding to a query based on the answering pattern of Dr. APJ Abdul Kalam using Information Retrieval, Natural Language Processing, and Deep Learning techniques.
Updated
Dec 7, 2020
Python
Programming assignments of "Sequence Models" course by Andrew Ng.
Updated
Oct 7, 2018
Jupyter Notebook
😺 基于Keras实现seq2seq,进行英文到中文的翻译
Updated
Nov 17, 2020
Python
A simple language translator implemented in Keras with Flask serving web
Updated
Nov 27, 2017
Python
Predict Bitcoin Price using Recurrent Neural Network
Updated
Oct 11, 2017
Python
lstm-rnn, seq2seq model and attention-seq2seq model for vessel trajectory prediction.
Updated
Apr 20, 2021
Python
Works for Applied Deep Learning / Machine Learning and Having It Deep and Structured (2017 FALL) @ NTU
Updated
Aug 14, 2018
Python
Improve this page
Add a description, image, and links to the
seq2seq-model
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
seq2seq-model
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
In the Seq2Seq.py file we currently use tf.contrib.legacy_seq2seq.embedding_rnn_seq2seq. We'd like to move off of this layer because it's a legacy layer and because it doesn't work with Python3 (which we'd like to move the repo towards