본문 바로가기

3학년2학기83

convolution filter 적용 예 convolution filter의 적용예 세로 edge를 추출하는 필터 -1 0 1 -2 0 2 -3 0 3 으로 되어있어 가로로 같은 색이 이어지면 +-가 상쇠되고 다른색이면 양수가 된다 이미지가 강의자료에 있어서 한번 보면 이해가 쉽게 된다 2019. 11. 25.
convolution filter의 예시 convolution filter는 이미지를 분류하는 필터같은것이다 cnn5장의 첫 그림과 같이 사진을 선에 따라 분류하는 필터같은것이다 만약 왼쪽에 있는 2개의 그림이 입력값으로 들어간다면 세로형 그림인 중간그림은 세로의 필터에서 자주 걸릴것이고 가로형 그림인 아래그림은 가로형 필터에서 자주 걸릴것이다 사실 이렇게 말해도 좀 이해가 안될수가 있는데 convolution nural network 예시를 보면 이해가 좀더 쉬울것이다 1 0 1 0 1 0 1 0 1 인 (kernel(weight)가 있다 이것을 아래에 있는 image(input) 에 한개씩 대입하면 9개의 convolved feature (ouput)이 나올것이다 2019. 11. 18.
convolutional neural networks 목차 CNN 을 이용한 Deeplearing 필터링의 예시 - https://show5376-hgglife.tistory.com/373 convolution - https://show5376-hgglife.tistory.com/374 convolutional layer - https://show5376-hgglife.tistory.com/375 sparse interactions(드문 상호작용?) - https://show5376-hgglife.tistory.com/376 deep convolutional network - https://show5376-hgglife.tistory.com/377 parameter sharing - https://show5376-hgglife.tistory.com/378 str.. 2019. 11. 18.
auction 전체 목차 4가지 종류의 auction - https://show5376-hgglife.tistory.com/353 Descending - bid & First-Price Auctions - https://show5376-hgglife.tistory.com/354 Ascending - Bid & second-Price Auctions truthful bidding in second - price Auctions Auction with Common values & the winner's Curse seller Revenue The Same Seller Revenue 강의요약 - https://show5376-hgglife.tistory.com/343 20191120 강의 요약 (1)- https://show5376-.. 2019. 11. 14.
network traffic game 목차 traffic at equilibrium = https://show5376-hgglife.tistory.com/350 braess's paradox = https://show5376-hgglife.tistory.com/351 potential energy - https://show5376-hgglife.tistory.com/352 강의 요약 - https://show5376-hgglife.tistory.com/342 2019. 11. 14.
텐서플로로 시작하는 딥러닝 1장 목차 머신러닝의 개념 머신러닝 모델의 3단계 신경망의 필요성 직선을 이용한 분류와 감염 확률로의 변환 텐서플로를 이용한 파라미터 최적화 그래프의 기울기가 0이 되는 지점 기울기 벡터 2변수 함수의 기울기 벡터 경사 하강법 학습률 텐서플로를 이용한 다차원 배열의 표현 모듈 추가 - https://show5376-hgglife.tistory.com/328 연산정의 - https://show5376-hgglife.tistory.com/329 목적함수(objective function) 정의 - https://show5376-hgglife.tistory.com/330 tensorflow의 자료형 - 학습방법 (optimizers)선택 - https://show5376-hgglife.tistory.com/332 세션을.. 2019. 11. 12.