Deep Learning for Chatbots, Part 2 – Implementing a Retrieval-Based Model in Tensorflow

#artificialintelligence 

In this post we'll implement a retrieval-based bot. Retrieval-based models have a repository of pre-defined responses they can use, which is unlike generative models that can generate responses they've never seen before. A bit more formally, the input to a retrieval-based model is a context (the conversation up to this point) and a potential response . The model outputs is a score for the response. To find a good response you would calculate the score for multiple responses and choose the one with the highest score. But why would you want to build a retrieval-based model if you can build a generative model? Generative models seem more flexible because they don't need this repository of predefined responses, right?

Duplicate Docs Excel Report

Title
None found

Similar Docs  Excel Report  more

TitleSimilaritySource
None found