englishmachine-learning-with-pythontensorflowNatural Language Processing With RNNs: Create a Play GeneratorOn this page--question-- --text-- Fill in the blanks below to create the training examples for the RNN: char_dataset = tf.data.__A__.__B__(text_as_int) --answers-- A: Dataset B: from_tensor_slices A: data B: from_tensors A: DataSet B: from_generator --video-solution-- 1