일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- #opencv
- #영어
- c언어
- convexhull
- #1일1영어
- python 알고리즘
- #일상영어
- findContours
- #실생활영어
- #프로젝트
- #English
- text2img
- keras
- word embedding
- python list
- TensorFlow
- #Android
- 딥러닝
- opencv SURF
- Convolution Neural Network
- #영어 명언
- tokenizing
- 완전탐색
- object detection
- tensorflow update
- #실생활 영어
- python __init__
- 영어명언
- 영어
- 이미지 생성
Archives
- Today
- Total
목록CIFAR-10 (1)
When will you grow up?
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