Sequence-Based DNN PCGML
摘要
In the previous chapter, we discussed neural networks, building up from a simple model with no layers (i.e., linear regression), to a model with a single hidden layer (two trainable layers in total, hidden + output), and finally discussing ‘deep’ neural networks with many hidden layers. We also discussed different factors in choosing the representation of our data. In this chapter, we will discuss a specific representation—sequences—and types of NNs specifically designed to handle sequences.