Hacker News new | ask | show | jobs
by tusharsadhwani 1574 days ago
iirc that was AlexNet, ResNet came 3 years later whose refinements ended up making it better than a human at object detection.
1 comments

I think the argument is that before ResNets, the depth of the network was constrained and could not be scaled easily. With ResNets (and of course Highway Nets; hi Jürgen!) the depth is just another hyperparam.
In between those, VGG was parameterized by layers, though severely limited in scope (16-19 layers).