JJoelinimjoel95.com·Nov 6, 2022 · 3 min readSENet Paper ReviewSENet paper: https://arxiv.org/abs/1709.01507 The paper I'm going to read this time is SENet, Squeeze-and-Excitation Networks. SENet is a model that increases performance by focusing on interaction between channels. Interactions between channels can ...00
JJoelinimjoel95.com·Oct 30, 2022 · 2 min readMobileNet V1MobileNet V1: https://arxiv.org/abs/1704.04861 In the early days of CNN, it is composed of a series of convolution-pooling, simply increasing the number of channels. The most intuitive structure is easy to understand and implement. However, the conv...00
JJoelinimjoel95.com·Oct 25, 2022 · 4 min readResNet Paper ReviewResNet paper : https://arxiv.org/abs/1512.03385 Today, we're going to talk about ResNet, which was introduced by the Microsoft team in Deep Residual Learning for Image Recognition ResNet introduced a methodically novel concept rather than a mathemati...00
JJoelinimjoel95.com·Oct 18, 2022 · 3 min readVGG paper reviewVGG paper : https://arxiv.org/abs/1409.1556 Abstarct The VGG paper investigates the accuracy pattern while increasing the depth of convolutional networts. The model is a 16-19 depth model using 3x3 convolution layers continuously. In fact, this model...00
JJoelinimjoel95.com·Oct 17, 2022 · 3 min readYolo V3YOLO V3 paper : https://arxiv.org/abs/1804.02767?e05802c1_page=1 YOLOv3 is a lot like YOLOv2. I'm just going to write down the difference. 1. Abstract Updated from previous versions (YOLO v1, v2), YOLO v3 performs better than before. Increased accu...00