|
|
|
|
|
by casey
3047 days ago
|
|
I love the description of convolutions: > I think of convolution as code reuse for neural networks. A typical fully-connected layer has no concept of space and time. By using convolutions, you’re telling the neural network it can reuse what it learned across certain dimensions. The diagram is great too: https://attardi.org/pytorch-and-coreml#convolution |
|