[Deep Neural Network] Densenet 논문리뷰 및 구현 (CVPR2017)
안녕하세요 pulluper 입니다. 오늘은 CVPR2017 에 best paper 를 받은 "Densely Connected Convolutional Networks" 에 대해서 알아보고 이해를 위한 간단한 layer 를 pytorch 로 구현 해보겠습니다. :) arxiv.org..
csm-kr.tistory.com
https://reliablecho-programming.tistory.com/3
[2~3주차] DenseNet <이론 정리편>
원래는 전이학습을 정리하기 전에 먼저 올려야 순서가 맞지만 이미 Jupyer notebook으로 정리를 했기때문에 빨리 올려보려고 합니다.(복습도 할겸..!) DenseNet정리도 마찬가지로 구글링, 유투브 그리
reliablecho-programming.tistory.com
https://hoya012.github.io/blog/DenseNet-Tutorial-1/
DenseNet Tutorial [1] Paper Review & Implementation details
대표적인 CNN architecture인 DenseNet에 대한 리뷰와 구현을 위한 detail들을 분석하고 정리하였습니다.
hoya012.github.io
https://www.youtube.com/watch?v=GKo6McozI0o
'AI' 카테고리의 다른 글
Early stopping 에서 epoch를 인자값으로 받아올 때 (0) | 2022.10.24 |
---|---|
미드저니 (0) | 2022.09.16 |
인공지능(AI)의 1차, 2차 겨울 (0) | 2022.05.10 |
[논문 분석] EAST: An Efficient and Accurate Scene Text Detector (0) | 2022.02.20 |
fit, transform, fit_transform (0) | 2022.02.01 |