> For the complete documentation index, see [llms.txt](https://metaverse-imagen.gitbook.io/ai-tools-research/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metaverse-imagen.gitbook.io/ai-tools-research/ai-technology/ann-deep-learning-architectures/1.-feed-forward-neural-networks-ffns/a-fully-connected-networks-or-multilayer-perceptrons-mlps.md).

# a) Fully Connected Networks or Multilayer Perceptrons (MLPs)

#### Dense Networks / Fully Connected Networks or Multilayer Perceptrons (MLPs)

Dense Networks are also known as Fully Connected Networks or Multilayer Perceptrons (MLPs). These are the simplest type of artificial neural networks where information moves in only one direction, forward, from the input nodes, through the hidden nodes (if any), and to the output nodes.
