![Practical Convolutional Neural Networks](https://wfqqreader-1252317822.image.myqcloud.com/cover/176/36700176/b_36700176.jpg)
上QQ阅读APP看书,第一时间看更新
Input layer
The input layer holds the image data. In the following figure, the input layer consists of three inputs. In a fully connected layer, the neurons between two adjacent layers are fully connected pairwise but do not share any connection within a layer. In other words, the neurons in this layer have full connections to all activations in the previous layer. Therefore, their activations can be computed with a simple matrix multiplication, optionally adding a bias term. The difference between a fully connected and convolutional layer is that neurons in a convolutional layer are connected to a local region in the input, and that they also share parameters:
![](https://epubservercos.yuewen.com/9DA8BB/19470397108904606/epubprivate/OEBPS/Images/d65ee007-a008-4252-88b6-f4ac9d2d13d2.png?sign=1738886844-jjdzM4uxonfNySjQvjL2uc3WK7i886vQ-0-d8b4ee4941b5ec08e9b802afd354d897)