Stanford University CS231n Lecture 7
Stanford University CS231n Lecture 6
Stanford University CS231n Lecture 5
Stanford University CS231n Lecture 4
Stanford University CS231n Lecture 3
Stanford University CS231n Lecture 2
paper: https://arxiv.org/pdf/1512.02325.pdfIntroductionThe Single Shot Detector (SSD)Experimental ResultsRelated WorkConclusions
paper: https://arxiv.org/pdf/1311.2524.pdfIntroductionObject detection with R-CNNVisualization, ablation, and modes for errorThe ILSVRC2013 detec
paper: https://arxiv.org/abs/1703.10593 Contents Introduction Related work Formulation Implementation Results Limitations and Discussion 1. Introduction 본 연구는, paired training example 없이 이미지 집합의 고유한...
one-to-many: image 값을 입력했을 때 그를 설명하는 단어들을 만들어내는 image captioning에서 많이 쓰임many-to-one: 연속적인 단어들을 입력했을 때 감정을 추출해내는 sentiment classification에서 많이 사용하는 방식m
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 오차역전
가장 왼쪽부터 입력층 - 은닉층 - 출력층해당 이미지에서 0층은 입력층, 1층은 은닉층, 2층은 출력층입력층이나 출력층과 달리, 은닉층의 뉴런은 사람 눈에 보이지 않는다.