All Projects → suriyadeepan → Augmented_seq2seq

suriyadeepan / Augmented_seq2seq

Licence: gpl-3.0
enhance seq2seq model for open ended dialog generation

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Augmented seq2seq

Cakechat
CakeChat: Emotional Generative Dialog System
Stars: ✭ 1,361 (+4593.1%)
Mutual labels:  seq2seq, dialogue-systems
Tgen
Statistical NLG for spoken dialogue systems
Stars: ✭ 179 (+517.24%)
Mutual labels:  seq2seq, dialogue-systems
Multiwoz
Source code for end-to-end dialogue model from the MultiWOZ paper (Budzianowski et al. 2018, EMNLP)
Stars: ✭ 384 (+1224.14%)
Mutual labels:  seq2seq, dialogue-systems
Memorpy
Python library using ctypes to search/edit windows / linux / macOS / SunOS programs memory
Stars: ✭ 721 (+2386.21%)
Mutual labels:  memory
Gocache
☔️ A complete Go cache library that brings you multiple ways of managing your caches
Stars: ✭ 775 (+2572.41%)
Mutual labels:  memory
Walle
iOS Application performance monitoring
Stars: ✭ 19 (-34.48%)
Mutual labels:  memory
Memory
STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
Stars: ✭ 875 (+2917.24%)
Mutual labels:  memory
Deeplearningmugenknock
でぃーぷらーにんぐを無限にやってディープラーニングでDeepLearningするための実装CheatSheet
Stars: ✭ 684 (+2258.62%)
Mutual labels:  seq2seq
Knowledge Graphs
A collection of research on knowledge graphs
Stars: ✭ 845 (+2813.79%)
Mutual labels:  dialogue-systems
Encore
Synonym of angkor
Stars: ✭ 19 (-34.48%)
Mutual labels:  memory
Free
Memory usage for macos, an alternative to free command.
Stars: ✭ 18 (-37.93%)
Mutual labels:  memory
Chatbot cn
基于金融-司法领域(兼有闲聊性质)的聊天机器人,其中的主要模块有信息抽取、NLU、NLG、知识图谱等,并且利用Django整合了前端展示,目前已经封装了nlp和kg的restful接口
Stars: ✭ 791 (+2627.59%)
Mutual labels:  dialogue-systems
Promnesia
Another piece of your extended mind
Stars: ✭ 918 (+3065.52%)
Mutual labels:  memory
Neuralconvo
Neural conversational model in Torch
Stars: ✭ 773 (+2565.52%)
Mutual labels:  seq2seq
Memfs
In-memory filesystem with Node's API
Stars: ✭ 854 (+2844.83%)
Mutual labels:  memory
Cluener2020
CLUENER2020 中文细粒度命名实体识别 Fine Grained Named Entity Recognition
Stars: ✭ 689 (+2275.86%)
Mutual labels:  seq2seq
Attention Ocr
A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
Stars: ✭ 844 (+2810.34%)
Mutual labels:  seq2seq
Mpimemu
MPI Memory Consumption Utilities
Stars: ✭ 17 (-41.38%)
Mutual labels:  memory
Seq2seq Signal Prediction
Signal forecasting with a Sequence-to-Sequence (seq2seq) Recurrent Neural Network (RNN) model in TensorFlow - Guillaume Chevalier
Stars: ✭ 890 (+2968.97%)
Mutual labels:  seq2seq
Deep Embedded Memory Networks
https://arxiv.org/abs/1707.00836
Stars: ✭ 19 (-34.48%)
Mutual labels:  memory

Augmented Seq2seq

Reference

  1. Ed Grefenstette, Beyond Sequence to Sequence with Augmented RNNs video, slides
  2. Neural Machine Translation by Jointly Learning to Align and Translate
  3. End-to-End Memory Networks
  4. Building End-To-End Dialogue Systems Using Generative Hierarchical Neural Network Models
  5. Advanced Seq2seq in tensorflow
  6. Beam Search
  7. Multi-task Learning in tensorflow
  8. Enhanced Attention-based Encoder-Decoder model for NMT

Credits

  • thank you @ematvey, for helping me understand raw_rnn
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].