Conchylicultor / DeepQA

My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
Apache License 2.0
2.93k stars 1.17k forks source link

Is there any way to detect unrelevant answer ? #163

Open genz10 opened 7 years ago

genz10 commented 7 years ago

Hi,

Is there any way to detect unrelevant predicted answer ?

EMCP commented 7 years ago

I would suggest taking an online course in ML.. particularly the as-of-yet not-started Sequence Models course on Coursera... but more likely your answer lies in the basics of ML

https://www.coursera.org/learn/nlp-sequence-models

Having a Validation Test Set is what this is meant to accomplish.. I am not the author of this implementation so I cannot guess if this feature is available and how to implement it.