mirror of
https://github.com/aladdinpersson/Machine-Learning-Collection.git
synced 2026-02-21 19:27:58 +00:00
1.2 KiB
1.2 KiB
Original Paper - Very Deep Convolutional Networks for Large-Scale Image Recognition (2014)
Related Video
Some questions I had when I was reading the paper
- What does 1x1 convolution mean in a neural network?
- A guide to receptive field arithmetic for Convolutional Neural Networks
Some other useful links
This code is inspired by VGGNet implement from scratch in PyTorch by aladdinpersson.