일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- c언어
- python 알고리즘
- 영어명언
- convexhull
- 딥러닝
- keras
- text2img
- object detection
- TensorFlow
- python list
- #일상영어
- opencv SURF
- #영어
- #Android
- 완전탐색
- #실생활 영어
- #영어 명언
- tensorflow update
- word embedding
- #1일1영어
- #프로젝트
- findContours
- #English
- #실생활영어
- python __init__
- tokenizing
- Convolution Neural Network
- #opencv
- 이미지 생성
- 영어
Archives
- Today
- Total
목록CIFAR-10 (1)
When will you grow up?
Convolution Neural Network (using CIFAR-10 data)
CIFAR-10 dataset 을 이용하여, Keras로 CNN모델구성을 하여, 학습을 시켜보고 약 85%성능을 내는 모델을 만들어보겠습니다. Convolution Neural Network (using CIFAR-10 data) Processing 1.Load Data2.Define Model3.Compile Model4.Fit Model5.Evaluate Model6.Tie It All Together 1~6번 순서로 진행하며, (2,3,4)번을 바꿔가면서 최적의 성능을 내는 CNN를 완성할 것이다. Load Data Define Model [Conv -Activation - BatchNormalization] [Conv -BatchNormalization- Activation] Layer 순서를 위..
02. Study/Keras
2017. 11. 5. 00:33