Use the following exercises to expand your learning and get more confident with the material in this chapter:
- Go back to the first exercise and load another set of translations. Train the bot on those and see what responses are generated after training. There are plenty of other language files available for training.
- Set up your own conversational training file using the English/French translation one as an example. Remember, the matching responses can be anything and not just translated text.
- Add additional pattern-matching skills to the DeepPavlov bot. Either the simple test one and/or the chatbot server.
- The DeepPavlov chatbot uses a highest-value selection criteria for selecting a response. DeepPavlov does have a random selector as well. Change the response selector on the chatbot to use random.
- Change the exchange type in the example to use Fanout and create a...