All Projects → liuyuemaicha → Deep Reinforcement Learning For Dialogue Generation In Tensorflow

liuyuemaicha / Deep Reinforcement Learning For Dialogue Generation In Tensorflow

Deep-Reinforcement-Learning-for-Dialogue-Generation-in-tensorflow

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deep Reinforcement Learning For Dialogue Generation In Tensorflow

Go Bot Drl
Goal-Oriented Chatbot trained with Deep Reinforcement Learning
Stars: ✭ 149 (-16.29%)
Mutual labels:  chatbot, deep-reinforcement-learning
Pytorch sac
PyTorch implementation of Soft Actor-Critic (SAC)
Stars: ✭ 174 (-2.25%)
Mutual labels:  deep-reinforcement-learning
Fantasy football chat bot
GroupMe Discord and Slack Chatbot for ESPN Fantasy Football
Stars: ✭ 166 (-6.74%)
Mutual labels:  chatbot
Eddi
Scalable Open Source Chatbot Platform. Build multiple Chatbots with NLP, Behavior Rules, API Connector, Templating. Developed in Java, provided with Docker, orchestrated with Kubernetes or Openshift.
Stars: ✭ 171 (-3.93%)
Mutual labels:  chatbot
Java Telegram Bot Tutorial
Java Telegram Bot Tutorial. Feel free to submit issue if you found a mistake.
Stars: ✭ 165 (-7.3%)
Mutual labels:  chatbot
Dingtalkchatbotsdk
钉钉群机器人(.net跨平台)
Stars: ✭ 172 (-3.37%)
Mutual labels:  chatbot
Telegram Bot Sdk
🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
Stars: ✭ 2,212 (+1142.7%)
Mutual labels:  chatbot
Qiscus Sdk Android
Qiscus provide everything you need to power up your app with chats. And it's now made simple.
Stars: ✭ 175 (-1.69%)
Mutual labels:  chatbot
Machine Learning Is All You Need
🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need!
Stars: ✭ 173 (-2.81%)
Mutual labels:  deep-reinforcement-learning
Noisynet A3c
Noisy Networks for Exploration
Stars: ✭ 171 (-3.93%)
Mutual labels:  deep-reinforcement-learning
Transcriberbot
TranscriberBot for Telegram
Stars: ✭ 170 (-4.49%)
Mutual labels:  chatbot
Deep Reinforcement Learning Algorithms
31 projects in the framework of Deep Reinforcement Learning algorithms: Q-learning, DQN, PPO, DDPG, TD3, SAC, A2C and others. Each project is provided with a detailed training log.
Stars: ✭ 167 (-6.18%)
Mutual labels:  deep-reinforcement-learning
Drl
Repository for codes of 'Deep Reinforcement Learning'
Stars: ✭ 172 (-3.37%)
Mutual labels:  deep-reinforcement-learning
Angular Search Experience
Algolia + Angular = 🔥🔥🔥
Stars: ✭ 167 (-6.18%)
Mutual labels:  chatbot
Flottbot
A chatbot framework written in Go. All configurations are made in YAML files, or inside scripts written in your favorite language.
Stars: ✭ 175 (-1.69%)
Mutual labels:  chatbot
Accel Brain Code
The purpose of this repository is to make prototypes as case study in the context of proof of concept(PoC) and research and development(R&D) that I have written in my website. The main research topics are Auto-Encoders in relation to the representation learning, the statistical machine learning for energy-based models, adversarial generation networks(GANs), Deep Reinforcement Learning such as Deep Q-Networks, semi-supervised learning, and neural network language model for natural language processing.
Stars: ✭ 166 (-6.74%)
Mutual labels:  deep-reinforcement-learning
Chatbot Watson Android
An Android ChatBot powered by Watson Services - Assistant, Speech-to-Text and Text-to-Speech on IBM Cloud.
Stars: ✭ 169 (-5.06%)
Mutual labels:  chatbot
Chatskills
Run and debug Alexa skills on the command-line. Create bots. Run them in Slack. Run them anywhere!
Stars: ✭ 171 (-3.93%)
Mutual labels:  chatbot
Tensorflow Ml Nlp
텐서플로우와 머신러닝으로 시작하는 자연어처리(로지스틱회귀부터 트랜스포머 챗봇까지)
Stars: ✭ 176 (-1.12%)
Mutual labels:  chatbot
Tock
Tock - the open source conversational AI toolkit
Stars: ✭ 175 (-1.69%)
Mutual labels:  chatbot

Deep-Reinforcement-Learning-for-Dialogue-Generation-in-tensorflow

NOTICE: The program have finished about 80%. I am interning in Hitachi now, and I am studying on the zero-shot learning recently, I will do my best to complete the program when I finish the project of zero-shot learning.

config:

TensorFlow: 0.12.0

Python: 2.7

Introduction

本项目实现论文Deep Reinforcement Learning for Dialogue Generation,论文地址:https://arxiv.org/abs/1606.01541

the start file

grl_train.py

run step :

reference funciton main() in file grl_train.py

TODO

implement seq2seq model with mutual information based on beam search

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].