Let's now take a look at some popular neural network architectures and their applications. We will start with multilayered perceptron (MLP) networks. We have already covered single-layered perceptron networks, which are the most basic neural network architectures.
Various architectures
MLPs and deep neural networks
MLP or simple deep neural networks (DNNs) are the most basic form of neural network architectures. The neural units are arranged layer after layer, and adjacent network layers are fully connected to one another. We have already discussed this in detail in the previous chapter: