반응형
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 | 29 | 30 |
Tags
- discrete_scatter
- 머신러닝
- tensorflow
- inorder
- KNeighborsClassifier
- bccard
- java역사
- CES 2O21 참여
- 자료구조
- pycharm
- web 용어
- web
- CES 2O21 참가
- 결합전문기관
- Keras
- mglearn
- html
- 웹 용어
- 대이터
- paragraph
- web 사진
- 데이터전문기관
- 재귀함수
- classification
- postorder
- C언어
- vscode
- web 개발
- broscoding
- cudnn
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 (1) | 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