DeepQA
Chatbot
A deep learning-based chatbot model using TensorFlow and RNNs to generate responses to user queries.
My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
3k stars
210 watching
1k forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
chatbotdeep-learningseq2seqtensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
nlintz/tensorflow-tutorials | A collection of tutorials teaching deep learning with TensorFlow using Jupyter Notebooks | 6,006 |
oxford-cs-deepnlp-2017/lectures | An open-source repository containing lecture slides and course materials for an advanced natural language processing course. | 15,683 |
ibab/tensorflow-wavenet | An implementation of a WaveNet generative neural network architecture for audio generation | 5,414 |
tensorpack/tensorpack | A high-performance neural network training interface for TensorFlow that focuses on speed and flexibility. | 6,303 |
karpathy/neuraltalk2 | Efficient image captioning model using a CNN followed by an RNN in deep learning on GPU | 5,511 |
dennybritz/cnn-text-classification-tf | A neural network architecture for text classification tasks using convolutional layers and softmax output layers. | 5,650 |
karpathy/neuraltalk | A system for generating image descriptions using neural networks | 5,411 |
leriomaggio/deep-learning-keras-tensorflow | A comprehensive tutorial on building and training deep neural networks using Keras and TensorFlow | 2,948 |
sjchoi86/tensorflow-101 | A comprehensive tutorial project on building and training neural networks with TensorFlow | 2,606 |
coqui-ai/stt | A toolkit for building and deploying speech-to-text models using deep learning techniques | 2,283 |
sherjilozair/char-rnn-tensorflow | A tool for training and sampling character-level language models using multi-layer recurrent neural networks | 2,643 |
coqui-ai/tts | A deep learning toolkit for generating human-like speech from text | 35,453 |
gunthercox/chatterbot | A conversational dialog engine for creating chatbots using machine learning and natural language processing. | 14,096 |
devsisters/dqn-tensorflow | An implementation of a deep reinforcement learning algorithm for human-level control in game environments using TensorFlow. | 2,480 |
osmr/imgclsmob | Research and development of deep learning networks for computer vision tasks | 2,975 |