MobileNet v1
Korean : https://gaussian37.github.io/dl-concept-mobilenet/
keypoint:
- depthwise separable convolution
- ReLU6 : 사용하는 이유


MobileNet v2
🔗Korean review
keypoint: “Inverted Residuals” and “Linear Bottlenecks”

MobileNet v3
- keypoint
- SE module is placed after the depthwise filters in the expansion in order for attention to be applied on the largest representation.
- hard-swish non-linearity function
- hard-sigmoid non-linearity function
