References
Here are some references for this chapter:
On voice assistant products:
- Alexa developer blog: https://developer.amazon.com/blogs/home/tag/Alexa
- Alexa science blog: https://www.amazon.science/tag/alexa
- Microsoft's publication on chatbots: https://academic.microsoft.com/search?q=chatbot
- Google Assistant: https://assistant.google.com/
Keras layers and optimizers:
- Keras layers: https://keras.io/api/layers/
- Keras optimizers: https://keras.io/api/optimizers/
- An overview of optimizers: https://ruder.io/optimizing-gradient-descent/
- Adam optimizer: https://arxiv.org/abs/1412.6980
Datasets for conversational AI:
- Taskmaster from Google Research: https://github.com/google-research-datasets/Taskmaster/tree/master/TM-1-2019
- Simulated Dialogue dataset from Google Research: https://github.com/google-research-datasets/simulated-dialogue
- Dialog Challenge dataset from Microsoft: https://github.com/xiul-msr/e2e_dialog_challenge...