ResNet
1. Preface
Does deeper model always have good performance? Not Really!
2. ResNet Block
Similar to VGG and GoogLeNet, ResNet make it easy to training deep neural networks.
$$f(x)= x + g(x)$$
>
Does deeper model always have good performance? Not Really!
Similar to VGG and GoogLeNet, ResNet make it easy to training deep neural networks.
$$f(x)= x + g(x)$$