How I Shipped a Neural Network on iOS with CoreML, PyTorch, and React Nativeattardi.org 10 pointssteadicat8 years ago1 commentSaveHideCopy link On HNComments−casey8y@steadicat I love this part: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.
Comments
@steadicat I love this part: