본문 바로가기
3학년2학기/인공지능

convolutional neural networks 목차

by hgglife 2019. 11. 18.

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

stride - https://show5376-hgglife.tistory.com/379

pooling layer - https://show5376-hgglife.tistory.com/380

max pooling - https://show5376-hgglife.tistory.com/381

pooling with downsampling -  https://show5376-hgglife.tistory.com/382

padding  - https://show5376-hgglife.tistory.com/383

CNN 구성 예 - https://show5376-hgglife.tistory.com/384


convolution filter의 적용예  - https://show5376-hgglife.tistory.com/417
convolution filter 를 두껍게 만들기 - https://show5376-hgglife.tistory.com/418
Tensorflow를 이용한 convolution filter적용
module import - https://show5376-hgglife.tistory.com/419
show image data samples  - https://show5376-hgglife.tistory.com/420
filter 정보를 저장한 다차원 list 만들기 - https://show5376-hgglife.tistory.com/421
Image data에 filter를 적용하는 계산식 준비 -  https://show5376-hgglife.tistory.com/422
세션을 준비하고  variable을 초기화 - https://show5376-hgglife.tistory.com/423
최초 9개의 image data에 대해 convolution filter를 적용한 결과를 계산 - https://show5376-hgglife.tistory.com/424
convolution filter와 pooling layer를 적용한 결과  - https://show5376-hgglife.tistory.com/425
pooling layer - https://show5376-hgglife.tistory.com/426
image classification using convolution filter
특징변수 (z1,z2)산포도 - https://show5376-hgglife.tistory.com/428
ORENIS dynamic filter example.ipynb - https://show5376-hgglife.tistory.com/429
convolution filter를 동적으로 학습한 결과 - https://show5376-hgglife.tistory.com/430
convolution filter를 이용한 필기 문자 분류
세션정보의 저장기능
단층 CNN을 이용한 필기 문자 분류

'3학년2학기 > 인공지능' 카테고리의 다른 글

convolution filter 적용 예  (0) 2019.11.25
convolution filter의 예시  (0) 2019.11.18
텐서플로로 시작하는 딥러닝 1장 목차  (0) 2019.11.12
인공지능 전체 목차  (0) 2019.10.15
인공지능과제  (0) 2019.10.12

댓글