Fundamentals of Controllable Text Generation
Author: Murat Karakaya
Date created: 21 April 2021
Last modified: 24 May 2021
Description: This is an introductory tutorial on Controllable Text Generation in Deep Learning which is the second part of the “Controllable Text Generation with Transformers” series. This series will focus on developing TensorFlow (TF) / Keras implementation of Controllable Text Generation from scratch. You can access all these parts from my blog at muratkarakaya.net.
Before getting started, I assume that you have already reviewed:
- the tutorial series “Text Generation methods in Deep Learning with Tensorflow (TF) & Keras”
- the tutorial series “Sequence-to-Sequence Learning”
- the previous parts in this series on my blog at muratkarakaya.net
Please ensure that you have completed the above tutorial series to easily follow the below discussions.
Accessible on: