profile
코딩하는 물리학도
post-thumbnail

[CS231n] Lecture 9: CNN Architectures 정리

Stanford University CS231n Lecture 9

2023년 2월 28일
·
0개의 댓글
·
post-thumbnail

[CS231n] Lecture 2: Image Classification 정리

Stanford University CS231n Lecture 2

2023년 2월 24일
·
0개의 댓글
·

[BOJ] 1676번: 팩토리얼 0의 개수 (feat. python)

2022년 11월 4일
·
0개의 댓글
·
post-thumbnail

[논문 리뷰] SSD: Single Shot MultiBox Detector

paper: https://arxiv.org/pdf/1512.02325.pdfIntroductionThe Single Shot Detector (SSD)Experimental ResultsRelated WorkConclusions

2021년 11월 1일
·
0개의 댓글
·
post-thumbnail

[논문 리뷰] R-CNN: Rich feature hierarchies for accurate object detection and semantic segmentation

paper: https://arxiv.org/pdf/1311.2524.pdfIntroductionObject detection with R-CNNVisualization, ablation, and modes for errorThe ILSVRC2013 detec

2021년 10월 24일
·
0개의 댓글
·
post-thumbnail

[논문 리뷰] Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks

paper: https://arxiv.org/abs/1703.10593 Contents Introduction Related work Formulation Implementation Results Limitations and Discussion 1. Introduction 본 연구는, paired training example 없이 이미지 집합의 고유한...

2021년 10월 18일
·
0개의 댓글
·
post-thumbnail

[cs231n] Lecture 10. Recurrent Neural Networks

one-to-many: image 값을 입력했을 때 그를 설명하는 단어들을 만들어내는 image captioning에서 많이 쓰임many-to-one: 연속적인 단어들을 입력했을 때 감정을 추출해내는 sentiment classification에서 많이 사용하는 방식m

2021년 9월 5일
·
0개의 댓글
·
post-thumbnail

[밑바닥부터 시작하는 딥러닝] CHAPTER 5. 오차역전파법

5.5 활성화 함수 계층 구현하기 5.5.1 ReLU 계층 5.5.2 Sigmoid 계층 5.6 Affine/Softmax 계층 구현하기 5.6.1 Affine 계층 5.6.2 배치용 Affine 계층 5.6.3 Softmax-with-Loss 계층 5.7 오차역전

2021년 7월 27일
·
0개의 댓글
·
post-thumbnail

[밑바닥부터 시작하는 딥러닝] CHAPTER 3. 신경망

가장 왼쪽부터 입력층 - 은닉층 - 출력층해당 이미지에서 0층은 입력층, 1층은 은닉층, 2층은 출력층입력층이나 출력층과 달리, 은닉층의 뉴런은 사람 눈에 보이지 않는다.

2021년 7월 20일
·
0개의 댓글
·

음료수 얼려 먹기

DFS를 이용한 문제

2021년 7월 4일
·
1개의 댓글
·
post-thumbnail

DFS/BFS

탐색은 지겹도록 나온다

2021년 7월 4일
·
0개의 댓글
·

최대공약수와 최소공배수

최대공약수와 최수공배수 쉽게 찾자

2021년 7월 4일
·
0개의 댓글
·

Greedy Algorithm

욕심쟁이

2021년 7월 4일
·
0개의 댓글
·

Deque

Stack + Queue = Deque?

2021년 7월 4일
·
0개의 댓글
·

Queue

자료구조에서 Stack과 함께 가장 먼저 배우는 Queue

2021년 7월 4일
·
0개의 댓글
·