반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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언어
- Keras
- postorder
- web 개발
- 데이터전문기관
- discrete_scatter
- cudnn
- web 사진
- pycharm
- vscode
- web 용어
- broscoding
- inorder
- tensorflow
- 재귀함수
- 자료구조
- classification
- bccard
- java역사
- paragraph
- KNeighborsClassifier
- mglearn
- html
- CES 2O21 참여
- web
- CES 2O21 참가
- 대이터
- 머신러닝
Archives
- Today
- Total
bro's coding
tensorflow.mnist 본문
반응형
from tensorflow.examples.tutorials.mnist import input_data
mnist=input_data.read_data_sets('./mnist/data/',one_hot=True)
반응형
'[AI] > python.tensorflow' 카테고리의 다른 글
tensorflow.AUTOTUNE (0) | 2020.06.15 |
---|---|
tensorflow.mnist.초급 (0) | 2020.06.12 |
tensorflow.distinguish mnist (0) | 2020.06.11 |
tensorflow.분류.mnist (0) | 2020.05.12 |
tensorflow.분류(중간층) (0) | 2020.05.12 |
tensorflow.분류(중간층).relu,sigmoid 비교 (0) | 2020.05.12 |
tensorflow.분류(중간층X) (0) | 2020.05.12 |
tensorflow.placeholder (0) | 2020.05.11 |
Comments