CNN 관련 목차
2021. 7. 15. 22:10
Basic
One-Stage-Detector와 Two-Stage-Detector
[Posting]
Fine Tuning
[Posting]
Network
Gradient-Based Learning Applied to Document Recognition (LeNet)
[Paper] [Posting] [Pytorch]
ImageNet Classification with Deep Convolutional Neural Networks (AlexNet)
[Paper] [Posting] [Pytorch]
Very Deep Convolutional Networks for Large-Scale Image Recognition (VGG)
[paper] [Posting] [Pytorch]
Going Deeper with Convolutions (GoogleNet)
[paper] [Posting] [Pytorch]
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition (Sppnet)
[paper] [Posting] [Pytorch]
Deep Residual Learning for Image Recognition (ResNet-50)
[paper] [Posting] [Pytorch]
Xception : Deep Learning with Depthwise Separable Convolutions (Xception)
[paper] [Posting] [Pytorch]
MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications (MobileNet)
[paper] [Posting] [Pytorch]
Densely Connected Convolutional Networks (DenseNet)
[paper] [Posting] [Pytorch]
Squeeze-and-Excitation Networks (SeNet)
[paper] [Posting] [Pytorch]
Object Detection
Rich feature hierarchies for accurate object detection and semantic segmentation (R-CNN)
[Paper] [Posting] [Pytorch]
OverFeat : Integrated Recognition, Localization and Detection using Convolutional Networks
[paper] [Posting] [Pytorch]
Fast R-CNN
[paper] [Posting] [Pytorch]
Faster R-CNN
[paper] [Posting] [Pytorch]
OHEM
[paper] [Posting] [Pytorch]
YOLO v1
[paper] [Posting] [Pytorch]
SSD
[paper] [Posting] [Pytorch]
R-FCN
[paper] [Posting] [Pytorch]
YOLO v2
[paper] [Posting] [Pytorch]
FPN
[paper] [Posting] [Pytorch]
Retina Net
[paper] [Posting] [Pytorch]
Mask R-CNN
[paper] [Posting] [Pytorch]
YOLO v3
[paper] [Posting] [Pytorch]
RefineDet
[paper] [Posting] [Pytorch]
M2Det
[paper] [Posting] [Pytorch]
'Machine learning > CNN Network' 카테고리의 다른 글
Spatial Pyramid Pooling Network(Sppnet) (0) | 2021.07.31 |
---|---|
SSD : Single Shot Multibox Detector (0) | 2021.07.16 |
CNN 관련 목차 (0) | 2021.07.15 |
R-CNN (0) | 2021.07.08 |
Feature Pyramid Network[FPN] (0) | 2021.07.07 |
AlexNet (0) | 2021.03.05 |