How I Shipped a Neural Network on iOS with CoreML, PyTorch, and React Native (attardi.org) 10 points by steadicat 8y ago ↗ HN
[–] casey 8y ago ↗ @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.
1 comment
[ 0.23 ms ] story [ 13.8 ms ] thread> 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.