© David Paper 2021
D. PaperTensorFlow 2.x in the Colaboratory Cloudhttps://doi.org/10.1007/978-1-4842-6649-6_8

8. Automated Text Generation

David Paper1  
(1)
Logan, UT, USA
 

Feedforward neural nets are generally great for classification and regression problems. CNNs are great for complex image classification. But activations for feedforward nets and CNNs flow only in one direction, from the input layers to the output layer. Since signals flow in only one direction, feedforward and convolutional nets are not ideal if patterns in data change over time. So we need a different network architecture to work with data impacted by time.

A recurrent neural network (RNN) looks a lot like a feedforward neural network, but it also has connections pointing backward. ...

Get TensorFlow 2.x in the Colaboratory Cloud: An Introduction to Deep Learning on Google’s Cloud Service now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.