What is: Dense Connections?
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output by a weight. This means there are parameters, which can lead to a lot of parameters for a sizeable network.
where is an activation function.
Image Source: Deep Learning by Goodfellow, Bengio and Courville