일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- #Android
- findContours
- object detection
- #1일1영어
- #English
- TensorFlow
- 이미지 생성
- Convolution Neural Network
- 영어명언
- python 알고리즘
- c언어
- opencv SURF
- convexhull
- 완전탐색
- #실생활 영어
- python __init__
- keras
- #영어 명언
- 딥러닝
- word embedding
- 영어
- text2img
- python list
- #opencv
- #일상영어
- #프로젝트
- tensorflow update
- #실생활영어
- tokenizing
- #영어
Archives
- Today
- Total
목록keras function api (1)
When will you grow up?
VGG+ResNet(Fashion_MNIST)
앞서 간단한 CNN 구조를 이용하여 FASHION-MNIST data를 학습을 시켰었다. (참고)keras는 Sequential model, Functional API을 사용할 수 있는데,간단하게 모델을 구성할때는 Sequential model로 조금 복잡한 모델은 Functional API을 이용하여 model을 만들수 있습니다. 이번에는 Keras의 Functional API이용하여 복잡한 구조의 모델을 한번 짜보도록 하겠습니다. [VGG16 model] [ResNet model]그림 출처 :cs213n [link] 그렇다면 이 두 모델의 핵심을 Keras의 Functional API을 이용하여 핵심 부분을 합쳐보면 어떨까? [합친 Model의 구조] [Fashion_MNIST data Trainin..
02. Study/Keras
2017. 12. 10. 20:19