I come across the question when I was learning the YOLO V2 example. In the example, it is recommended to use activation_40_relu as featureLayer in the resnet50. It seems that the layer "activation_40_relu" is a predefined layer in Matlab. My questions are:
- Where can I find the detailed description for this layer?
- I assume there are many such predefined layer to choose. Where can I find the list of such predefined layers, if I want to use another layer instead of "activation_40_relu"?