📚 node [[convolutional_layer]]
📓
garden/KGBicheno/Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Convolutional_Layer.md by @KGBicheno
convolutional layer
Go back to the [[AI Glossary]]
A layer of a deep neural network in which a convolutional filter passes along an input matrix. For example, consider the following 3x3 convolutional filter:
The following animation shows a convolutional layer consisting of 9 convolutional operations involving the 5x5 input matrix. Notice that each convolutional operation works on a different 3x3 slice of the input matrix. The resulting 3x3 matrix (on the right) consists of the results of the 9 convolutional operations:
📖 stoas
- public document at doc.anagora.org/convolutional_layer
- video call at meet.jit.si/convolutional_layer
🔎 full text search for 'convolutional_layer'