Improving Our Text Generator
Learn how to improve the text generation process with the help of new seed words.
We'll cover the following...
If we repeat our earlier experiment and generate some random text with our improved word selection, we might get results similar to the following:
console command you need to select
console kernel class you may wish
console commands provide any changes to
Our generated text is starting to feel better, but we can still make improvements. One way we can do this is to use more than one word when constructing our dictionary. If we think about this idea, it makes sense.
Our text generation ...