Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deep learning model based chatbot problem #197

Open
ironside007 opened this issue Jul 11, 2018 · 0 comments
Open

deep learning model based chatbot problem #197

ironside007 opened this issue Jul 11, 2018 · 0 comments

Comments

@ironside007
Copy link

I have made a ChatBot working with Udemy's "Deep learning and NLP A-Z™: how to create a chatbot course".
I used NLP for data pre-processing and deep learning for training the model. Now that the model is trained,(ISSUE: ) whenever i ask a question to my chatbot it repeats the same answer for every question and each time i run it again there's a different constant answer.

Hyperparameters chosen are:
epochs = 40
batch_size = 128
rnn_size = 512
num_layers = 3
encoding_embedding_size = 512
decoding_embedding_size = 512
learning_rate = 0.01
learning_rate_decay = 0.9
min_learning_rate = 0.0001
keep_probability = 0.5

Training dataset: Corenll movie dataset

PS: I followed every step same as in the tutorial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant